Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jschema-to-python for openSUSE:Factory checked in at 2025-07-15 16:46:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jschema-to-python (Old) and /work/SRC/openSUSE:Factory/.python-jschema-to-python.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jschema-to-python" Tue Jul 15 16:46:09 2025 rev:3 rq:1293406 version:1.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jschema-to-python/python-jschema-to-python.changes 2023-11-13 22:21:04.063937644 +0100 +++ /work/SRC/openSUSE:Factory/.python-jschema-to-python.new.7373/python-jschema-to-python.changes 2025-07-15 16:47:40.209093025 +0200 @@ -1,0 +2,9 @@ +Tue Jul 15 10:40:50 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Limit Python files matched in %files section +- Switch build system from setuptools to pyproject.toml + * Add python-pip and python-wheel to BuildRequires + * Replace %python_build with %pyproject_wheel + * Replace %python_install with %pyproject_install + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jschema-to-python.spec ++++++ --- /var/tmp/diff_new_pack.vLplc6/_old 2025-07-15 16:47:40.933123218 +0200 +++ /var/tmp/diff_new_pack.vLplc6/_new 2025-07-15 16:47:40.937123385 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-jschema_to_python +# spec file for package python-jschema-to-python # -# 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 @@ -24,9 +24,11 @@ License: MIT URL: https://github.com/microsoft/jschema-to-python Source: https://files.pythonhosted.org/packages/source/j/jschema-to-python/jschema_to_python-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pbr} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module attrs} BuildRequires: %{python_module jsonpickle} @@ -47,15 +49,16 @@ %setup -q -n jschema_to_python-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest tests/ %files %{python_files} -%{python_sitelib}/* +%{python_sitelib}/jschema_to_python +%{python_sitelib}/jschema_to_python-%{version}.dist-info