pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-bsddb3
Module Name: pkgsrc
Committed By: drochner
Date: Thu Jun 4 17:24:08 UTC 2009
Modified Files:
pkgsrc/databases/py-bsddb3: Makefile distinfo
Log Message:
update to 4.7.6
changes:
-Compatibility with Python 3.0.1
-"DB.has_key()" used to return 0 or 1. Changed to return
True or False instead. Check your code!
-Change "DBSequence.init_value()" to "DBSequence.initial_value()",
for consistence with Berkeley DB real method name. This could
require minimal changes in your code. The documentation was
right.
-add more bindings
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/py-bsddb3/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/py-bsddb3/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index