Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ini2toml for openSUSE:Factory
checked in at 2023-06-01 17:18:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ini2toml (Old)
and /work/SRC/openSUSE:Factory/.python-ini2toml.new.2531 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ini2toml"
Thu Jun 1 17:18:52 2023 rev:7 rq:1089694 version:0.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ini2toml/python-ini2toml.changes
2023-05-19 11:55:51.827380722 +0200
+++
/work/SRC/openSUSE:Factory/.python-ini2toml.new.2531/python-ini2toml.changes
2023-06-01 17:18:53.577937225 +0200
@@ -1,0 +2,6 @@
+Tue May 30 06:22:39 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Remove ConfigUpdater dependency for tests when it's not building for
+ the -full or -all subpackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ini2toml.spec ++++++
--- /var/tmp/diff_new_pack.2FmYDJ/_old 2023-06-01 17:18:53.965939525 +0200
+++ /var/tmp/diff_new_pack.2FmYDJ/_new 2023-06-01 17:18:53.973939572 +0200
@@ -49,7 +49,6 @@
%bcond_with experimental
%define skip_python2 1
-%{?sle15_python_module_pythons}
Name: python-ini2toml%{psuffix}
Version: 0.12
Release: 0
@@ -64,7 +63,6 @@
Requires(post): update-alternatives
Requires(postun):update-alternatives
%if %{with test}
-BuildRequires: %{python_module ConfigUpdater}
BuildRequires: %{python_module packaging >= 20.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module validate-pyproject >= 0.6 with
%python-validate-pyproject < 2}
@@ -77,6 +75,11 @@
%if %{with all}
BuildRequires: %{python_module ini2toml-all = %{version}}
%endif
+
+%if %{with full} || %{with all}
+BuildRequires: %{python_module ConfigUpdater}
+%endif
+
%if %{with experimental}
BuildRequires: %{python_module ini2toml-experimental = %{version}}
%endif
@@ -164,6 +167,7 @@
--ignore tests/plugins/test_mypy.py
--ignore tests/plugins/test_pytest.py
--ignore tests/plugins/test_setuptools_pep621.py
+ --ignore tests/plugins/test_toml_incompatibilities.py
)
%endif
%if %{without experimental}