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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f76a90ebd08922acca11948779b5055f7a262687178e9e94f4e804b9f8465bc
|
||||
size 881515
|
||||
3
lmdb-1.3.0.tar.gz
Normal file
3
lmdb-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60a11efc21aaf009d06518996360eed346f6000bfc9de05114374230879f992e
|
||||
size 881422
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lmdb
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 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: 1.2.1
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Universal Python binding for the LMDB 'Lightning' Database
|
||||
License: OLDAP-2.8
|
||||
|
||||
Reference in New Issue
Block a user