summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authordarcy <darcy>2005-09-07 11:42:27 +0000
committerdarcy <darcy>2005-09-07 11:42:27 +0000
commit95f209f97bbf244034e20dafc97de0a7ce27d16b (patch)
tree3391ef62e5d6e11cc14d4be4783e660b4da5c078 /databases/py-postgresql
parentd6ae4857af2f1f2012d169c765348413f3002f07 (diff)
downloadpkgsrc-95f209f97bbf244034e20dafc97de0a7ce27d16b.tar.gz
Upgrade to PyGreSQL 3.7
Important changes from PyGreSQL 3.6.2 to PyGreSQL 3.7 - Fixes to quoting function. - Use Python datetime if mxDatetime is not available. - Add checks for valid database connection to methods. - Improved namespace support, handle search_path correctly. - Removed old dust and unnessesary imports, added docstrings. - Internal sql statements as one-liners, smoothed out ugly code. - Major improvements in classic pg module.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile6
-rw-r--r--databases/py-postgresql/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index 228145b2eea..7f64d444c53 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2005/05/22 20:07:46 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2005/09/07 11:42:27 darcy Exp $
-DISTNAME= PyGreSQL-3.6.2
-PKGNAME= ${PYPKGPREFIX}-postgresql-3.6.2
+DISTNAME= PyGreSQL-3.7
+PKGNAME= ${PYPKGPREFIX}-postgresql-3.7
CATEGORIES= databases python
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
EXTRACT_SUFX= .tgz
diff --git a/databases/py-postgresql/distinfo b/databases/py-postgresql/distinfo
index 351d422ffc3..35485d10cb2 100644
--- a/databases/py-postgresql/distinfo
+++ b/databases/py-postgresql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2005/02/23 16:33:09 agc Exp $
+$NetBSD: distinfo,v 1.11 2005/09/07 11:42:27 darcy Exp $
-SHA1 (PyGreSQL-3.6.2.tgz) = 9abf0cc3929ec025587de9479deddde0b500e153
-RMD160 (PyGreSQL-3.6.2.tgz) = 67088242e28d45dd0b9ec5904384e1e86cfb2981
-Size (PyGreSQL-3.6.2.tgz) = 45824 bytes
+SHA1 (PyGreSQL-3.7.tgz) = 1550742021fc23016852afd559e28ef6710a483b
+RMD160 (PyGreSQL-3.7.tgz) = 534f37c937426b1f291683220d605887148562f2
+Size (PyGreSQL-3.7.tgz) = 47643 bytes