Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-fire"

Tue Jun 17 18:22:45 2025 rev:14 rq:1286221 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fire/python-fire.changes  2024-11-12 
19:22:38.186521408 +0100
+++ /work/SRC/openSUSE:Factory/.python-fire.new.19631/python-fire.changes       
2025-06-17 18:23:35.365717824 +0200
@@ -1,0 +2,6 @@
+Tue Jun 17 04:14:19 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- Ship README as a doc.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-fire.spec ++++++
--- /var/tmp/diff_new_pack.TKemzK/_old  2025-06-17 18:23:36.697773213 +0200
+++ /var/tmp/diff_new_pack.TKemzK/_new  2025-06-17 18:23:36.721774211 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fire
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-%define skip_python2 1
 Name:           python-fire
 Version:        0.7.0
 Release:        0
@@ -26,6 +25,8 @@
 Source:         
https://files.pythonhosted.org/packages/source/f/fire/fire-%{version}.tar.gz
 # Based on https://github.com/google/python-fire/pull/265/files
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-termcolor
@@ -46,17 +47,18 @@
 %autosetup -p1 -n fire-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest
 
 %files %{python_files}
+%doc README.md
 %license LICENSE
 %{python_sitelib}/fire
-%{python_sitelib}/fire-*.egg-info
+%{python_sitelib}/fire-%{version}.dist-info
 

Reply via email to