Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-aenum for openSUSE:Factory 
checked in at 2025-05-02 14:59:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aenum (Old)
 and      /work/SRC/openSUSE:Factory/.python-aenum.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aenum"

Fri May  2 14:59:43 2025 rev:13 rq:1273885 version:3.1.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aenum/python-aenum.changes        
2024-02-06 16:36:15.094744932 +0100
+++ /work/SRC/openSUSE:Factory/.python-aenum.new.30101/python-aenum.changes     
2025-05-02 15:00:49.969564120 +0200
@@ -1,0 +2,5 @@
+Fri May  2 03:13:04 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-aenum.spec ++++++
--- /var/tmp/diff_new_pack.jOFZER/_old  2025-05-02 15:00:50.837600602 +0200
+++ /var/tmp/diff_new_pack.jOFZER/_new  2025-05-02 15:00:50.837600602 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-aenum
 #
-# 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:         skip_failing_testcases.patch
 # PATCH-FIX-UPSTREAM fix-python312-tests.patch gh#ethanfurman/aenum#36
 Patch2:         fix-python312-tests.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -67,10 +69,10 @@
 %autosetup -p1 -n aenum-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -81,5 +83,5 @@
 %doc README.md aenum/CHANGES aenum/doc/*
 %license aenum/LICENSE
 %{python_sitelib}/aenum
-%{python_sitelib}/aenum-%{version}*-info
+%{python_sitelib}/aenum-%{version}.dist-info
 

Reply via email to