summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-07-04 13:01:36 +0000
committerwiz <wiz@pkgsrc.org>2013-07-04 13:01:36 +0000
commit07ba72c758991df0a4737b8d60976e9fcf3a8369 (patch)
tree9537214a0278d5a1cf6696cee99edb48b2f38a13 /databases/py-psycopg2/Makefile
parent08d9030d8ec239f7a487caef41649579cdcc2064 (diff)
downloadpkgsrc-07ba72c758991df0a4737b8d60976e9fcf3a8369.tar.gz
Update to 2.5.1:
What's new in psycopg 2.5.1 --------------------------- - Fixed build on Solaris 10 and 11 where the round() function is already declared (:ticket:`#146`). - Fixed comparison of `Range` with non-range objects (:ticket:`#164`). Thanks to Chris Withers for the patch. - Fixed double-free on connection dealloc (:ticket:`#166`). Thanks to Gangadharan S.A. for the report and fix suggestion.
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 2a2e7fe874c..6b99eaf2fd9 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2013/05/04 23:52:45 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2013/07/04 13:01:36 wiz Exp $
-DISTNAME= psycopg2-2.5
+DISTNAME= psycopg2-2.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/