Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ijson for openSUSE:Factory checked in at 2025-05-30 14:34:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ijson (Old) and /work/SRC/openSUSE:Factory/.python-ijson.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ijson" Fri May 30 14:34:07 2025 rev:7 rq:1280858 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ijson/python-ijson.changes 2024-06-17 19:30:35.568664957 +0200 +++ /work/SRC/openSUSE:Factory/.python-ijson.new.25440/python-ijson.changes 2025-05-30 17:26:01.132974687 +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.Q4ONoI/_old 2025-05-30 17:26:01.572992795 +0200 +++ /var/tmp/diff_new_pack.Q4ONoI/_new 2025-05-30 17:26:01.572992795 +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