Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683412 - dev-python/psycopg-2.8.2 version bump
Summary: dev-python/psycopg-2.8.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-15 17:36 UTC by Anton Bolshakov
Modified: 2019-07-15 21:31 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 Anton Bolshakov 2019-04-15 17:36:06 UTC
http://initd.org/psycopg/articles/tag/release/

We have just released Psycopg 2.8.2; a few days ago Psycopg 2.8.1 was released.

Some of the bugs addressed are ordinary teething problem with the 2.8 release, but an important change landed with 2.8.2: binary packages now ship with OpenSSL 1.1 instead of 1.0. This should fix concurrency problems on connection experienced both on Windows and Linux. Many thanks to Matthew Brett and Jason Erickson for this improvement!


Psycopg 2.8 released
Posted by Daniele Varrazzo on April 4, 2019 
Tagged as news, release

After about two years from the previous major release, psycopg 2.8 is finally here!

Among the highlights, PostgreSQL errors are now mapped to Python exceptions for a more idiomatic way to handle them. Several additions allow a better insight of the connection status and query results.
Comment 1 Anton Bolshakov 2019-04-16 10:28:20 UTC
FYI, the package should be renamed to psycopg2 probably.

This name is used everywhere: in the setup.py, installed into
/usr/lib64/python3.6/site-packages/psycopg2 and must be imported as such from other python modules
Comment 2 Larry the Git Cow gentoo-dev 2019-07-15 21:31:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04ac4dfe14c5cab939614ca9d07897c824d06e8

commit f04ac4dfe14c5cab939614ca9d07897c824d06e8
Author:     William Hubbs <william.hubbs@sony.com>
AuthorDate: 2019-07-15 21:18:45 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2019-07-15 21:30:20 +0000

    dev-python/psycopg: 2.8.3 bump
    
    Closes: https://bugs.gentoo.org/683412
    Copyright: Sony Interactive Entertainment Inc.
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-python/psycopg/Manifest                        |  1 +
 .../files/psycopg-2.8.3-avoid-mxdatetime.patch     | 24 ++++++++
 dev-python/psycopg/psycopg-2.8.3.ebuild            | 70 ++++++++++++++++++++++
 3 files changed, 95 insertions(+)