psycopg2 2.9.2-1 source package in Ubuntu

Changelog

psycopg2 (2.9.2-1) unstable; urgency=medium

  * New upstream release
    - Refresh patches
    - Delete d/p/0002-failing-tests.patch: test passes on AMD64, need archive
      build to determine if there are any problematic archs anymore
    - Delete d/p/0004-Sphinx-workaround.patch and d/p/0005-Sphinx-no-spanning-
      cells.patch as doc build now succeeds without them 

 -- Scott Kitterman <email address hidden>  Mon, 20 Dec 2021 16:28:10 -0500

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.2-1.dsc 2.5 KiB 31c8dd8a0165a9b124b649d14b7ae8967ea97f9ee05919524c5bd4847a56292c
psycopg2_2.9.2.orig.tar.gz 371.3 KiB a84da9fa891848e0270e8e04dcca073bc9046441eeb47069f5c0e36783debbea
psycopg2_2.9.2.orig.tar.gz.asc 488 bytes 81e05993b602ce2860eba364f46e601d77146183f8aa05f88188b84034c74718
psycopg2_2.9.2-1.debian.tar.xz 15.4 KiB beaf1ee434fd192193cb99c3dbd23a3b6b6bf3be43d077d9cc6c7e59b0fe0c14

Available diffs

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