Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-toml for openSUSE:Factory checked in at 2025-06-06 22:35:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-toml (Old) and /work/SRC/openSUSE:Factory/.python-toml.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-toml" Fri Jun 6 22:35:01 2025 rev:10 rq:1282522 version:0.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-toml/python-toml.changes 2023-04-22 21:59:07.740738844 +0200 +++ /work/SRC/openSUSE:Factory/.python-toml.new.19631/python-toml.changes 2025-06-06 22:35:09.197172618 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 06:08:01 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-toml.spec ++++++ --- /var/tmp/diff_new_pack.T808vi/_old 2025-06-06 22:35:09.917202310 +0200 +++ /var/tmp/diff_new_pack.T808vi/_new 2025-06-06 22:35:09.921202475 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-toml # -# Copyright (c) 2023 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -37,7 +36,9 @@ Source1: https://github.com/BurntSushi/toml-test/archive/280497f.tar.gz#/toml-test-280497f.tar.gz # Missing file https://github.com/uiri/toml/pull/231 Source2: https://raw.githubusercontent.com/uiri/toml/%{version}/test.toml +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: coreutils BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -72,11 +73,11 @@ cp %{SOURCE2} . %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif