python-psycopg2cffi 2.8.1-2build1 source package in Ubuntu

Changelog

python-psycopg2cffi (2.8.1-2build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 22:00:22 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
python-psycopg2cffi_2.8.1.orig.tar.xz 89.0 KiB 7f02609465d47f5c6111eeaf335cb90a4ddcfaf5403bdcf8c694145cc827751b
python-psycopg2cffi_2.8.1-2build1.debian.tar.xz 2.7 KiB 201e353a4aa07f82f36240bd6c6721d030eaedf585d48ae730029deac52d0983
python-psycopg2cffi_2.8.1-2build1.dsc 2.2 KiB 08acb09083086d3f2dfc88c0bc0b81e8ddbefad114fc694f845c1a1a604dff06

View changes file

Binary packages built by this source

python3-psycopg2cffi: implementation of the psycopg2 module using cffi

 This package provides an implementation of the psycopg2 module using cffi.
 .
 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.

python3-psycopg2cffi-dbgsym: debug symbols for python3-psycopg2cffi