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 2021-02-16 22:34:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-toml (Old) and /work/SRC/openSUSE:Factory/.python-toml.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-toml" Tue Feb 16 22:34:09 2021 rev:8 rq:872186 version:0.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-toml/python-toml.changes 2020-11-23 19:02:11.618068947 +0100 +++ /work/SRC/openSUSE:Factory/.python-toml.new.28504/python-toml.changes 2021-02-16 22:34:09.561469929 +0100 @@ -1,0 +2,7 @@ +Sun Feb 14 15:07:09 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Don't test NumPy with python36 flavor (NumPy 1.20 in TW dropped + Python 3.6, NEP 29), tests are automatically skipped if not + installed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-toml.spec ++++++ --- /var/tmp/diff_new_pack.NPmGTj/_old 2021-02-16 22:34:10.165470758 +0100 +++ /var/tmp/diff_new_pack.NPmGTj/_new 2021-02-16 22:34:10.169470763 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-toml # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,8 +42,9 @@ BuildRequires: python-rpm-macros BuildArch: noarch %if %{with test} -BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest} +# python36-numpy is no longer available in Tumbleweed (NEP 29), tests are automatically skipped if not installed +BuildRequires: %{python_module numpy if (%python-base without python36-base)} %endif %python_subpackages