Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Routes for openSUSE:Factory 
checked in at 2025-06-24 20:45:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Routes (Old)
 and      /work/SRC/openSUSE:Factory/.python-Routes.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Routes"

Tue Jun 24 20:45:22 2025 rev:21 rq:1288111 version:2.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Routes/python-Routes.changes      
2024-06-11 18:27:05.656053508 +0200
+++ /work/SRC/openSUSE:Factory/.python-Routes.new.7067/python-Routes.changes    
2025-06-24 20:45:28.051147181 +0200
@@ -1,0 +2,5 @@
+Tue Jun 24 02:21:54 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Routes.spec ++++++
--- /var/tmp/diff_new_pack.nQjyXz/_old  2025-06-24 20:45:28.831179518 +0200
+++ /var/tmp/diff_new_pack.nQjyXz/_new  2025-06-24 20:45:28.831179518 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Routes
 #
-# 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
@@ -28,9 +28,11 @@
 # for testing
 BuildRequires:  %{python_module WebOb}
 BuildRequires:  %{python_module WebTest}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module repoze.lru}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-repoze.lru >= 0.3
@@ -46,10 +48,10 @@
 %autosetup -p1 -n Routes-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -59,5 +61,5 @@
 %license LICENSE.txt
 %doc CHANGELOG.rst README.rst
 %{python_sitelib}/routes
-%{python_sitelib}/Routes-%{version}*-info
+%{python_sitelib}/[Rr]outes-%{version}.dist-info
 

Reply via email to