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 file
Patch File delta Description
01 add_libpath.patch | (download)

postgresql/sys.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
postgresql/versionstring.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 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 !
postgresql/documentation/clientparameters.rst | 2 1 + 1 - 0 !
postgresql/documentation/cluster.rst | 2 1 + 1 - 0 !
postgresql/documentation/copyman.rst | 2 1 + 1 - 0 !
postgresql/documentation/driver.rst | 20 10 + 10 - 0 !
postgresql/python/itertools.py | 4 2 + 2 - 0 !
postgresql/release/distutils.py | 1 1 + 0 - 0 !
7 files changed, 66 insertions(+), 104 deletions(-)

 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 !
postgresql/documentation/notifyman.rst | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 update imports to collections.abc

Bug-Debian: https://bugs.debian.org/999367