summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2/Makefile
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/Makefile
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/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 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/