psycopg2 2.8.3-2 source package in Ubuntu

Changelog

psycopg2 (2.8.3-2) unstable; urgency=medium

  [ Christoph Berg ]
  * Disable testsuite on hurd-i386, it can't run PostgreSQL.

  [ You-Sheng Yang (楊有勝) ]
  * Honor DEB_BUILD_OPTIONS nocheck.

 -- Christoph Berg <email address hidden>  Mon, 09 Sep 2019 09:17:25 +0200

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.3-2.dsc 2.5 KiB 0f9f1b260ee60ff25445797a059bf8a1cd9c820757e35271dc9ea39da1ba9bc5
psycopg2_2.8.3.orig.tar.gz 368.5 KiB 897a6e838319b4bf648a574afb6cabcb17d0488f8c7195100d48d872419f4457
psycopg2_2.8.3-2.debian.tar.xz 15.1 KiB 41d80e887ffd6bfb27add416d0b44e373bd0e2a45d19e0860f21b5327d1ecc39

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.