python-testing.postgresql 1.3.0-4 source package in Ubuntu

Changelog

python-testing.postgresql (1.3.0-4) unstable; urgency=medium

  * debian/control
    - bump b-d on testing.common.database to >= 2.0.3, needed to support the
      new location of collections.abc.Callable, see #1002361

 -- Sandro Tosi <email address hidden>  Sun, 19 Jun 2022 12:42:38 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testing.postgresql_1.3.0-4.dsc 2.3 KiB eeb0fe87c16cd0989def67fed4d3c18852f579df3c23c9cfb6e19849c4daeb5c
python-testing.postgresql_1.3.0.orig.tar.gz 10.7 KiB 8e1a69760369a7a8ffe63a66b6d95a5cd82db2fb976e4a8f85ffd24fbfc447d8
python-testing.postgresql_1.3.0-4.debian.tar.xz 3.6 KiB 0cacce8f7e8929cd32a760887034a653fe64d4a1b9977786d47b5bfb104e36a8

Available diffs

No changes file available.

Binary packages built by this source

python3-testing.postgresql: Python testing.* framework - PostgreSQL helpers (Python 3)

 The testing.* Python modules provide a framework for Python unit test suites
 that need to run tests against servers, like network-based DBMSs.
 .
 testing.postgresql contains helper classes to work with a temporary
 PostgreSQL server. It automatically sets up a PostgreSQL instance in a
 temporary directory, and destroys it after testing.
 .
 This package contains the Python 3 version.