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:   adam
Date:           Wed May  4 13:09:01 UTC 2011

Modified Files:
        pkgsrc/databases/py-bsddb3: Makefile distinfo
Removed Files:
        pkgsrc/databases/py-bsddb3/patches: patch-setup2.py

Log Message:
Changes 5.1.2:
* 5.1.1 install fails if the bsddb in the standard library is not installed,
  under Python 2.7.
* Since 5.0.0, we can't find 4.x libraries unless we specify a
  "--berkeley-db=/path/to/bsddb" option.
* Support "DB_ENV->get_open_flags()", "DB_ENV->set_intermediate_dir_mode()",
  "DB_ENV->get_intermediate_dir_mode()".
* Support "DB->get_dbname()", "DB->get_open_flags()".
* Support "db_full_version()".
* Document "version()". This top-level function has been supported forever.
* Bugfix when calling "DB->get_size()" on a zero length record.
* 'assertEquals()' is deprecated in Python 3.2.
* 'assert_()' is deprecated in Python 3.2.
* Solved 'ResourceWarning' under Python 3.2.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/py-bsddb3/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-bsddb3/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/py-bsddb3/patches/patch-setup2.py

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