14
0
forked from pool/python-lmdb

- 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
This commit is contained in:
Mia Herkt
2019-06-09 01:43:24 +00:00
committed by Git OBS Bridge
parent bbcd5b4a41
commit d2c350a934
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 9 01:40:08 UTC 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.
-------------------------------------------------------------------
Mon May 21 17:37:59 UTC 2018 - 9+suse@cirno.systems