Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bsddb3 for openSUSE:Factory checked in at 2024-01-16 21:37:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bsddb3 (Old) and /work/SRC/openSUSE:Factory/.python-bsddb3.new.9992 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bsddb3" Tue Jan 16 21:37:44 2024 rev:27 rq:1139030 version:6.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bsddb3/python-bsddb3.changes 2020-12-29 15:53:51.212283034 +0100 +++ /work/SRC/openSUSE:Factory/.python-bsddb3.new.9992/python-bsddb3.changes 2024-01-16 21:37:49.056108341 +0100 @@ -1,0 +2,5 @@ +Mon Jan 15 20:37:12 UTC 2024 - Dirk Müller <[email protected]> + +- switch to pep517 build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bsddb3.spec ++++++ --- /var/tmp/diff_new_pack.eajaw3/_old 2024-01-16 21:37:49.984142175 +0100 +++ /var/tmp/diff_new_pack.eajaw3/_new 2024-01-16 21:37:49.984142175 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-bsddb3 # -# Copyright (c) 2020 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 @@ -27,6 +27,9 @@ #Freecode-URL: https://www.jcea.es/programacion/pybsddb.htm Source: https://files.pythonhosted.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: db-devel BuildRequires: python-rpm-macros BuildRequires: python3-testsuite @@ -57,10 +60,10 @@ %build export CFLAGS="%{optflags} -fno-strict-aliasing" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand rm -rf %{buildroot}%{$python_sitearch}/bsddb3/tests %check @@ -69,7 +72,8 @@ %files %{python_files} %doc ChangeLog README.txt TODO.txt docs/* %license licenses.txt LICENSE.txt -%{python_sitearch}/* +%{python_sitearch}/bsddb3 +%{python_sitearch}/bsddb3-%{version}.dist-info %files %{python_files devel} %license licenses.txt LICENSE.txt
