Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-bugzillatools"

Fri Jun  6 22:43:39 2025 rev:10 rq:1283510 version:0.5.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-bugzillatools/python-bugzillatools.changes    
    2024-02-20 21:16:43.667202411 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-bugzillatools.new.19631/python-bugzillatools.changes
     2025-06-06 22:44:14.939768231 +0200
@@ -1,0 +2,5 @@
+Fri Jun  6 05:30:56 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bugzillatools.spec ++++++
--- /var/tmp/diff_new_pack.RcLukU/_old  2025-06-06 22:44:15.491791108 +0200
+++ /var/tmp/diff_new_pack.RcLukU/_new  2025-06-06 22:44:15.491791108 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bugzillatools
 #
-# 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
@@ -32,7 +32,9 @@
 Patch1:         no-bzrlib-py3k.patch
 # PATCH-FIX-OPENSUSE python312.patch
 Patch2:         python312.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
@@ -57,10 +59,10 @@
 sed -i "/.bugzillarc.sample/d" setup.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/bugzilla
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -78,5 +80,5 @@
 %python_alternative %{_bindir}/bugzilla
 %{python_sitelib}/bzlib
 %{python_sitelib}/bzrlib
-%{python_sitelib}/bugzillatools-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/bugzillatools-%{version}.dist-info
 

Reply via email to