Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-remotedata for openSUSE:Factory checked in at 2025-05-07 19:19:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-remotedata (Old) and /work/SRC/openSUSE:Factory/.python-pytest-remotedata.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-remotedata" Wed May 7 19:19:31 2025 rev:7 rq:1275111 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-remotedata/python-pytest-remotedata.changes 2023-10-05 20:03:51.616245848 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-remotedata.new.30101/python-pytest-remotedata.changes 2025-05-07 19:19:40.147167566 +0200 @@ -1,0 +2,6 @@ +Wed May 7 06:58:40 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-remotedata.spec ++++++ --- /var/tmp/diff_new_pack.9laG3b/_old 2025-05-07 19:19:40.615187079 +0200 +++ /var/tmp/diff_new_pack.9laG3b/_new 2025-05-07 19:19:40.619187247 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-remotedata # -# Copyright (c) 2023 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 @@ -22,13 +22,14 @@ Release: 0 Summary: Pytest plugin for controlling remote data access License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/astropy/pytest-remotedata Source: https://files.pythonhosted.org/packages/source/p/pytest-remotedata/pytest-remotedata-%{version}.tar.gz BuildRequires: %{python_module packaging} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 4.6} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-packaging @@ -44,10 +45,10 @@ %setup -q -n pytest-remotedata-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -57,5 +58,6 @@ %files %{python_files} %doc CHANGES.rst README.rst %license LICENSE.rst -%{python_sitelib}/* +%{python_sitelib}/pytest_remotedata +%{python_sitelib}/pytest_remotedata-%{version}.dist-info