Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-timeout for
openSUSE:Factory checked in at 2025-05-07 19:15:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-timeout.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-timeout"
Wed May 7 19:15:55 2025 rev:16 rq:1275114 version:2.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes
2024-03-18 16:44:35.695038317 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new.30101/python-pytest-timeout.changes
2025-05-07 19:16:26.871162840 +0200
@@ -1,0 +2,5 @@
+Wed May 7 06:59:42 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-timeout.spec ++++++
--- /var/tmp/diff_new_pack.NxCu8E/_old 2025-05-07 19:16:27.263179215 +0200
+++ /var/tmp/diff_new_pack.NxCu8E/_new 2025-05-07 19:16:27.263179215 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-timeout
#
-# 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
@@ -25,8 +25,10 @@
License: MIT
URL: https://github.com/pytest-dev/pytest-timeout/
Source:
https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 7.0.0}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 7.0.0
@@ -58,10 +60,10 @@
%setup -q -n pytest-timeout-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -73,7 +75,7 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/pytest_timeout-%{version}*-info
-%{python_sitelib}/pytest_timeout.py*
+%{python_sitelib}/pytest_timeout-%{version}.dist-info
+%{python_sitelib}/pytest_timeout.py
%pycache_only %{python_sitelib}/__pycache__/pytest_timeout*.pyc