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.
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
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(+)