Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytimeparse for 
openSUSE:Factory checked in at 2025-06-11 16:26:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytimeparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytimeparse.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytimeparse"

Wed Jun 11 16:26:15 2025 rev:4 rq:1284658 version:1.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytimeparse/python-pytimeparse.changes    
2020-08-17 14:40:20.082581135 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytimeparse.new.19631/python-pytimeparse.changes
 2025-06-11 16:27:59.204129545 +0200
@@ -1,0 +2,6 @@
+Wed Jun 11 05:56:42 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytimeparse.spec ++++++
--- /var/tmp/diff_new_pack.7OCM41/_old  2025-06-11 16:28:00.592187447 +0200
+++ /var/tmp/diff_new_pack.7OCM41/_new  2025-06-11 16:28:00.596187614 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytimeparse
 #
-# Copyright (c) 2020 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-pytimeparse
 Version:        1.1.8
 Release:        0
@@ -25,8 +24,10 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/wroberts/pytimeparse
 Source:         
https://files.pythonhosted.org/packages/source/p/pytimeparse/pytimeparse-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -59,10 +60,10 @@
 sed -i '/nose/d' setup.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -71,5 +72,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.rst
-%{python_sitelib}/*
+%{python_sitelib}/pytimeparse
+%{python_sitelib}/pytimeparse-%{version}.dist-info
 

Reply via email to