Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ijson for openSUSE:Leap:16.0 checked in at 2025-07-03 13:12:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/python-ijson (Old) and /work/SRC/openSUSE:Leap:16.0/.python-ijson.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ijson" Thu Jul 3 13:12:05 2025 rev:2 rq:1289636 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/python-ijson/python-ijson.changes 2025-03-19 11:55:32.191899214 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.python-ijson.new.1903/python-ijson.changes 2025-07-03 13:12:24.656378169 +0200 @@ -1,0 +2,5 @@ +Wed May 28 12:12:47 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ijson.spec ++++++ --- /var/tmp/diff_new_pack.nMPAJl/_old 2025-07-03 13:12:25.308405231 +0200 +++ /var/tmp/diff_new_pack.nMPAJl/_new 2025-07-03 13:12:25.324405895 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ijson # -# Copyright (c) 2024 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 @@ -26,8 +26,11 @@ URL: https://github.com/ICRAR/ijson Source: https://files.pythonhosted.org/packages/source/i/ijson/ijson-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: python3-asyncio BuildRequires: pkgconfig(yajl) @@ -41,10 +44,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -53,5 +56,6 @@ %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitearch}/* +%{python_sitearch}/ijson +%{python_sitearch}/ijson-%{version}*-info