diff options
author | adam <adam@pkgsrc.org> | 2018-11-09 21:26:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-09 21:26:29 +0000 |
commit | a34d75a835f07fb37a81ad43816d97884aefdef7 (patch) | |
tree | cba9c77b933107ca9afc52abf6fd57f25a701f3e /databases | |
parent | 39f81ec1516b785554ee80297e8b73e13156f086 (diff) | |
download | pkgsrc-a34d75a835f07fb37a81ad43816d97884aefdef7.tar.gz |
py-psycopg2: updated to 2.7.6
Psycopg 2.7.6:
Summary of changes:
- Close named cursors if exist, even if execute() wasn't called.
- Fixed building on modern FreeBSD versions with Python 3.7.
- Fixed hang trying to COPY via execute() in asynchronous connections.
- Fixed adaptation of arrays of empty arrays.
- Fixed segfault accessing the connection.readonly and connection.deferrable attributes repeatedly.
- execute_values() accepts sql.Composable objects.
- errorcodes map updated to PostgreSQL 11.
- Wheel package compiled against PostgreSQL 10.5 libpq and OpenSSL 1.0.2p.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-psycopg2/Makefile | 8 | ||||
-rw-r--r-- | databases/py-psycopg2/distinfo | 10 |
2 files changed, 7 insertions, 11 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index 41c74dd4b8c..8cb857a95c4 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2018/07/03 03:57:16 adam Exp $ +# $NetBSD: Makefile,v 1.43 2018/11/09 21:26:29 adam Exp $ -DISTNAME= psycopg2-2.7.5 -PKGREVISION= 1 +DISTNAME= psycopg2-2.7.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-7/ @@ -11,9 +10,6 @@ HOMEPAGE= http://initd.org/psycopg/ COMMENT= PostgreSQL database adapter for Python LICENSE= gnu-lgpl-v3 -REPLACE_PYTHON+= tests/*.py - -.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/databases/py-psycopg2/distinfo b/databases/py-psycopg2/distinfo index 281ccd47901..e277f64d5da 100644 --- a/databases/py-psycopg2/distinfo +++ b/databases/py-psycopg2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.33 2018/07/03 03:57:16 adam Exp $ +$NetBSD: distinfo,v 1.34 2018/11/09 21:26:29 adam Exp $ -SHA1 (psycopg2-2.7.5.tar.gz) = 4f77e3efcf9a0970be5120352274315f7bd1c754 -RMD160 (psycopg2-2.7.5.tar.gz) = da723cedd2b1000b6af489cb4a9c614776d4dddc -SHA512 (psycopg2-2.7.5.tar.gz) = 5bf85b6760871f904b6b570ea454f99b72cf97acf9cce10b63dc7b6b0b18913b50ad4f24c469d101c54de6ad6100f1cac3c58225076b5e584a677f5ab4170a93 -Size (psycopg2-2.7.5.tar.gz) = 426358 bytes +SHA1 (psycopg2-2.7.6.tar.gz) = 8817c252ed53ea548b126d7a7ca7b50e17693cd5 +RMD160 (psycopg2-2.7.6.tar.gz) = fe2bea06d082d7584783267707b15d76f2cd5036 +SHA512 (psycopg2-2.7.6.tar.gz) = 443f53b271132100e7b90a3b616e8998eb803a6df6074d3c3a48abd5de88b292a2563353bbdd000c8b24c2479f218aea83924fb840121b925d2c63f7efe1d0a5 +Size (psycopg2-2.7.6.tar.gz) = 427315 bytes SHA1 (patch-setup.py) = 030c54021120f853b209537c9b0a0f88550af563 |