From cd6127d55b24bbdad35a2929d9e98e43746a5e05 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Jun 2007 05:58:06 +0000 Subject: Update to 4.5.0: 4.5.0: * Adds supports for compiling and linking with BerkeleyDB 4.5 * Python Bug #1599782: Fix segfault on bsddb.db.DB().type() due to releasing the GIL when it shouldn't. (nnorowitz) * Fixes a bug with bsddb.DB.stat where the flags and txn keyword arguments are transposed. * change test cases to use tempfile.gettempdir() 4.4.5: * pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename methods now allow their database parameter to be None as the sleepycat API allows. 4.4.4: * fix DBCursor.pget() bug with keyword argument names when no data= is supplied [SF pybsddb bug #1477863] * add support for DBSequence objects [patch #1466734] * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] * add DB_ARCH_REMOVE flag and fix DBEnv.log_archive() to accept it without potentially following an uninitialized pointer. 4.4.3: * fix DBEnv.set_tx_timestamp to not crash on Win64 platforms (thomas.wouters) * tons of memory leak fixes all over the code (thomas.wouters) * fixes ability to unpickle DBError (and children) exceptions --- databases/py-bsddb3/Makefile | 5 ++--- databases/py-bsddb3/PLIST | 11 ++++++++++- databases/py-bsddb3/distinfo | 8 ++++---- 3 files changed, 16 insertions(+), 8 deletions(-) (limited to 'databases/py-bsddb3') diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile index b92e4ba4fb4..aeb6511b082 100644 --- a/databases/py-bsddb3/Makefile +++ b/databases/py-bsddb3/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2007/06/08 12:25:00 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/06/09 05:58:06 wiz Exp $ # -DISTNAME= bsddb3-4.4.2 +DISTNAME= bsddb3-4.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pybsddb/} diff --git a/databases/py-bsddb3/PLIST b/databases/py-bsddb3/PLIST index 706deb1ecee..3849186510d 100644 --- a/databases/py-bsddb3/PLIST +++ b/databases/py-bsddb3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/02/07 21:36:37 drochner Exp $ +@comment $NetBSD: PLIST,v 1.7 2007/06/09 05:58:06 wiz Exp $ ${PYSITELIB}/bsddb3/__init__.py ${PYSITELIB}/bsddb3/__init__.pyc ${PYSITELIB}/bsddb3/__init__.pyo @@ -42,6 +42,9 @@ ${PYSITELIB}/bsddb3/tests/test_compare.pyo ${PYSITELIB}/bsddb3/tests/test_compat.py ${PYSITELIB}/bsddb3/tests/test_compat.pyc ${PYSITELIB}/bsddb3/tests/test_compat.pyo +${PYSITELIB}/bsddb3/tests/test_cursor_pget_bug.py +${PYSITELIB}/bsddb3/tests/test_cursor_pget_bug.pyc +${PYSITELIB}/bsddb3/tests/test_cursor_pget_bug.pyo ${PYSITELIB}/bsddb3/tests/test_dbobj.py ${PYSITELIB}/bsddb3/tests/test_dbobj.pyc ${PYSITELIB}/bsddb3/tests/test_dbobj.pyo @@ -66,12 +69,18 @@ ${PYSITELIB}/bsddb3/tests/test_lock.pyo ${PYSITELIB}/bsddb3/tests/test_misc.py ${PYSITELIB}/bsddb3/tests/test_misc.pyc ${PYSITELIB}/bsddb3/tests/test_misc.pyo +${PYSITELIB}/bsddb3/tests/test_pickle.py +${PYSITELIB}/bsddb3/tests/test_pickle.pyc +${PYSITELIB}/bsddb3/tests/test_pickle.pyo ${PYSITELIB}/bsddb3/tests/test_queue.py ${PYSITELIB}/bsddb3/tests/test_queue.pyc ${PYSITELIB}/bsddb3/tests/test_queue.pyo ${PYSITELIB}/bsddb3/tests/test_recno.py ${PYSITELIB}/bsddb3/tests/test_recno.pyc ${PYSITELIB}/bsddb3/tests/test_recno.pyo +${PYSITELIB}/bsddb3/tests/test_sequence.py +${PYSITELIB}/bsddb3/tests/test_sequence.pyc +${PYSITELIB}/bsddb3/tests/test_sequence.pyo ${PYSITELIB}/bsddb3/tests/test_thread.py ${PYSITELIB}/bsddb3/tests/test_thread.pyc ${PYSITELIB}/bsddb3/tests/test_thread.pyo diff --git a/databases/py-bsddb3/distinfo b/databases/py-bsddb3/distinfo index 3d57e4b974b..8c6505761e2 100644 --- a/databases/py-bsddb3/distinfo +++ b/databases/py-bsddb3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2006/02/07 21:36:37 drochner Exp $ +$NetBSD: distinfo,v 1.10 2007/06/09 05:58:06 wiz Exp $ -SHA1 (bsddb3-4.4.2.tar.gz) = e4cd5b65e209a97722bbf8d7d9cf4ea2d05cde68 -RMD160 (bsddb3-4.4.2.tar.gz) = bbe579842e67cff7bb9d34fc2d2a96bc3464af4e -Size (bsddb3-4.4.2.tar.gz) = 518015 bytes +SHA1 (bsddb3-4.5.0.tar.gz) = e4371cafdec218de0e007a1dbc9c1bc5ee3ff7bd +RMD160 (bsddb3-4.5.0.tar.gz) = a54ccaf88b422df30113f0345918043dd8c06a1b +Size (bsddb3-4.5.0.tar.gz) = 522126 bytes SHA1 (patch-aa) = cffa6777e9ea7d77492cc3ae3d4dc53f80979e74 -- cgit v1.2.3