summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-27 19:45:45 +0000
committerwiz <wiz>2014-01-27 19:45:45 +0000
commit52df55e61b9b4c39539eb7556dd1e5f849a29a54 (patch)
tree8544cfa20f4d48ade97d112ddf631d0954164b83 /databases/py-psycopg2/Makefile
parent56f3a07a7376f591bdb4eec4c6a7d7c1111afb05 (diff)
downloadpkgsrc-52df55e61b9b4c39539eb7556dd1e5f849a29a54.tar.gz
Update to 2.5.2:
What's new in psycopg 2.5.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed segfault pickling the exception raised on connection error (:ticket:`#170`). - Meaningful connection errors report a meaningful message, thanks to Alexey Borzenkov (:ticket:`#173`). - Manually creating `lobject` with the wrong parameter doesn't segfault (:ticket:`#187`).
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 3f8ef238563..d1c196d9205 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2014/01/25 10:29:59 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2014/01/27 19:45:45 wiz Exp $
-DISTNAME= psycopg2-2.5.1
+DISTNAME= psycopg2-2.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/