psycopg2 2.8.4-2 source package in Ubuntu

Changelog

psycopg2 (2.8.4-2) unstable; urgency=medium

  * Drop python2 support (Closes: #937331)
  * Bump standards-version to 4.5.0 without further change

 -- Scott Kitterman <email address hidden>  Fri, 06 Mar 2020 18:46:53 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Downloads

File Size SHA-256 Checksum
psycopg2_2.8.4-2.dsc 2.6 KiB 5e31b42ee463d60a2a1d6144c17a66564017e0a9f4eb481678184ab74de48ad3
psycopg2_2.8.4.orig.tar.gz 369.0 KiB f898e5cc0a662a9e12bde6f931263a1bbd350cfb18e1d5336a12927851825bb6
psycopg2_2.8.4.orig.tar.gz.asc 488 bytes 265d1e249357b673b21882996432c631540ab29771638219e76fe498aedc3b7f
psycopg2_2.8.4-2.debian.tar.xz 16.8 KiB 6aca0f2c83e4a1ca00039bf179560ebcdb9311a8fa39e4c5504dff12422337fc

No changes file available.

Binary packages built by this source

python-psycopg2-doc: No summary available for python-psycopg2-doc in ubuntu groovy.

No description available for python-psycopg2-doc in ubuntu groovy.

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.