psycopg2 2.4.2-1 source package in Ubuntu

Changelog

psycopg2 (2.4.2-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Add Debian Python Modules Team to Uploaders.

  [ Fabio Tranchitella ]
  * New upstream release.
  * debian/watch: updated, use pypi.
  * debian/control, debian/rules: switched to dh_python2.
  * debian/control: bumped Standard-Version to 3.9.2, no changes required.
 -- Barry Warsaw <email address hidden>   Wed,  27 Jul 2011 14:43:59 +0000

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Oneiric
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.2.orig.tar.gz 651.6 KiB c5f0f853aeeefc7b2aa73b08579e5d74c4c32ad5fca87e058bf04e08273a41a1
psycopg2_2.4.2-1.diff.gz 2.6 KiB e267c10e15aa21d89399d06e4b0e8b2fb7d8599102022aeda9168f815c1212df
psycopg2_2.4.2-1.dsc 1.4 KiB 050727b505026be64bb3ad8eb4fb59562f8203fcb24fc239bb69bc07f7941b68

Available diffs

View changes file

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.