diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-10 17:56:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-10 17:56:55 +0000 |
commit | cd31561137e6b1a2d1fd8b962cd1386577d04af4 (patch) | |
tree | 20b7d47e1562bbd7faee4f6f716910649443536c /databases/py-bsddb3/distinfo | |
parent | cfd61974236628d64099c0db081c638124d7b2f6 (diff) | |
download | pkgsrc-cd31561137e6b1a2d1fd8b962cd1386577d04af4.tar.gz |
Update py-bsddb3 to 4.1.6.
Changes sinec 4.1.1:
* Extended DB & DBEnv set_get_returns_none functionality to take a
"level" instead of a boolean flag. The boolean 0 and 1 values still
have the same effect. A value of 2 extends the "return None instead
of raising an exception" behaviour to the DBCursor set methods.
This will become the default behaviour in pybsddb 4.2.
* Updated documentation for set_get_returns_none. Regenerated the
stale html docs from the text documentation.
* Fixed a typo in DBCursor.join_item method that made it crash instead
of returning a value. Obviously nobody uses it. Wrote a test case
for join and join_item.
* Added the dbobj wrapper for DBEnv set_timeout method.
* Updated README.txt
* Added the DBEnv.set_timeout method.
* code cleanup to use python 2.x features in .py files
* the standalone pybsddb distribution will install a module
called bsddb3 while the module included with python >= 2.3
will be known as bsddb.
* Shared all .py and .c source with the Python project.
* Fixed DBTxn objects to raise an exception if they are used after
the underlying DB_TXN handle becomes invalid. (rather than
potentially causing a segfault)
* Fixed module to work when compiled against a python without thread
support.
* Do not attempt to double-close DB cursor's whos underlying DB
has already been closed (fixes a segfault).
* Close DB objects when DB.open fails to prevent an exception about
databases still being open when calling DBEnv.close.
Diffstat (limited to 'databases/py-bsddb3/distinfo')
-rw-r--r-- | databases/py-bsddb3/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/py-bsddb3/distinfo b/databases/py-bsddb3/distinfo index 9c3f343609d..d0e9a5d62e1 100644 --- a/databases/py-bsddb3/distinfo +++ b/databases/py-bsddb3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2003/12/07 00:53:28 epg Exp $ +$NetBSD: distinfo,v 1.3 2004/02/10 17:56:55 minskim Exp $ -SHA1 (bsddb3-4.1.1.tar.gz) = c30d9d06c760b2c73c4987fb7fd79f17421d10d4 -Size (bsddb3-4.1.1.tar.gz) = 484382 bytes -SHA1 (patch-aa) = c5012b82afda6e47a2cfcaa102811c0510fe65ec -SHA1 (patch-ab) = b482ddb5791db1cb7245e837b52731acc8f63141 +SHA1 (bsddb3-4.1.6.tar.gz) = 670c1e62ebb0728ed0b41971d629e6844176ed41 +Size (bsddb3-4.1.6.tar.gz) = 485193 bytes +SHA1 (patch-aa) = d19ba6ae428f3e27029c0ed23694230cc0b82656 +SHA1 (patch-ab) = a2bcbf091689edc2c63b653ef82a0c12335713e1 |