Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-filter-subpackage for openSUSE:Factory checked in at 2025-05-07 19:19:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-filter-subpackage (Old) and /work/SRC/openSUSE:Factory/.python-pytest-filter-subpackage.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-filter-subpackage" Wed May 7 19:19:20 2025 rev:7 rq:1275097 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-filter-subpackage/python-pytest-filter-subpackage.changes 2024-03-22 15:32:45.619719642 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytest-filter-subpackage.new.30101/python-pytest-filter-subpackage.changes 2025-05-07 19:19:24.942533629 +0200 @@ -1,0 +2,5 @@ +Wed May 7 06:49:24 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-filter-subpackage.spec ++++++ --- /var/tmp/diff_new_pack.kiRXRb/_old 2025-05-07 19:19:25.594560815 +0200 +++ /var/tmp/diff_new_pack.kiRXRb/_new 2025-05-07 19:19:25.598560981 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-filter-subpackage # -# 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,11 +24,12 @@ License: BSD-3-Clause URL: https://github.com/astropy/pytest-filter-subpackage Source: https://files.pythonhosted.org/packages/source/p/pytest-filter-subpackage/pytest-filter-subpackage-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 4.6} -# Patch0 is for the change from doctestplus 0.5 to 0.6 BuildRequires: %{python_module pytest-doctestplus >= 0.6} BuildRequires: %{python_module setuptools >= 30.3} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytest >= 4.6 @@ -43,10 +44,10 @@ %autosetup -p1 -n pytest-filter-subpackage-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -58,5 +59,5 @@ %doc README.rst CHANGES.rst %license LICENSE.rst %{python_sitelib}/pytest_filter_subpackage -%{python_sitelib}/pytest_filter_subpackage-%{version}*-info +%{python_sitelib}/pytest_filter_subpackage-%{version}.dist-info