14
0
forked from pool/python-lmdb

- 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
This commit is contained in:
Mia Herkt
2019-08-12 05:25:21 +00:00
committed by Git OBS Bridge
parent 12b15ca481
commit bd243f8475
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 12 05:24:44 UTC 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 13:54:02 UTC 2019 - Martin Herkt <9+suse@cirno.systems>