psycopg2 2.4.4-1 source package in Ubuntu

Changelog

psycopg2 (2.4.4-1) unstable; urgency=low


  * Team upload
  * New upstream release (Closes: #607714)
    - Update debian/copyright
  * Add build-arch and build-indep targets to debian/rules
  * Adjust debian/rules so docmentation is not compressed (Closes: #589142),
    objects.inv is not compressed (Closes: #608745), and the upstream NEWS
    file is included in the package (Closes: #651835)
  * Exclude redundant COPYING files in the doc directory from being installed
  * Remove redundant Section: field from the python-psycopg2 entry in debian/
    control
  * Use dh_prep instead of deprecated dh_clean -k
  * Remove obsolete debian/pycompat file

 -- Scott Kitterman <email address hidden>  Wed, 18 Jan 2012 12:59:48 -0500

Upload details

Uploaded by:
Fabio Tranchitella
Uploaded to:
Sid
Original maintainer:
Fabio Tranchitella
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
psycopg2_2.4.4-1.dsc 1.5 KiB c17d0090bd0d4370acfd94bca9e6a824c9ed3321a027509f85740aac182e5d5c
psycopg2_2.4.4.orig.tar.gz 635.7 KiB 86060c8615a60488ef0bf83a4fc2926193282ad3387badc4d0147a3c9f9c4fe0
psycopg2_2.4.4-1.diff.gz 10.8 KiB 38499eb495b8dbc3dd01df6a7cfc68169f22e78b7842d3e705a9bddbed7393f6

No changes file available.

Binary packages built by this source

python-psycopg2: Python module for PostgreSQL

 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.

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.