psycopg2 2.9.5-1build1 source package in Ubuntu

Changelog

psycopg2 (2.9.5-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Mon, 20 Mar 2023 05:48:12 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Downloads

File Size SHA-256 Checksum
psycopg2_2.9.5.orig.tar.gz 375.3 KiB f936e5d37923872d3ee06ba2da6498a01e54c09f25b4f66d9a930bda655880a7
psycopg2_2.9.5-1build1.debian.tar.xz 15.8 KiB d2873853c47eb9c97d7556107f783a02aacdf4b52908c70b784afb8b82c72037
psycopg2_2.9.5-1build1.dsc 2.3 KiB 06e1bbed6198a09fdc16f0ceb95273b2e2fc81cedfc7ff4e991d1ef5ac30e606

View changes file

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