Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-time-travel"

Wed Jun  4 20:28:36 2025 rev:4 rq:1282516 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-time-travel/python-time-travel.changes    
2022-04-20 16:55:15.582507015 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-time-travel.new.16005/python-time-travel.changes
 2025-06-04 20:28:40.673292424 +0200
@@ -1,0 +2,6 @@
+Wed Jun  4 06:12:15 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-time-travel.spec ++++++
--- /var/tmp/diff_new_pack.01T0Cy/_old  2025-06-04 20:28:41.261316786 +0200
+++ /var/tmp/diff_new_pack.01T0Cy/_new  2025-06-04 20:28:41.261316786 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-time-travel
 #
-# Copyright (c) 2022 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-%{**}}
 %define skip_python2 1
 Name:           python-time-travel
 Group:          Development/Languages/Python
@@ -27,7 +26,9 @@
 URL:            https://github.com/snudler6/time-travel
 # pypi archive does not contain the tests
 Source:         
https://github.com/snudler6/time-travel/archive/refs/tags/v%{version}.tar.gz#/time_travel-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
 # SECTION tests
 BuildRequires:  %{python_module pytest}
@@ -43,10 +44,10 @@
 %setup -q -n time-travel-%{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 README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/time_travel
+%{python_sitelib}/time_travel-%{version}.dist-info
 

Reply via email to