Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-resultsdb_api for openSUSE:Factory checked in at 2025-06-04 20:28:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-resultsdb_api (Old) and /work/SRC/openSUSE:Factory/.python-resultsdb_api.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-resultsdb_api" Wed Jun 4 20:28:58 2025 rev:4 rq:1282465 version:2.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-resultsdb_api/python-resultsdb_api.changes 2022-11-07 13:51:52.935865905 +0100 +++ /work/SRC/openSUSE:Factory/.python-resultsdb_api.new.16005/python-resultsdb_api.changes 2025-06-04 20:29:04.458277848 +0200 @@ -1,0 +2,6 @@ +Wed Jun 4 01:03:11 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-resultsdb_api.spec ++++++ --- /var/tmp/diff_new_pack.V6MLvY/_old 2025-06-04 20:29:04.942297900 +0200 +++ /var/tmp/diff_new_pack.V6MLvY/_new 2025-06-04 20:29:04.942297900 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-resultsdb_api # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-resultsdb_api Version: 2.1.5 Release: 0 @@ -24,7 +23,9 @@ License: GPL-2.0-or-later URL: https://pagure.io/taskotron/resultsdb_api Source: https://files.pythonhosted.org/packages/source/r/resultsdb_api/resultsdb_api-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-requests >= 2.2.1 @@ -47,10 +48,10 @@ %setup -q -n resultsdb_api-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -59,6 +60,7 @@ %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/resultsdb_api* -%pycache_only %{python_sitelib}/__pycache__/ +%{python_sitelib}/resultsdb_api.py +%pycache_only %{python_sitelib}/__pycache__/resultsdb_api*.pyc +%{python_sitelib}/resultsdb_api-%{version}.dist-info