summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-04-17 15:44:22 +0000
committeradam <adam@pkgsrc.org>2012-04-17 15:44:22 +0000
commit5bac3f2641459871fc2a8e72f4291f2ebefa0498 (patch)
tree16c2bf47aee9195b84e0ce52583c49fca4e52b38 /databases/py-psycopg2/Makefile
parentfb1b84d539928895f54d1a2d9d961062766b9791 (diff)
downloadpkgsrc-5bac3f2641459871fc2a8e72f4291f2ebefa0498.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/Makefile')
-rw-r--r--databases/py-psycopg2/Makefile4
1 files changed, 2 insertions, 2 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/