Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pretend for openSUSE:Factory 
checked in at 2025-06-04 20:26:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pretend (Old)
 and      /work/SRC/openSUSE:Factory/.python-pretend.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pretend"

Wed Jun  4 20:26:55 2025 rev:8 rq:1282305 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pretend/python-pretend.changes    
2023-04-22 22:00:24.945200419 +0200
+++ /work/SRC/openSUSE:Factory/.python-pretend.new.16005/python-pretend.changes 
2025-06-04 20:27:03.509266872 +0200
@@ -1,0 +2,5 @@
+Tue Jun  3 12:09:40 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pretend.spec ++++++
--- /var/tmp/diff_new_pack.W5oouy/_old  2025-06-04 20:27:04.141293056 +0200
+++ /var/tmp/diff_new_pack.W5oouy/_new  2025-06-04 20:27:04.141293056 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pretend
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{?sle15_python_module_pythons}
 Name:           python-pretend
 Version:        1.0.9
@@ -27,8 +26,10 @@
 URL:            https://github.com/alex/pretend
 Source:         
https://files.pythonhosted.org/packages/source/p/pretend/pretend-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/alex/pretend/master/test_pretend.py
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 %python_subpackages
@@ -41,13 +42,13 @@
 cp %{SOURCE1} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 
 %check
-%python_exec -m pytest
+%pytest
 
 %files %{python_files}
 %license LICENSE.rst

Reply via email to