Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tomlkit for openSUSE:Factory checked in at 2026-08-28 19:46:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tomlkit (Old) and /work/SRC/openSUSE:Factory/.python-tomlkit.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tomlkit" Fri Aug 28 19:46:54 2026 rev:24 rq:1373921 version:0.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tomlkit/python-tomlkit.changes 2026-08-24 12:02:40.039867127 +0200 +++ /work/SRC/openSUSE:Factory/.python-tomlkit.new.1265/python-tomlkit.changes 2026-08-28 19:47:19.582859103 +0200 @@ -1,0 +2,6 @@ +Wed Aug 26 09:56:22 UTC 2026 - Markéta Machová <[email protected]> + +- Add %{?pythons_for_pypi}, convert to multibuild to keep the minimal + stack truly minimal + +------------------------------------------------------------------- New: ---- _multibuild ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tomlkit.spec ++++++ --- /var/tmp/diff_new_pack.9quBDT/_old 2026-08-28 19:47:20.948906852 +0200 +++ /var/tmp/diff_new_pack.9quBDT/_new 2026-08-28 19:47:20.950906922 +0200 @@ -16,21 +16,33 @@ # +%global flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" == "test" +%define psuffix -test +%bcond_without test +%else +%define psuffix %{nil} +%bcond_with test +%{?pythons_for_pypi} +%endif %{?sle15_python_module_pythons} -Name: python-tomlkit +Name: python-tomlkit%{psuffix} Version: 0.15.1 Release: 0 Summary: Style preserving TOML library License: MIT URL: https://github.com/sdispater/tomlkit Source: https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-%{version}.tar.gz -BuildRequires: %{python_module PyYAML >= 6.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +%if %{with test} +BuildRequires: %{python_module PyYAML >= 6.0} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module tomlkit = %{version}} +%endif BuildArch: noarch %python_subpackages @@ -41,18 +53,26 @@ %setup -q -n tomlkit-%{version} %build +%if !%{with test} %pyproject_wheel +%endif %install +%if !%{with test} %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%endif %check +%if %{with test} %pytest +%endif +%if !%{with test} %files %{python_files} %doc README.md %license LICENSE %{python_sitelib}/tomlkit %{python_sitelib}/tomlkit-%{version}*-info +%endif ++++++ _multibuild ++++++ <multibuild> <flavor>test</flavor> </multibuild>
