forked from pool/python-berkeleydb
The base branch pool/python-berkeleydb:factory has new changes
- update to 18.1.14:
* Warning WARNING - BREAKING CHANGE: We eliminate dbobj.py. It
was very outdated and it was only barely useful if you wanted
to create subclasses of berkeleydb classes.
* Allow unicode and binary keys when using encryption.
Previously, only unicode keys were allowed. In both cases,
null bytes will raise an exception.
* Correctly display (in the raised exception) the type of the
parameter when it is not accepted, beside the required type.
This solves a regression introduced in 18.1.9.
* Delete stale and outdated entries in the TO DO file.
* Solve some redefinitions in the dictionary returned by
DBEnv.lock_stat() and add more entries: Berkeley DB >= 4.8:
locksteals, maxhlocks, maxhobjects, maxlsteals, maxosteals,
objectsteals, part_max_nowait, part_max_wait, part_nowait,
part_wait, partitions. Berkeley DB >= 5.3: initlocks,
initlockers, initobjects, lockers, locks, objects, tablesize.
Berkeley DB >= 6.2: nlockers_hit, nlockers_reused.
* Berkeley DB >= 4.8: locksteals, maxhlocks, maxhobjects,
maxlsteals, maxosteals, objectsteals, part_max_nowait,
part_max_wait, part_nowait, part_wait, partitions.
* Berkeley DB >= 5.3: initlocks, initlockers, initobjects,
lockers, locks, objects, tablesize.
* Berkeley DB >= 6.2: nlockers_hit, nlockers_reused.
* Add more entries to DBEnv.log_stat() if we are using Berkeley
DB >= 5.3: fileid_init, maxnfileid, nfileid.
* nelem value in DB.stat() for hash databases was dropped some
time ago. Update stale documentation. That value is actually
available via DB.get_h_nelem().
* Improve docs explaining the end value in the dictionary
OBS-URL: https://build.opensuse.org/request/show/1273057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-berkeleydb?expand=0&rev=5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-berkeleydb?expand=0&rev=9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-berkeleydb?expand=0&rev=10
Description
No description provided
Languages
RPM Spec
100%