Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-parsimonious"

Tue Jun  3 17:54:54 2025 rev:4 rq:1282198 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-parsimonious/python-parsimonious.changes  
2023-03-08 14:53:50.747092028 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-parsimonious.new.16005/python-parsimonious.changes
       2025-06-03 17:55:44.019064963 +0200
@@ -1,0 +2,5 @@
+Tue Jun  3 08:52:05 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-parsimonious.spec ++++++
--- /var/tmp/diff_new_pack.VWfdzq/_old  2025-06-03 17:55:44.923102447 +0200
+++ /var/tmp/diff_new_pack.VWfdzq/_new  2025-06-03 17:55:44.927102613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-parsimonious
 #
-# 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-%{**}}
 Name:           python-parsimonious
 Version:        0.10.0
 Release:        0
@@ -25,9 +24,11 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/erikrose/parsimonious
 Source:         
https://files.pythonhosted.org/packages/source/p/parsimonious/parsimonious-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module regex}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-regex
@@ -43,10 +44,10 @@
 %autosetup -p1 -n parsimonious-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -55,5 +56,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/parsimonious
+%{python_sitelib}/parsimonious-%{version}*-info
 

Reply via email to