Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218290 - Please bump dev-python/psycopg to 2.0.7
Summary: Please bump dev-python/psycopg to 2.0.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 16:35 UTC by Nathan
Modified: 2008-05-26 12:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan 2008-04-18 16:35:10 UTC
psycopg 2.0.7 has been released with many bug fixes over 2.0.6 which was released nearly a year ago.  Most notably, IMO, a boat-load of threading fixes should make psycopg2 much, much more stable when used with python-threads.

Full changelog is here:

http://initd.org/pub/software/psycopg/ChangeLog-2.0

Source available here:

http://initd.org/pub/software/psycopg/psycopg2-2.0.7.tar.gz

The following worked for emerging 2.0.7 for me:

cd /usr/portage/dev-python/psycopg
cp psycopg-2.0.6.ebuild psycopg-2.0.7.ebuild
cp files/psycopg-2.0.6-fbsd.patch files/psycopg-2.0.7-fbsd.patch
ebuild psycopg-2.0.7.ebuild digest
ACCEPT_KEYWORDS="~x86" emerge psycopg

In my (so far light) testing, everything seems to be working great.
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2008-05-26 12:48:08 UTC
Bumped.