psycopg2 2.4.4-3 source package in Ubuntu
Changelog
psycopg2 (2.4.4-3) unstable; urgency=low * Team upload * Fix debian/rules so python3-psycopg2-dbg so files are properly marked as debug versions (Closes: #658219) * Use local Python objects.inv instead of downloading from python.org - Add python2.7-doc and python-3.2-doc to Build-Depends-Indep - Add Quilt use to debian/rules and README.source - Add debian/patches/local_inventory -- Scott Kitterman <email address hidden> Thu, 02 Feb 2012 09:04:44 -0500
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
psycopg2_2.4.4-3.dsc | 1.7 KiB | c6cb93fd40e0ea1bd9d1fbe3962e66c1931c0be1547a89bd53b3d4a47294cee0 |
psycopg2_2.4.4.orig.tar.gz | 635.7 KiB | 86060c8615a60488ef0bf83a4fc2926193282ad3387badc4d0147a3c9f9c4fe0 |
psycopg2_2.4.4-3.diff.gz | 12.8 KiB | 6bef6ea782bf4751276ff90cfd84e834cba594cb89477386fbf1320cb5417f27 |
Available diffs
- diff from 2.4.4-1 to 2.4.4-3 (4.1 KiB)
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.
- python-psycopg2-docs: No summary available for python-psycopg2-docs in ubuntu precise.
No description available for python-
psycopg2- docs in ubuntu precise.
- 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.