Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-defcon for openSUSE:Factory 
checked in at 2025-06-05 20:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-defcon (Old)
 and      /work/SRC/openSUSE:Factory/.python-defcon.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-defcon"

Thu Jun  5 20:34:37 2025 rev:12 rq:1282966 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-defcon/python-defcon.changes      
2025-04-15 16:49:50.820973658 +0200
+++ /work/SRC/openSUSE:Factory/.python-defcon.new.19631/python-defcon.changes   
2025-06-05 20:37:18.012680385 +0200
@@ -1,0 +2,5 @@
+Thu Jun  5 06:01:35 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-defcon.spec ++++++
--- /var/tmp/diff_new_pack.jpkq2f/_old  2025-06-05 20:37:18.480699845 +0200
+++ /var/tmp/diff_new_pack.jpkq2f/_new  2025-06-05 20:37:18.480699845 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 %define skip_python36 1
 Name:           python-defcon
@@ -26,8 +25,10 @@
 License:        MIT
 URL:            https://github.com/robotools/defcon
 Source:         
https://files.pythonhosted.org/packages/source/d/defcon/defcon-%{version}.zip
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
@@ -56,10 +57,10 @@
 sed -i -e '1{\,^#!%{_bindir}/env python,d}' 
Lib/defcon/test/tools/test_unicodeTools.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to