psycopg2 2.8.4-1 source package in Ubuntu

Changelog

psycopg2 (2.8.4-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Scott Kitterman ]
  * New upstream release
    - Refresh patches
  * Add python/3-all and -all-dbg packages to autopkgtest depends so
    all supported versions are installed and tested (Closes: #943452)
    - Thanks to Steve Langasek for the patch
  * Check upstream gpg signature during download (d/watch and d/upstream/
    signing-key.asc)

 -- Scott Kitterman <email address hidden>  Sun, 17 Nov 2019 16:11:36 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
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-1.dsc 2.8 KiB c0d258cb64c52564ada3cd3b1846700c125cc982765f98e53789f9946df7ad23
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-1.debian.tar.xz 16.8 KiB eb1b39cd5e80147fda4cd08d518c849197c51694b7d96033257287f8a8fe5e13

No changes file available.

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.