Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyRIC for openSUSE:Factory 
checked in at 2025-05-12 20:19:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyRIC (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyRIC.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyRIC"

Mon May 12 20:19:11 2025 rev:4 rq:1276875 version:0.1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyRIC/python-PyRIC.changes        
2019-11-08 15:25:30.694981139 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyRIC.new.30101/python-PyRIC.changes     
2025-05-12 20:19:15.138377779 +0200
@@ -1,0 +2,5 @@
+Mon May 12 11:46:06 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-PyRIC.spec ++++++
--- /var/tmp/diff_new_pack.XefQzJ/_old  2025-05-12 20:19:15.914410372 +0200
+++ /var/tmp/diff_new_pack.XefQzJ/_new  2025-05-12 20:19:15.918410541 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyRIC
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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-%{**}}
 Name:           python-PyRIC
 Version:        0.1.6.3
 Release:        0
@@ -24,7 +23,9 @@
 License:        GPL-3.0-only
 URL:            https://wraith-wireless.github.io/PyRIC/
 Source:         
https://files.pythonhosted.org/packages/source/P/PyRIC/PyRIC-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -40,14 +41,15 @@
 find . -exec grep "^\#\!%{_bindir}/env python" "{}" \; -print -exec sed -i -e 
'1{\,^#!%{_bindir}/env python,d}' "{}" \;
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc CHANGES README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pyric
+%{python_sitelib}/[Pp]y[Rr][Ii][Cc]-%{version}*-info
 

Reply via email to