psycopg2 2.7.3-1 source package in Ubuntu

Changelog

psycopg2 (2.7.3-1) unstable; urgency=medium

  * New upstream release
  * Bump standards-version to 4.0.1 without further change
  * Update minimum versions in X-Python{3}-Version
  * Update debian/copyright

 -- Scott Kitterman <email address hidden>  Wed, 09 Aug 2017 00:34:30 -0400

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.7.3-1.dsc 2.4 KiB 8d926bb5926b28bbfd2d194f27a0f3455ae72fa1944df6f03b31fc75e2710b00
psycopg2_2.7.3.orig.tar.gz 415.0 KiB c9bd49848556d04093909faec017c3675efabf78c2b7f383bf7c43ba18324ac8
psycopg2_2.7.3-1.diff.gz 13.6 KiB 4d5fd975df713be382c43be783792b1bc8a9027d9291761bc6e083dd20145ef8

No changes file available.

Binary packages built by this source

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

No description available for python-psycopg2 in ubuntu artful.

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

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

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: No summary available for python3-psycopg2-dbg in ubuntu artful.

No description available for python3-psycopg2-dbg in ubuntu artful.