forked from pool/python-lmdb
- Update to v1.1.0
* Prevent invalid flag combinations when creating a database.
* Add a Cursor.getmulti method with optional buffer support.
- Update to v1.0.0
* Start of new semantic versioning scheme. This would be a minor
version bump from the 0.99 release if it were semantically
versioned.
* Allow environment copy to take a passed-in transaction.
This is the first released feature that requires a (very small)
patch to the underlying C library. By default, the patch will
be applied unless this module is built with LMDB_PURE
environment variable set.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9eb844aaaacc8a4bc175e1c1f8a8fb538c330e378fd9eb40e8708d4dca7dc89
|
||||
size 995175
|
||||
3
lmdb-1.1.0.tar.gz
Normal file
3
lmdb-1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e113e8876a4b3095cb7e0bb7f32246e7dfa95706ef1b69ca3658f9aa0e7c597
|
||||
size 880212
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 03:09:49 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to v1.1.0
|
||||
* Prevent invalid flag combinations when creating a database.
|
||||
* Add a Cursor.getmulti method with optional buffer support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 17:00:51 UTC 2020 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to v1.0.0
|
||||
* Start of new semantic versioning scheme. This would be a minor
|
||||
version bump from the 0.99 release if it were semantically
|
||||
versioned.
|
||||
* Allow environment copy to take a passed-in transaction.
|
||||
This is the first released feature that requires a (very small)
|
||||
patch to the underlying C library. By default, the patch will
|
||||
be applied unless this module is built with LMDB_PURE
|
||||
environment variable set.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:04:47 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lmdb
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 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.99
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Universal Python binding for the LMDB 'Lightning' Database
|
||||
License: OLDAP-2.8
|
||||
|
||||
Reference in New Issue
Block a user