14
0
forked from pool/python-lmdb
Commit Graph

5 Commits

Author SHA256 Message Date
Mia Herkt
eecad21fb6 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=12
2019-11-26 00:44:21 +00:00
Mia Herkt
bd243f8475 - Update to v0.97
* Fix a missed GIL unlock sequence.
  * Fix argv check in JEP (cpython under Java) environment.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=10
2019-08-12 05:25:21 +00:00
Mia Herkt
12b15ca481 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=8
2019-07-24 13:55:24 +00:00
Mia Herkt
d2c350a934 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=6
2019-06-09 01:43:24 +00:00
Mia Herkt
b5de217a07 Rename: lmdb.changes → python-lmdb.changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=2
2018-05-21 19:37:45 +00:00