14
0
forked from pool/python-lmdb

- Update to v1.3.0

* Add Python 3.10 support.
* Fix crash relating to caching of transactions.
  The 'max_spare_txns' parameter to Environment/open is currently
  ignored.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=20
This commit is contained in:
2022-01-31 06:54:04 +00:00
committed by Git OBS Bridge
parent 13861e4ed3
commit 4e7dca24f4
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 31 06:49:57 UTC 2022 - Mia Herkt <mia@0x0.st>
- Update to v1.3.0
* Add Python 3.10 support.
* Fix crash relating to caching of transactions.
The 'max_spare_txns' parameter to Environment/open is currently
ignored.
-------------------------------------------------------------------
Tue Apr 20 02:10:56 UTC 2021 - Mia Herkt <mia@0x0.st>