psycopg2 2.8.4-1ubuntu4 source package in Ubuntu

Changelog

psycopg2 (2.8.4-1ubuntu4) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:44:53 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules 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.8.4.orig.tar.gz 369.0 KiB f898e5cc0a662a9e12bde6f931263a1bbd350cfb18e1d5336a12927851825bb6
psycopg2_2.8.4.orig.tar.gz.asc 488 bytes 265d1e249357b673b21882996432c631540ab29771638219e76fe498aedc3b7f
psycopg2_2.8.4-1ubuntu4.debian.tar.xz 17.0 KiB 0758615d2dffb7a8b306cacf4499fa25003fcc49aa0da3574c07c10b224196f2
psycopg2_2.8.4-1ubuntu4.dsc 2.9 KiB c20715f3a62ac1676176ac33b686aacc18fccabb1604a59b3483794ca7779036

Available diffs

View changes file

Binary packages built by this source

python-psycopg2: No summary available for python-psycopg2 in ubuntu focal.

No description available for python-psycopg2 in ubuntu focal.

python-psycopg2-dbg: No summary available for python-psycopg2-dbg in ubuntu focal.

No description available for python-psycopg2-dbg in ubuntu focal.

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-dbg: Python 3 module for PostgreSQL (debug extension)

 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.
 .
 This package contains the extensions built for the Python debug interpreter.