summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
diff options
context:
space:
mode:
authoradam <adam>2011-05-17 06:14:01 +0000
committeradam <adam>2011-05-17 06:14:01 +0000
commitee1c2b89ecb102f81da1c1eea69560d4f4fc554e (patch)
treecffe4c6df11190e4cc7ffb23985cd372348a3628 /databases/py-psycopg2
parent90e4bbc41b8fd2b749853e882229e30a8b4682a6 (diff)
downloadpkgsrc-ee1c2b89ecb102f81da1c1eea69560d4f4fc554e.tar.gz
Changes 2.4.1:
* Use own parser for bytea output, not requiring anymore the libpq 9.0 to parse the hex format. * Don't fail connection if the client encoding is a non-normalized variant. * Correctly detect an empty query sent to the backend. * Fixed a SystemError clobbering libpq errors raised without SQLSTATE. * Fixed interaction between NamedTuple and server-side cursors. * Allow to specify --static-libpq on setup.py command line instead of just in 'setup.cfg'.
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 1d6b819859f..8c382835fb0 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2011/04/15 13:28:26 adam Exp $
+# $NetBSD: Makefile,v 1.15 2011/05/17 06:14:01 adam Exp $
-DISTNAME= psycopg2-2.4
+DISTNAME= psycopg2-2.4.1
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 16e153198dd..40d28305187 100644
--- a/databases/py-psycopg2/distinfo
+++ b/databases/py-psycopg2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2011/04/15 13:28:26 adam Exp $
+$NetBSD: distinfo,v 1.9 2011/05/17 06:14:01 adam Exp $
-SHA1 (psycopg2-2.4.tar.gz) = e5e85f2bc58baf09a0a60ab254644064f6b15a4b
-RMD160 (psycopg2-2.4.tar.gz) = 90b82c928bc1e8d9b44535aadfba382d9144a421
-Size (psycopg2-2.4.tar.gz) = 645573 bytes
+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