From e8289c213b702d4226235d535a2e2d1bfd733553 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 16 Jun 2011 09:03:11 +0000 Subject: 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. --- databases/py-psycopg2/Makefile | 4 ++-- databases/py-psycopg2/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/py-psycopg2') 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 -- cgit v1.2.3