pg8000 1.23.0-0ubuntu1 source package in Ubuntu
Changelog
pg8000 (1.23.0-0ubuntu1) jammy; urgency=medium * d/gbp.conf: Update gbp configuration file. * d/control: Update Vcs-* links and maintainers. * New upstream release. * d/control: Align (Build-)Depends with upstream. * d/p/0001-Don-t-try-to-encode-non-text.patch: Dropped. No longer needed. * d/python3-pg8000.install, d/python-pg8000-doc.*: The docs directory has been consolidated to README.adoc. * d/rules: Don't run tests during build. The tests didn't run in the past and require a running PostgreSQL database. -- Corey Bryant <email address hidden> Tue, 07 Dec 2021 11:44:13 -0500
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pg8000_1.23.0.orig.tar.gz | 114.7 KiB | a413e00141342813a2ca47e8b7b0549ff338cca02bc819076b6d70f12d755c79 |
pg8000_1.23.0-0ubuntu1.debian.tar.xz | 3.3 KiB | 591341bc1563d0f8c00261afffffe00e4991daea476085bcbdd72735f11964c0 |
pg8000_1.23.0-0ubuntu1.dsc | 2.3 KiB | 9630395ec8d4dff17c46ddff0858133c404e07e4d3085765b4b06927d56d85a8 |
Available diffs
- diff from 1.10.6-2build1 to 1.23.0-0ubuntu1 (147.9 KiB)
Binary packages built by this source
- python-pg8000-doc: Pure-Python PostgreSQL Driver (documentation)
pg8000 is a Pure-Python interface to the PostgreSQL database engine. It is
one of many PostgreSQL interfaces for the Python programming language. pg8000
is somewhat distinctive in that it is written entirely in Python and does not
rely on any external libraries (such as a compiled Python module, or
PostgreSQL's libpq library). pg8000 supports the standard Python DB-API
version 2.0.
.
pg8000's name comes from the belief that it is probably about the 8000th
PostgreSQL interface for Python.
.
This package contains the documentation for the library.
- python3-pg8000: Pure-Python PostgreSQL Driver (Python 3)
pg8000 is a Pure-Python interface to the PostgreSQL database engine. It is
one of many PostgreSQL interfaces for the Python programming language. pg8000
is somewhat distinctive in that it is written entirely in Python and does not
rely on any external libraries (such as a compiled Python module, or
PostgreSQL's libpq library). pg8000 supports the standard Python DB-API
version 2.0.
.
pg8000's name comes from the belief that it is probably about the 8000th
PostgreSQL interface for Python.
.
This package contains the Python 3 version.