Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-pyngus"

Wed Jun 11 16:21:52 2025 rev:5 rq:1284400 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyngus/python-pyngus.changes      
2021-03-24 16:16:12.452143949 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyngus.new.19631/python-pyngus.changes   
2025-06-11 16:23:04.039813785 +0200
@@ -1,0 +2,5 @@
+Tue Jun 10 09:13:19 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyngus.spec ++++++
--- /var/tmp/diff_new_pack.oik51Q/_old  2025-06-11 16:23:04.719842162 +0200
+++ /var/tmp/diff_new_pack.oik51Q/_new  2025-06-11 16:23:04.719842162 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyngus
 #
-# Copyright (c) 2021 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-%{**}}
 %bcond_with test
 Name:           python-pyngus
 Version:        2.3.1
@@ -26,12 +25,14 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/kgiusti/pyngus
 Source:         
https://files.pythonhosted.org/packages/source/p/pyngus/pyngus-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module python-qpid-proton}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-python-qpid-proton >= 0.9
 BuildArch:      noarch
-BuildRequires:  fdupes
 %if %{with test}
 BuildRequires:  %{python_module python-qpid-proton >= 0.9}
 %endif
@@ -45,10 +46,10 @@
 %setup -q -n pyngus-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -62,5 +63,6 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/pyngus
+%{python_sitelib}/pyngus-%{version}*-info
 

Reply via email to