pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-postgresql
Module Name: pkgsrc
Committed By: darcy
Date: Thu Jan 21 22:17:56 UTC 2016
Modified Files:
pkgsrc/databases/py-postgresql: Makefile PLIST distinfo
Removed Files:
pkgsrc/databases/py-postgresql/patches: patch-setup.py
Log Message:
Update to version 4.2.
This is the last version before adding support for Python 3.x. Only bug
fixes will be added to this branch. From the changelog:
Version 4.2
-----------
- The supported Python versions are 2.4 to 2.7.
- PostgreSQL is supported in all versions from 8.3 to 9.5.
- Set a better default for the user option "escaping-funcs".
- Force build to compile with no errors.
- New methods get_parameters() and set_parameters() in the classic interface
which can be used to get or set run-time parameters.
- New method truncate() in the classic interface that can be used to quickly
empty a table or a set of tables.
- Fix decimal point handling.
- Add option to return boolean values as bool objects.
- Add option to return money values as string.
- get_tables() does not list information schema tables any more.
- Fix notification handler (Thanks Patrick TJ McPhee).
- Fix a small issue with large objects.
- Minor improvements in the NotificationHandler.
- Converted documentation to Sphinx and added many missing parts.
- The tutorial files have become a chapter in the documentation.
- Greatly improved unit testing, tests run with Python 2.4 to 2.7 again.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/py-postgresql/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-postgresql/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/py-postgresql/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index