Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lmdb for openSUSE:Factory checked in at 2024-11-21 15:17:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lmdb (Old) and /work/SRC/openSUSE:Factory/.python-lmdb.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lmdb" Thu Nov 21 15:17:13 2024 rev:14 rq:1225416 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lmdb/python-lmdb.changes 2024-11-19 22:23:46.113583545 +0100 +++ /work/SRC/openSUSE:Factory/.python-lmdb.new.28523/python-lmdb.changes 2024-11-21 15:17:54.163645732 +0100 @@ -1,0 +2,5 @@ +Wed Nov 20 16:01:02 UTC 2024 - Ben Greiner <[email protected]> + +- Modernize specfile + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lmdb.spec ++++++ --- /var/tmp/diff_new_pack.KIccDl/_old 2024-11-21 15:17:54.607664188 +0100 +++ /var/tmp/diff_new_pack.KIccDl/_new 2024-11-21 15:17:54.607664188 +0100 @@ -27,8 +27,10 @@ Patch1: https://github.com/jnwatson/py-lmdb/pull/368/commits/206a3754466397baeb418e70be9d35b12cc4079f.patch#/py313-support.patch BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: lmdb-devel BuildRequires: python-rpm-macros @@ -57,20 +59,18 @@ %build export LMDB_FORCE_SYSTEM=1 -%python_build - -%check -%python_exec setup.py develop --user -%python_exec -c 'import lmdb.cpython' -%pytest tests +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} +%check +%pytest_arch + %files %{python_files} %license LICENSE %doc README.md ChangeLog %{python_sitearch}/lmdb -%{python_sitearch}/lmdb-%{version}*-info +%{python_sitearch}/lmdb-%{version}.dist-info
