From 0e1b505393891a6c554414e041bf8c211d5c4e7d0ff14467ba4df39734ceff18 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Fri, 5 Feb 2021 03:11:37 +0000 Subject: [PATCH] - 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 --- lmdb-0.99.tar.gz | 3 --- lmdb-1.1.0.tar.gz | 3 +++ python-lmdb.changes | 20 ++++++++++++++++++++ python-lmdb.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 lmdb-0.99.tar.gz create mode 100644 lmdb-1.1.0.tar.gz diff --git a/lmdb-0.99.tar.gz b/lmdb-0.99.tar.gz deleted file mode 100644 index 3d6a147..0000000 --- a/lmdb-0.99.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9eb844aaaacc8a4bc175e1c1f8a8fb538c330e378fd9eb40e8708d4dca7dc89 -size 995175 diff --git a/lmdb-1.1.0.tar.gz b/lmdb-1.1.0.tar.gz new file mode 100644 index 0000000..81a0862 --- /dev/null +++ b/lmdb-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e113e8876a4b3095cb7e0bb7f32246e7dfa95706ef1b69ca3658f9aa0e7c597 +size 880212 diff --git a/python-lmdb.changes b/python-lmdb.changes index 06efe04..88eff94 100644 --- a/python-lmdb.changes +++ b/python-lmdb.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Feb 5 03:09:49 UTC 2021 - Mia Herkt + +- 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 + +- 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 diff --git a/python-lmdb.spec b/python-lmdb.spec index 49285e4..7b3e835 100644 --- a/python-lmdb.spec +++ b/python-lmdb.spec @@ -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