diff options
author | darcy <darcy@pkgsrc.org> | 2004-12-16 20:37:46 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2004-12-16 20:37:46 +0000 |
commit | 63e80b4fc6e90cf81e0a2d6776ed0695ba3a93f9 (patch) | |
tree | 346ed2a9fe897d47b74ea5f4cf997d32dae584ec /databases/py-postgresql/Makefile | |
parent | 1ad1a55b7dbbb9cc064bada01ec894b62a5e6258 (diff) | |
download | pkgsrc-63e80b4fc6e90cf81e0a2d6776ed0695ba3a93f9.tar.gz |
Upgrade to version 3.6.
Most important change was serious bug in 3.5 that did not allow DB-API 2.0
version to work without a manual change.
Other changes:
- Better DB-API 2.0 compliance
- Exception hierarchy moved into C module and made available to both APIs
- Fix error in update method that caused false exceptions
- Moved to standard exception hierarchy in classic API
- Added new method to get transaction state
- Use proper Python constants where appropriate
- Use Python versions of strtol, etc. Allows WIN32 build
- Bug fixes and cleanups
Diffstat (limited to 'databases/py-postgresql/Makefile')
-rw-r--r-- | databases/py-postgresql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 1d5d6f097e3..bf81e51898b 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2004/08/30 08:33:34 darcy Exp $ +# $NetBSD: Makefile,v 1.37 2004/12/16 20:37:46 darcy Exp $ -DISTNAME= PyGreSQL-3.5 -PKGNAME= ${PYPKGPREFIX}-postgresql-3.5 +DISTNAME= PyGreSQL-3.6 +PKGNAME= ${PYPKGPREFIX}-postgresql-3.6 CATEGORIES= databases python MASTER_SITES= ftp://ftp.druid.net/pub/distrib/ EXTRACT_SUFX= .tgz |