Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ujson for openSUSE:Factory checked in at 2025-06-12 15:53:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ujson (Old) and /work/SRC/openSUSE:Factory/.python-ujson.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ujson" Thu Jun 12 15:53:33 2025 rev:25 rq:1284979 version:5.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ujson/python-ujson.changes 2024-06-14 19:06:06.348308561 +0200 +++ /work/SRC/openSUSE:Factory/.python-ujson.new.19631/python-ujson.changes 2025-06-12 15:55:25.014549338 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 05:01:35 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ujson.spec ++++++ --- /var/tmp/diff_new_pack.D5rc4A/_old 2025-06-12 15:55:25.790581453 +0200 +++ /var/tmp/diff_new_pack.D5rc4A/_new 2025-06-12 15:55:25.794581618 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ujson # -# 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 @@ -25,9 +25,11 @@ URL: https://github.com/esnme/ultrajson Source: https://files.pythonhosted.org/packages/source/u/ujson/ujson-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: double-conversion-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -40,18 +42,17 @@ bindings for Python 2.7 and 3.8+ %prep -%setup -q -n ujson-%{version} -%autopatch -p1 +%autosetup -p1 -n ujson-%{version} %build rm -r deps export CFLAGS="%{optflags} -fno-strict-aliasing" export UJSON_BUILD_DC_INCLUDES='%{_includedir}/double-conversion' export UJSON_BUILD_DC_LIBS='-ldouble-conversion' -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -59,6 +60,6 @@ %files %{python_files} %doc README.md -%{python_sitearch}/ujson.* -%{python_sitearch}/ujson-%{version}*-info +%{python_sitearch}/ujson.cpython-*-linux-gnu.so +%{python_sitearch}/ujson-%{version}.dist-info