From a3b93357b5912c1a05d3f801a31dfa876a7d0b868fe564b07e702713ee6d8dec Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Mon, 1 Jul 2024 16:56:36 +0000 Subject: [PATCH] - Update to 1.5.1 (no changes for openSUSE) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lmdb?expand=0&rev=25 --- lmdb-1.4.1.tar.gz | 3 --- lmdb-1.5.1.tar.gz | 3 +++ python-lmdb.changes | 5 +++++ python-lmdb.spec | 12 ++++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 lmdb-1.4.1.tar.gz create mode 100644 lmdb-1.5.1.tar.gz diff --git a/lmdb-1.4.1.tar.gz b/lmdb-1.4.1.tar.gz deleted file mode 100644 index 5a01411..0000000 --- a/lmdb-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4c76af24e907593487c904ef5eba1993beb38ed385af82adb25a858f2d658d -size 881549 diff --git a/lmdb-1.5.1.tar.gz b/lmdb-1.5.1.tar.gz new file mode 100644 index 0000000..096693a --- /dev/null +++ b/lmdb-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717c255827d331e02f7242b44051aa06466c90f6d732ecb07b31edfb1e06c67a +size 881246 diff --git a/python-lmdb.changes b/python-lmdb.changes index 3770574..2ae95e3 100644 --- a/python-lmdb.changes +++ b/python-lmdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 1 16:53:38 UTC 2024 - Mia Herkt + +- Update to 1.5.1 (no changes for openSUSE) + ------------------------------------------------------------------- Thu Apr 6 16:05:15 UTC 2023 - Mia Herkt diff --git a/python-lmdb.spec b/python-lmdb.spec index c28a6f7..a6c2320 100644 --- a/python-lmdb.spec +++ b/python-lmdb.spec @@ -1,7 +1,7 @@ # # spec file for package python-lmdb # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,13 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lmdb -Version: 1.4.1 +Version: 1.5.1 Release: 0 Summary: Universal Python binding for the LMDB 'Lightning' Database License: OLDAP-2.8 Group: Development/Languages/Python -URL: http://github.com/dw/py-lmdb/ +URL: https://github.com/dw/py-lmdb/ Source: https://files.pythonhosted.org/packages/source/l/lmdb/lmdb-%{version}.tar.gz BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} @@ -62,7 +61,7 @@ export LMDB_FORCE_SYSTEM=1 %check %python_exec setup.py develop --user %python_exec -c 'import lmdb.cpython' -%python_exec -m pytest -v tests +%pytest tests %install %python_install @@ -71,6 +70,7 @@ export LMDB_FORCE_SYSTEM=1 %files %{python_files} %license LICENSE %doc README.md ChangeLog -%{python_sitearch}/* +%{python_sitearch}/lmdb +%{python_sitearch}/lmdb-%{version}*-info %changelog