Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jsonslicer for openSUSE:Factory checked in at 2025-05-31 19:15:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jsonslicer (Old) and /work/SRC/openSUSE:Factory/.python-jsonslicer.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonslicer" Sat May 31 19:15:52 2025 rev:7 rq:1281326 version:0.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jsonslicer/python-jsonslicer.changes 2022-11-01 13:42:32.399887072 +0100 +++ /work/SRC/openSUSE:Factory/.python-jsonslicer.new.16005/python-jsonslicer.changes 2025-05-31 19:16:46.398526230 +0200 @@ -1,0 +2,5 @@ +Fri May 30 09:00:34 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jsonslicer.spec ++++++ --- /var/tmp/diff_new_pack.gquOwO/_old 2025-05-31 19:16:47.322564417 +0200 +++ /var/tmp/diff_new_pack.gquOwO/_new 2025-05-31 19:16:47.322564417 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jsonslicer # -# Copyright (c) 2022 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,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-jsonslicer Version: 0.1.8 Release: 0 @@ -26,7 +24,9 @@ URL: https://github.com/AMDmi3/jsonslicer Source: https://files.pythonhosted.org/packages/source/j/jsonslicer/jsonslicer-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -48,10 +48,10 @@ %setup -q -n jsonslicer-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -60,5 +60,7 @@ %files %{python_files} %license LICENSE %doc README.md CHANGELOG.md -%{python_sitearch}/* +%{python_sitearch}/jsonslicer +%{python_sitearch}/jsonslicer-%{version}*-info +%{python_sitearch}/jsonslicer.cpython*