Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-mujson"

Mon Jun  2 22:01:17 2025 rev:3 rq:1281930 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mujson/python-mujson.changes      
2019-06-01 09:56:55.647172137 +0200
+++ /work/SRC/openSUSE:Factory/.python-mujson.new.16005/python-mujson.changes   
2025-06-02 22:01:25.519372995 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 12:57:27 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mujson.spec ++++++
--- /var/tmp/diff_new_pack.2JLlFi/_old  2025-06-02 22:01:25.939390414 +0200
+++ /var/tmp/diff_new_pack.2JLlFi/_new  2025-06-02 22:01:25.943390580 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mujson
 #
-# 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,22 +16,22 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-mujson
 Version:        1.4
 Release:        0
 Summary:        Module that selects the fastest JSON functions available at 
import time
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/mattgiles/mujson
+URL:            https://github.com/mattgiles/mujson
 Source0:        
https://files.pythonhosted.org/packages/source/m/mujson/mujson-%{version}.tar.gz
 # https://github.com/mattgiles/mujson/issues/8
 Source1:        
https://raw.githubusercontent.com/mattgiles/mujson/master/LICENSE
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -43,10 +43,10 @@
 cp %{SOURCE1} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -55,5 +55,6 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/mujson
+%{python_sitelib}/mujson-%{version}*-info
 

Reply via email to