psycopg2 2.9.6-3 source package in Ubuntu

Changelog

psycopg2 (2.9.6-3) unstable; urgency=medium

  * Fix test_ssl_attribute test when compiled with and run against PG15, but
    when libpq5 is already PG16.

 -- Christoph Berg <email address hidden>  Mon, 11 Sep 2023 14:12:41 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
psycopg2_2.9.6-3.dsc 2.2 KiB eb396a4abd3f6b78a23229d03347063dc048f2e2e188051de8db68fb3cd6f668
psycopg2_2.9.6.orig.tar.gz 375.3 KiB 55af83c403e70a2a3f167509993e6d7ed37a21f7afe2e983d8429b1db1b7dfa0
psycopg2_2.9.6-3.debian.tar.xz 16.5 KiB 022a0d9934a1e2fc839a47abc19bf83a15fb3c8fea2421e7c225ee804223f510

No changes file available.

Binary packages built by this source

python-psycopg2-doc: Python module for PostgreSQL (documentation package)

 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.
 .
 This package contains the psycopg2 documentation

python3-psycopg2: Python 3 module for PostgreSQL

 psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.
 .
 The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0
 and being thread safe at level 2. It also includes some extensions to the
 standard DBAPI-2.0 to allow for better thread performance.

python3-psycopg2-dbgsym: debug symbols for python3-psycopg2