psycopg2 2.9.3-1 source package in Ubuntu

Changelog

psycopg2 (2.9.3-1) unstable; urgency=medium

  * New upstream version 2.9.3.

 -- Christoph Berg <email address hidden>  Wed, 10 Aug 2022 10:08:12 +0200

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
psycopg2_2.9.3-1.dsc 2.5 KiB 8f28b860cf3a8ae5aab0d57d36a26491eeaf6ca39d307b05bd1d58b1abbfb3d8
psycopg2_2.9.3.orig.tar.gz 371.7 KiB 8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981
psycopg2_2.9.3.orig.tar.gz.asc 488 bytes 527e3cd7c9c338f064ac415661ff6ed67ee52c67e5bd1428d6218eacd9d3ecf6
psycopg2_2.9.3-1.debian.tar.xz 15.6 KiB 748fc0b564ac185567c90bd33426528618dc3da74b3714e3724e4183843a03ec

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: No summary available for python3-psycopg2 in ubuntu kinetic.

No description available for python3-psycopg2 in ubuntu kinetic.

python3-psycopg2-dbgsym: debug symbols for python3-psycopg2