Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-dependency for openSUSE:Factory checked in at 2025-05-07 19:15:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-dependency (Old) and /work/SRC/openSUSE:Factory/.python-pytest-dependency.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-dependency" Wed May 7 19:15:43 2025 rev:5 rq:1275093 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-dependency/python-pytest-dependency.changes 2024-01-10 21:52:43.429115352 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytest-dependency.new.30101/python-pytest-dependency.changes 2025-05-07 19:16:20.706905356 +0200 @@ -1,0 +2,6 @@ +Wed May 7 06:48:24 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-dependency.spec ++++++ --- /var/tmp/diff_new_pack.2WRkod/_old 2025-05-07 19:16:21.210926409 +0200 +++ /var/tmp/diff_new_pack.2WRkod/_new 2025-05-07 19:16:21.210926409 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-dependency # -# Copyright (c) 2024 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 @@ -24,7 +24,9 @@ License: Apache-2.0 URL: https://github.com/RKrahl/pytest-dependency Source: https://files.pythonhosted.org/packages/source/p/pytest-dependency/pytest-dependency-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest >= 3.6.0} @@ -43,10 +45,10 @@ %setup -q -n pytest-dependency-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,5 +57,7 @@ %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/pytest_dependency.py +%pycache_only %{python_sitelib}/__pycache__/pytest_dependency*.pyc +%{python_sitelib}/pytest_dependency-%{version}.dist-info