forked from pool/python-lmdb
Accepting request 708784 from devel:languages:python
- 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/request/show/708784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lmdb?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c2b7f05c26b2c95d6f3a566314feefe2dc64ecec6c50242a932703cf74303fe
|
||||
size 3991715
|
||||
3
lmdb-0.95.tar.gz
Normal file
3
lmdb-0.95.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2151050b60ef979e2aca50558efe3dcabf18a0490be245431e83fe375270a95b
|
||||
size 868649
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lmdb
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-lmdb
|
||||
Version: 0.94
|
||||
Version: 0.95
|
||||
Release: 0
|
||||
Summary: Universal Python binding for the LMDB 'Lightning' Database
|
||||
License: OLDAP-2.8
|
||||
|
||||
Reference in New Issue
Block a user