forked from pool/python-lmdb
- Update to v1.2.1 (no changes)
- Update to v1.2.0
* Remove wheel generation for 2.7 because the manylinux images
no longer support it.
* Allow passing None as a value to transaction.del in CFFI
implementation for parity with cpython implementation.
* Fix Cursor.put behavior on a dupsort DB with append=True.
* Add warning to docs about use of Environment.set_mapsize.
This is currently an unresolved issue with upstream LMDB.
* CFFI implementation:
fix a seg fault when open_db returns map full.
* CFFI implementation:
fix a bug in open_db in a read-only environment.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=18
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e113e8876a4b3095cb7e0bb7f32246e7dfa95706ef1b69ca3658f9aa0e7c597
|
|
||||||
size 880212
|
|
||||||
3
lmdb-1.2.1.tar.gz
Normal file
3
lmdb-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f76a90ebd08922acca11948779b5055f7a262687178e9e94f4e804b9f8465bc
|
||||||
|
size 881515
|
||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 20 02:10:56 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to v1.2.1 (no changes)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 18 21:58:00 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to v1.2.0
|
||||||
|
* Remove wheel generation for 2.7 because the manylinux images
|
||||||
|
no longer support it.
|
||||||
|
* Allow passing None as a value to transaction.del in CFFI
|
||||||
|
implementation for parity with cpython implementation.
|
||||||
|
* Fix Cursor.put behavior on a dupsort DB with append=True.
|
||||||
|
* Add warning to docs about use of Environment.set_mapsize.
|
||||||
|
This is currently an unresolved issue with upstream LMDB.
|
||||||
|
* CFFI implementation:
|
||||||
|
fix a seg fault when open_db returns map full.
|
||||||
|
* CFFI implementation:
|
||||||
|
fix a bug in open_db in a read-only environment.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 5 03:09:49 UTC 2021 - Mia Herkt <mia@0x0.st>
|
Fri Feb 5 03:09:49 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-lmdb
|
Name: python-lmdb
|
||||||
Version: 1.1.0
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Universal Python binding for the LMDB 'Lightning' Database
|
Summary: Universal Python binding for the LMDB 'Lightning' Database
|
||||||
License: OLDAP-2.8
|
License: OLDAP-2.8
|
||||||
|
|||||||
Reference in New Issue
Block a user