Package: py-postgresql / 1.2.1+git20180803.ef7b9a9-4
Metadata
Package | Version | Patches format |
---|---|---|
py-postgresql | 1.2.1+git20180803.ef7b9a9-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 add_libpath.patch | (download) |
postgresql/sys.py |
2 1 + 1 - 0 ! |
add_libpath: add /usr/share/python3-postgresql to the py-postgresql libpath |
02 use_stock_crypt.patch | (download) |
postgresql/protocol/xact3.py |
2 1 + 1 - 0 ! |
replace resolved/crypt with crypt from libpython3-stdlib to reduce licensing silliness |
03 fix_pgsql_vers.patch | (download) |
postgresql/installation.py |
2 1 + 1 - 0 ! |
fix for debian suffix on pg_config --version Bug-Debian: http://bugs.debian.org/890646 |
04 python 3.10.patch | (download) |
postgresql/api.py |
139 50 + 89 - 0 ! |
require 3.3 minimum and update collections references to collections.abc per deprecation warnings. * Clean abc usage by preferring register over multiple inheritance. * Eliminate more types-as-docs * Relocate api.Connection.query to api.Database.query. postgresql.api has been somewhat neglected and should be given a thorough evaluation. Bug-Debian: https://bugs.debian.org/999367 |
05 python 3.10 part2.patch | (download) |
postgresql/copyman.py |
2 1 + 1 - 0 ! |
update imports to collections.abc Bug-Debian: https://bugs.debian.org/999367 |