diff options
author | adam <adam> | 2012-04-17 15:44:22 +0000 |
---|---|---|
committer | adam <adam> | 2012-04-17 15:44:22 +0000 |
commit | ab52035d061a308cfdb77c620b08d567ad7ad9e9 (patch) | |
tree | 16c2bf47aee9195b84e0ce52583c49fca4e52b38 | |
parent | 424345ad73f924358a213dcf6f7cd584f5e8e822 (diff) | |
download | pkgsrc-ab52035d061a308cfdb77c620b08d567ad7ad9e9.tar.gz |
Changes 2.4.5:
* The close() methods on connections and cursors don't raise exceptions if
called on already closed objects.
* Fixed fetchmany() with no argument in cursor subclasses.
* Use lo_creat() instead of lo_create() when possible for better interaction
with pgpool-II.
* Error and its subclasses are picklable, useful for multiprocessing interaction
* Better efficiency and formatting of timezone offset objects thanks to Menno
Smits.
* Fixed rownumber during iteration on cursor subclasses. Regression introduced
in 2.4.4.
* Added support for inet arrays.
* Fixed commit() concurrency problem.
* Codebase cleaned up using the GCC Python plugin's static analysis tool, which
has revealed several unchecked return values, possible NULL dereferences,
reference counting problems.
-rw-r--r-- | databases/py-psycopg2/Makefile | 4 | ||||
-rw-r--r-- | databases/py-psycopg2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index 33078f32098..359e0b3225d 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2012/01/26 10:49:41 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/04/17 15:44:22 adam Exp $ -DISTNAME= psycopg2-2.4.4 +DISTNAME= psycopg2-2.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-4/ diff --git a/databases/py-psycopg2/distinfo b/databases/py-psycopg2/distinfo index e9daa6de4cd..e1fbd69ff09 100644 --- a/databases/py-psycopg2/distinfo +++ b/databases/py-psycopg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2012/03/12 11:52:28 fhajny Exp $ +$NetBSD: distinfo,v 1.13 2012/04/17 15:44:22 adam Exp $ -SHA1 (psycopg2-2.4.4.tar.gz) = 1f0a26588f1cf03b9aea028e0177cf3b7ef78e60 -RMD160 (psycopg2-2.4.4.tar.gz) = 46223bd6fa7bab95e720ef77406ed95d1c678944 -Size (psycopg2-2.4.4.tar.gz) = 691109 bytes +SHA1 (psycopg2-2.4.5.tar.gz) = 848b2130d948376e1b962faf72f3a2c93dfb5599 +RMD160 (psycopg2-2.4.5.tar.gz) = 4de915ed108a60ccb7f52e67d7d1e3700a38cd28 +Size (psycopg2-2.4.5.tar.gz) = 719343 bytes SHA1 (patch-psycopg_config.h) = 4678e0c807a07f350317f414b3a47c99e4c38b91 |