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 version 3.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a4d92d1d1e1
branches: trunk
changeset: 485587:8a4d92d1d1e1
user: darcy <darcy%pkgsrc.org@localhost>
date: Thu Dec 16 20:37:46 2004 +0000
description:
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:
databases/py-postgresql/Makefile | 6 +++---
databases/py-postgresql/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 6c21558cc4da -r 8a4d92d1d1e1 databases/py-postgresql/Makefile
--- a/databases/py-postgresql/Makefile Thu Dec 16 19:50:48 2004 +0000
+++ b/databases/py-postgresql/Makefile Thu Dec 16 20:37:46 2004 +0000
@@ -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
diff -r 6c21558cc4da -r 8a4d92d1d1e1 databases/py-postgresql/distinfo
--- a/databases/py-postgresql/distinfo Thu Dec 16 19:50:48 2004 +0000
+++ b/databases/py-postgresql/distinfo Thu Dec 16 20:37:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/08/30 08:33:34 darcy Exp $
+$NetBSD: distinfo,v 1.7 2004/12/16 20:37:46 darcy Exp $
-SHA1 (PyGreSQL-3.5.tgz) = b55e448540ec7a360720dfaf11d1f7d4c119a4d4
-Size (PyGreSQL-3.5.tgz) = 44884 bytes
+SHA1 (PyGreSQL-3.6.tgz) = 6808a48473eee1a983561baf3d7880889e8d3fa5
+Size (PyGreSQL-3.6.tgz) = 45669 bytes
Home |
Main Index |
Thread Index |
Old Index