psycopg2 2.9.4-2 source package in Ubuntu
Changelog
psycopg2 (2.9.4-2) unstable; urgency=medium [ Debian Janitor ] * Trim trailing whitespace. * Fix day-of-week for changelog entry 1.1.17-1. * Update standards version to 4.6.1, no changes needed. -- Jelmer Vernooij <email address hidden> Sat, 22 Oct 2022 11:15:04 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
psycopg2_2.9.4-2.dsc | 2.3 KiB | 701fc7ac05aa82d717a25f2cc7daac2c1b5437ed24aeca97764bd1398722e984 |
psycopg2_2.9.4.orig.tar.gz | 375.1 KiB | 8e153273bd0f11b66de61836f205fa56e1c63d8c5f85e183fff6f67d5ed810ea |
psycopg2_2.9.4-2.debian.tar.xz | 15.7 KiB | a70f5af8f96587caf4f275fb2f7d012ac56ddfbfd7779db622f331670acab412 |
Available diffs
No changes file available.
Binary packages built by this source
- python-psycopg2-doc: Python module for PostgreSQL (documentation package)
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.
.
This package contains the psycopg2 documentation
- 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-dbgsym: debug symbols for python3-psycopg2