Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-pypuppetdb"

Wed Jun 11 16:22:59 2025 rev:9 rq:1284436 version:2.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypuppetdb/python-pypuppetdb.changes      
2024-03-07 18:32:54.656750811 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pypuppetdb.new.19631/python-pypuppetdb.changes
   2025-06-11 16:24:04.386332041 +0200
@@ -1,0 +2,5 @@
+Tue Jun 10 12:28:41 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pypuppetdb.spec ++++++
--- /var/tmp/diff_new_pack.wnhCzL/_old  2025-06-11 16:24:05.026358749 +0200
+++ /var/tmp/diff_new_pack.wnhCzL/_new  2025-06-11 16:24:05.026358749 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pypuppetdb
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-%define skip_python2 1
 Name:           python-pypuppetdb
 Version:        2.5.1
 Release:        0
@@ -26,10 +25,12 @@
 URL:            https://github.com/nedap/pypuppetdb
 Source:         
https://github.com/voxpupuli/pypuppetdb/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module httpretty >= 0.9.6}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest >= 3.0.1}
 BuildRequires:  %{python_module pytest-cov >= 2.2.1}
 BuildRequires:  %{python_module requests >= 2.22.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-requests >= 2.22.0
@@ -44,10 +45,10 @@
 %setup -q -n pypuppetdb-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # requirements-test.txt packages oddly

Reply via email to