summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/Makefile
diff options
context:
space:
mode:
authordarcy <darcy>2016-01-21 22:17:55 +0000
committerdarcy <darcy>2016-01-21 22:17:55 +0000
commit25da84661643bc7da83c9b88663ddd2981840c91 (patch)
treeb58d0ea3e5584b2b2b5f4238285d9162974bdd29 /databases/py-postgresql/Makefile
parentb45fdf7e63267caa10fb25198f24b08afaf5e9ff (diff)
downloadpkgsrc-25da84661643bc7da83c9b88663ddd2981840c91.tar.gz
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.
Diffstat (limited to 'databases/py-postgresql/Makefile')
-rw-r--r--databases/py-postgresql/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index 1a88b8a6f9a..996e3fa4277 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.72 2015/12/05 21:25:32 adam Exp $
+# $NetBSD: Makefile,v 1.73 2016/01/21 22:17:55 darcy Exp $
-DISTNAME= PyGreSQL-4.1.1
-PKGNAME= ${PYPKGPREFIX}-postgresql-4.1.1
+DISTNAME= PyGreSQL-4.2
+PKGNAME= ${PYPKGPREFIX}-postgresql-4.2
CATEGORIES= databases python
MASTER_SITES= http://pygresql.org/files/
EXTRACT_SUFX= .tgz
-PKGREVISION= 1
OWNER= darcy@NetBSD.org
HOMEPAGE= http://www.PyGreSQL.org/