Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-promise"

Tue Jun  3 17:56:45 2025 rev:8 rq:1282313 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-promise/python-promise.changes    
2023-07-10 16:40:46.906857934 +0200
+++ /work/SRC/openSUSE:Factory/.python-promise.new.16005/python-promise.changes 
2025-06-03 17:57:38.919829094 +0200
@@ -1,0 +2,5 @@
+Tue Jun  3 12:26:19 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-promise.spec ++++++
--- /var/tmp/diff_new_pack.RfVA8q/_old  2025-06-03 17:57:39.515853808 +0200
+++ /var/tmp/diff_new_pack.RfVA8q/_new  2025-06-03 17:57:39.515853808 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-promise
 #
-# Copyright (c) 2023 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
@@ -31,10 +31,12 @@
 Patch1:         python-311.patch
 # https://github.com/syrusakbary/promise/issues/101
 Patch2:         python-promise-no-six.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest-benchmark}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -47,10 +49,10 @@
 %autosetup -p1 -n promise-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to