psycopg2 2.4.5-1 source package in Ubuntu

Changelog

psycopg2 (2.4.5-1) unstable; urgency=low


  * Team upload
  * New upstream release
    - Update debian/copyright

 -- Scott Kitterman <email address hidden>  Mon, 02 Apr 2012 10:23:45 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Downloads

File Size SHA-256 Checksum
psycopg2_2.4.5-1.dsc 1.7 KiB 69c3b6acb8ecc4a3fad2ef802b61fac1f0a2e0b94104b3c25f2b5e50ef23346c
psycopg2_2.4.5.orig.tar.gz 702.5 KiB 48b702a7ca479e1bc2c1a7b81875a07d474298132605993e2cb979f5e08277d7
psycopg2_2.4.5-1.diff.gz 9.0 KiB 82b48944a4c828111fe4ad7d3e9863c67b82e40a6fdd469a2f752362a66b49d2

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-psycopg2 in ubuntu quantal.

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

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

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

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

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.