Hello community, here is the log from the commit of package python-traittypes for openSUSE:Leap:15.2 checked in at 2020-02-19 18:49:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-traittypes (Old) and /work/SRC/openSUSE:Leap:15.2/.python-traittypes.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-traittypes" Wed Feb 19 18:49:15 2020 rev:4 rq:777230 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-traittypes/python-traittypes.changes 2020-01-15 15:53:53.591613374 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-traittypes.new.26092/python-traittypes.changes 2020-02-19 18:49:16.471067182 +0100 @@ -1,0 +2,6 @@ +Thu Apr 25 20:40:37 UTC 2019 - Todd R <[email protected]> + +- Disable xarray dependency and tests that require it on python2 + since xarray no longer supports python2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-traittypes.spec ++++++ --- /var/tmp/diff_new_pack.AjPUWO/_old 2020-02-19 18:49:16.799067531 +0100 +++ /var/tmp/diff_new_pack.AjPUWO/_new 2020-02-19 18:49:16.803067536 +0100 @@ -37,7 +37,7 @@ BuildRequires: %{python_module pandas} BuildRequires: %{python_module pytest} BuildRequires: %{python_module traitlets >= 4.2.2} -BuildRequires: %{python_module xarray} +BuildRequires: python3-xarray # /SECTION %python_subpackages @@ -56,7 +56,8 @@ %check # gh#jupyter-widgets/traittypes#31 -%python_expand nosetests-%{$python_bin_suffix} -v -e 'test_bad_values' traittypes +# tests require xarray, which doesn't support python2, even though the package itself doesn't +nosetests-%{python3_bin_suffix} -v -e 'test_bad_values' traittypes %files %{python_files} %doc README.md
