summaryrefslogtreecommitdiff
path: root/databases/py-bsddb3
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-10-23 08:35:28 +0000
committerwiz <wiz@pkgsrc.org>2013-10-23 08:35:28 +0000
commit909471ae422d05286cc3d46dcb411ae1b146fc0f (patch)
tree16831059f28a1f1534de268517826ecb3196c779 /databases/py-bsddb3
parent5244244bde535fad90d23fa9a7cc49c383cde2c8 (diff)
downloadpkgsrc-909471ae422d05286cc3d46dcb411ae1b146fc0f.tar.gz
Update to 6.0.0:
6.0.0: * Support Berkeley DB 6.0.x. * HEADS UP: If you are using "bsddb3._bsddb" in your code, for example for exceptions, change it to "bsddb3._db". * Print test working directory when running the testsuite. You can control it using "TMPDIR" environment variable. Defaults to "/tmp/z-Berkeley_DB/". * Support for "DB_EVENT_REP_AUTOTAKEOVER_FAILED" event. * Support for "DB_REPMGR_ISVIEW", "DB_DBT_BLOB", "DB_LOG_BLOB", "DB_STREAM_READ", "DB_STREAM_WRITE" and "DB_STREAM_SYNC_WRITE" flags. * Some DB_SEQUENCE function signatures changed in Berkeley DB 6.0.x. * Erratic behaviour of "DBEnv->rep_elect()" because a typo. * The testsuite prints Python bitness (32/64). * Tests compatible with hash randomization, default in Python 3.3. See http://bugs.python.org/issue13703 . * Errors when trying to calculate the length of a DB were masked, and an unuseful and unrelated exception was raised. * Code cleanup since pybsddb is not in the Python 3.x stdlib anymore, and the version in Python 2.6/2.7 is being maintained separately. * Improvements to documentation generation.
Diffstat (limited to 'databases/py-bsddb3')
-rw-r--r--databases/py-bsddb3/Makefile4
-rw-r--r--databases/py-bsddb3/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile
index 11af128c863..d9a2fdd303c 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2012/10/02 21:25:48 asau Exp $
+# $NetBSD: Makefile,v 1.46 2013/10/23 08:35:28 wiz Exp $
-DISTNAME= bsddb3-5.3.0
+DISTNAME= bsddb3-6.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/b/bsddb3/
diff --git a/databases/py-bsddb3/distinfo b/databases/py-bsddb3/distinfo
index 91378387164..37484d95bf8 100644
--- a/databases/py-bsddb3/distinfo
+++ b/databases/py-bsddb3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2012/01/18 13:48:37 adam Exp $
+$NetBSD: distinfo,v 1.22 2013/10/23 08:35:28 wiz Exp $
-SHA1 (bsddb3-5.3.0.tar.gz) = 8743f6d7a2f5471094941a46859723aae88f3915
-RMD160 (bsddb3-5.3.0.tar.gz) = 35474b64891fc6933136913715171dc5ec3dfb36
-Size (bsddb3-5.3.0.tar.gz) = 385113 bytes
+SHA1 (bsddb3-6.0.0.tar.gz) = ca5c204b2c9cf4fff396ba3d49994fe1a95d669f
+RMD160 (bsddb3-6.0.0.tar.gz) = 5e33f120cf82d0d7f8b88f7699cd546855b51384
+Size (bsddb3-6.0.0.tar.gz) = 342086 bytes