psycopg2 2.7.4-1 source package in Ubuntu

Changelog

psycopg2 (2.7.4-1) unstable; urgency=medium

  * New upstream release (Closes: #880651)
    - Drop d/p/0002-Make-dbapi_extension.py-compatible-with-Sphinx-1.6.patch,
      incorporated upstream
  * Drop extra priority from -dbg packages
  * Update debian/watch to use secure URI
  * Clean up trailing whitespace in d/control and d/changelog
  * Bump standards-version to 4.1.3 without further change

 -- Scott Kitterman <email address hidden>  Fri, 09 Feb 2018 23:39:00 -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
Bionic release main python

Downloads

File Size SHA-256 Checksum
psycopg2_2.7.4-1.dsc 2.4 KiB b739dbdc47cc00316c954e2106a0f3413e1698d4f3d8d06a92a5a9c0611e55db
psycopg2_2.7.4.orig.tar.gz 415.4 KiB 8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209
psycopg2_2.7.4-1.diff.gz 13.7 KiB af41c4a3b5b81f48913fadbe99844646b34101606be0cc0dec6f2318d9e0383c

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-psycopg2 in ubuntu cosmic.

python-psycopg2-dbg: Python module for PostgreSQL (debug extension)

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

python-psycopg2-doc: No summary available for python-psycopg2-doc in ubuntu cosmic.

No description available for python-psycopg2-doc in ubuntu cosmic.

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.