From c1a5bee0e5cf640bfe1f54df0203924e9c6a23ffc731ced93db1ceaa192977bf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Jul 2025 12:26:52 +0000 Subject: [PATCH] - update to 1.7.2: * CI-only fix * Update bundled LMDB to 0.9.33, plus a patch to fix ITS#10346. * Prevent some accidental use of LMDB objects by child processes. - Modernize specfile OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=33 --- lmdb-1.6.2.tar.gz | 3 --- lmdb-1.7.2.tar.gz | 3 +++ python-lmdb.changes | 11 ++++++++++- python-lmdb.spec | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 lmdb-1.6.2.tar.gz create mode 100644 lmdb-1.7.2.tar.gz diff --git a/lmdb-1.6.2.tar.gz b/lmdb-1.6.2.tar.gz deleted file mode 100644 index 86a9cc0..0000000 --- a/lmdb-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d28e3fa59935ff688858760ec52f202ecb8c1089a3f68d1f162ea3078d151e73 -size 881434 diff --git a/lmdb-1.7.2.tar.gz b/lmdb-1.7.2.tar.gz new file mode 100644 index 0000000..e8cf249 --- /dev/null +++ b/lmdb-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa386cdd2ab077b119609af5a058106d0698ba3686f6e0c14af027c607db32c2 +size 883413 diff --git a/python-lmdb.changes b/python-lmdb.changes index 14b54a0..93eac23 100644 --- a/python-lmdb.changes +++ b/python-lmdb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jul 14 12:26:32 UTC 2025 - Dirk Müller + +- update to 1.7.2: + * CI-only fix + * Update bundled LMDB to 0.9.33, plus a patch to fix ITS#10346. + * Prevent some accidental use of LMDB objects by child + processes. + ------------------------------------------------------------------- Tue Jan 14 10:22:57 UTC 2025 - John Paul Adrian Glaubitz @@ -14,7 +23,7 @@ Tue Jan 14 10:22:57 UTC 2025 - John Paul Adrian Glaubitz -- Modernize specfile +- Modernize specfile ------------------------------------------------------------------- Tue Nov 19 10:20:27 UTC 2024 - Dirk Müller diff --git a/python-lmdb.spec b/python-lmdb.spec index f903a46..4d28d51 100644 --- a/python-lmdb.spec +++ b/python-lmdb.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-lmdb -Version: 1.6.2 +Version: 1.7.2 Release: 0 Summary: Universal Python binding for the LMDB 'Lightning' Database License: OLDAP-2.8