Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-WSME for openSUSE:Factory checked in at 2024-04-10 17:49:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WSME (Old) and /work/SRC/openSUSE:Factory/.python-WSME.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WSME" Wed Apr 10 17:49:40 2024 rev:23 rq:1166531 version:0.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WSME/python-WSME.changes 2023-12-01 21:27:39.070910837 +0100 +++ /work/SRC/openSUSE:Factory/.python-WSME.new.29460/python-WSME.changes 2024-04-10 17:50:26.076571243 +0200 @@ -1,0 +2,7 @@ +Wed Apr 10 01:26:26 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Add missing {Build,}Requires on importlib-metadata. +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WSME.spec ++++++ --- /var/tmp/diff_new_pack.gRbHrp/_old 2024-04-10 17:50:27.028606279 +0200 +++ /var/tmp/diff_new_pack.gRbHrp/_new 2024-04-10 17:50:27.028606279 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-WSME # -# 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 @@ -27,16 +27,20 @@ # Test requirements: BuildRequires: %{python_module WebOb >= 1.2.3} BuildRequires: %{python_module WebTest} +BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module netaddr >= 0.7.12} BuildRequires: %{python_module pbr} BuildRequires: %{python_module pecan} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module simplegeneric} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-WebOb >= 1.2.3 +Requires: python-importlib-metadata Requires: python-netaddr >= 0.7.12 Requires: python-pytz Requires: python-simplegeneric @@ -53,10 +57,10 @@ %setup -q -n WSME-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -65,5 +69,8 @@ %files %{python_files} %license LICENSE %doc README.rst examples -%{python_sitelib}/* +%{python_sitelib}/wsme +%{python_sitelib}/wsmeext +%{python_sitelib}/WSME-%{version}.dist-info +%{python_sitelib}/WSME-%{version}-py*-nspkg.pth