forked from pool/python-lmdb
- Update to v0.98
* Fix that a duplicate argument to a lmdb method would cause
an assert.
* Fix crash under debug cpython when mdb_cursor_open failed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
bd243f8475
commit
eecad21fb6
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:173d71ade5fd402c7e9ecb0a1d6022c92a7f89c313132ef4e5e561d349b0834b
|
||||
size 869560
|
||||
3
lmdb-0.98.tar.gz
Normal file
3
lmdb-0.98.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0625bc28bf0893e6000a83be7234f915ca078c32f9e73d8ae48b3508db7af708
|
||||
size 869867
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 00:43:19 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
||||
|
||||
- Update to v0.98
|
||||
* Fix that a duplicate argument to a lmdb method would cause
|
||||
an assert.
|
||||
* Fix crash under debug cpython when mdb_cursor_open failed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 05:24:44 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lmdb
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-lmdb
|
||||
Version: 0.97
|
||||
Version: 0.98
|
||||
Release: 0
|
||||
Summary: Universal Python binding for the LMDB 'Lightning' Database
|
||||
License: OLDAP-2.8
|
||||
|
||||
Reference in New Issue
Block a user