summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
diff options
context:
space:
mode:
authoradam <adam>2012-04-17 15:44:22 +0000
committeradam <adam>2012-04-17 15:44:22 +0000
commitbd19b733591ac556dfda8f3870158f102aafbd10 (patch)
tree16c2bf47aee9195b84e0ce52583c49fca4e52b38 /databases/py-psycopg2
parentfcef56668f39cafaa640df069cfd393cb131d7f5 (diff)
downloadpkgsrc-bd19b733591ac556dfda8f3870158f102aafbd10.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.
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r--databases/py-psycopg2/Makefile4
-rw-r--r--databases/py-psycopg2/distinfo8
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