Package: psycopg3 / 3.2.3-4

Metadata

Package Version Patches format
psycopg3 3.2.3-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use local documentation.patch | (download)

docs/conf.py | 9 6 3 - 0 !
docs/lib/libpq_docs.py | 4 3 1 - 0 !
2 files changed, 9 insertions( ), 4 deletions(-)

 ensure reproducible documentation

disable postgresql documentation download.patch | (download)

docs/conf.py | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

 disable linking to postgresql libpq documentation

enable pypy usage.patch | (download)

psycopg/psycopg/pq/__init__.py | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 allow for using module by pypy

test numpy 32bit.patch | (download)

tests/types/test_numpy.py | 28 22 6 - 0 !
1 file changed, 22 insertions( ), 6 deletions(-)

 test(numpy): account for 32 bits systems in size checks

test numpy 32bit 2.patch | (download)

tests/types/test_numpy.py | 24 13 11 - 0 !
1 file changed, 13 insertions( ), 11 deletions(-)

 test(numpy): fix integer type handling harder