Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-param for openSUSE:Factory checked in at 2021-03-03 18:33:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-param (Old) and /work/SRC/openSUSE:Factory/.python-param.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-param" Wed Mar 3 18:33:44 2021 rev:18 rq:875538 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-param/python-param.changes 2021-01-29 14:57:34.917552195 +0100 +++ /work/SRC/openSUSE:Factory/.python-param.new.2378/python-param.changes 2021-03-03 18:34:04.239342640 +0100 @@ -1,0 +2,6 @@ +Fri Feb 26 20:32:36 UTC 2021 - Ben Greiner <[email protected]> + +- Don't test optional numpy with python36, but include optional + jsonschema and (non python36) pandas for testing instead. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-param.spec ++++++ --- /var/tmp/diff_new_pack.iXs7go/_old 2021-03-03 18:34:04.755343014 +0100 +++ /var/tmp/diff_new_pack.iXs7go/_new 2021-03-03 18:34:04.763343021 +0100 @@ -30,12 +30,16 @@ # PATCH-FEATURE-UPSTREAM denose.patch gh#holoviz/param#423 [email protected] # Remove nose dependency Patch0: denose.patch -BuildRequires: %{python_module numpy} +BuildRequires: %{python_module jsonschema} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: %{python_module numpy if (%python-base without python36-base)} +BuildRequires: %{python_module pandas if (%python-base without python36-base)} Recommends: python-numpy +Recommends: python-pandas +Recommends: python-jsonschema BuildArch: noarch %python_subpackages @@ -66,7 +70,7 @@ %check # Exclusion documented in gh#holoviz/param#423 -%pytest -k 'not test_abstract_class' tests/*/*.py +%pytest -k 'not test_abstract_class' tests/*/*.py -ra %{python_expand # make sure the correct version is reported. Other packages depend on it. PYTHONPATH=%{buildroot}%{$python_sitelib} $python -c '
