Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-timeout-decorator for 
openSUSE:Factory checked in at 2025-06-04 20:28:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-timeout-decorator (Old)
 and      /work/SRC/openSUSE:Factory/.python-timeout-decorator.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-timeout-decorator"

Wed Jun  4 20:28:34 2025 rev:3 rq:1282515 version:0.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-timeout-decorator/python-timeout-decorator.changes
        2023-05-12 20:41:30.175257427 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-timeout-decorator.new.16005/python-timeout-decorator.changes
     2025-06-04 20:28:39.937261930 +0200
@@ -1,0 +2,6 @@
+Wed Jun  4 06:09:43 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-timeout-decorator.spec ++++++
--- /var/tmp/diff_new_pack.ijLvo0/_old  2025-06-04 20:28:40.497285132 +0200
+++ /var/tmp/diff_new_pack.ijLvo0/_new  2025-06-04 20:28:40.497285132 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-timeout-decorator
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-timeout-decorator
 Version:        0.5.0
 Release:        0
@@ -28,8 +27,10 @@
 Source1:        
https://raw.githubusercontent.com/pnpnpn/timeout-decorator/master/tests/test_timeout_decorator.py
 # https://github.com/pnpnpn/timeout-decorator/issues/68
 Source2:        
https://raw.githubusercontent.com/pnpnpn/timeout-decorator/master/LICENSE.txt
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -43,10 +44,10 @@
 cp %{SOURCE1} %{SOURCE2} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -55,5 +56,6 @@
 %files %{python_files}
 %doc CHANGES.rst README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/timeout_decorator
+%{python_sitelib}/timeout_decorator-%{version}.dist-info
 

Reply via email to