Package Release Info

python-lmdb-0.98-bp154.1.33

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-lmdb

Change Logs

Version: 0.98-bp152.1.8
* Tue Nov 26 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v0.98
  * Fix that a duplicate argument to a lmdb method would cause
    an assert.
  * Fix crash under debug cpython when mdb_cursor_open failed
* Mon Aug 12 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v0.97
  * Fix a missed GIL unlock sequence.
  * Fix argv check in JEP (cpython under Java) environment.
* Wed Jul 24 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v0.96
  * Doc updates.
  * More removal of code for now-unsupported Python versions.
  * Only preload the value with the GIL unlocked when the value is
    actually requested. This significantly improves read
    performance to retrieve keys with large values when the value
    isn't retrieved.
* Sun Jun 09 2019 Martin Herkt <9+suse@cirno.systems>
- Update to v0.95
  * Handling of the Environment(create=True) flag was improved.
  * Database names may be reused after they are dropped on CFFI,
    without reopening the environment.
Version: 0.94-bp151.1.3
* Mon May 21 2018 9+suse@cirno.systems
- Update to v0.94
  * CPython argument parsing now matches the behaviour of CFFI,
    and most sane  Python APIs: a bool parameter is considered
    to be true if it is any truthy value, not just if it is
    exactly True.
  * Fixed several 2.7/3 bugs in command line tool.
* Mon May 21 2018 9+suse@cirno.systems
- Use system liblmdb
* Fri Aug 11 2017 9@cirno.systems
- Add doc files
* Fri Aug 04 2017 9@cirno.systems
- Init package, v0.93