summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
diff options
context:
space:
mode:
authoradam <adam>2011-06-16 09:03:11 +0000
committeradam <adam>2011-06-16 09:03:11 +0000
commit29072855adb168ced8510763a0347533cf493ba2 (patch)
tree5cf467ec6829774ed90b88a06e979aae65a19f9b /databases/py-psycopg2
parentc022a9845c54cb75d50eb78ce561ea6d2cfff6f2 (diff)
downloadpkgsrc-29072855adb168ced8510763a0347533cf493ba2.tar.gz
Changes 2.4.2:
* Added 'set_session()' method and 'autocommit' property to the connection. Added support for read-only sessions and, for PostgreSQL 9.1, for the "repeatable read" isolation level and the "deferrable" transaction property. * Psycopg doesn't execute queries at connection time to find the default isolation level. * Fixed bug with multithread code potentially causing loss of sync with the server communication or lock of the client. * Don't fail import if mx.DateTime module can't be found, even if its support was built. * Fixed escape for negative numbers prefixed by minus operator. * Fixed refcount issue during copy. * Trying to execute concurrent operations on the same connection through concurrent green thread results in an error instead of a deadlock.
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 8c382835fb0..cca2380883b 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2011/05/17 06:14:01 adam Exp $
+# $NetBSD: Makefile,v 1.16 2011/06/16 09:03:11 adam Exp $
-DISTNAME= psycopg2-2.4.1
+DISTNAME= psycopg2-2.4.2
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 40d28305187..15d8481cba7 100644
--- a/databases/py-psycopg2/distinfo
+++ b/databases/py-psycopg2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2011/05/17 06:14:01 adam Exp $
+$NetBSD: distinfo,v 1.10 2011/06/16 09:03:11 adam Exp $
-SHA1 (psycopg2-2.4.1.tar.gz) = fe489b72855a1b68095b463e956f2bed745c0156
-RMD160 (psycopg2-2.4.1.tar.gz) = fe4e4dc61888494ed515aa0ed1013f95e52a6f61
-Size (psycopg2-2.4.1.tar.gz) = 648597 bytes
+SHA1 (psycopg2-2.4.2.tar.gz) = af7e44c0615037e488031e0d6b9d3b46853b409e
+RMD160 (psycopg2-2.4.2.tar.gz) = ec0fe7573260773b5e701f00ea365a1b7d4cc329
+Size (psycopg2-2.4.2.tar.gz) = 666719 bytes