pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-postgresql Upgrade to PyGreSQL 3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63e4c001fed3
branches:  trunk
changeset: 499003:63e4c001fed3
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Wed Sep 07 11:42:27 2005 +0000

description:
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:

 databases/py-postgresql/Makefile |  6 +++---
 databases/py-postgresql/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ddc8f65d300d -r 63e4c001fed3 databases/py-postgresql/Makefile
--- a/databases/py-postgresql/Makefile  Wed Sep 07 11:39:55 2005 +0000
+++ b/databases/py-postgresql/Makefile  Wed Sep 07 11:42:27 2005 +0000
@@ -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 -r ddc8f65d300d -r 63e4c001fed3 databases/py-postgresql/distinfo
--- a/databases/py-postgresql/distinfo  Wed Sep 07 11:39:55 2005 +0000
+++ b/databases/py-postgresql/distinfo  Wed Sep 07 11:42:27 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index