Subject: CVS commit: pkgsrc/databases/py-postgresql
To: None <pkgsrc-changes@NetBSD.org>
From: D'Arcy J.M. Cain <darcy@netbsd.org>
List: pkgsrc-changes
Date: 09/07/2005 11:42:27
Module Name: pkgsrc
Committed By: darcy
Date: Wed Sep 7 11:42:27 UTC 2005
Modified Files:
pkgsrc/databases/py-postgresql: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/databases/py-postgresql/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.