Hello community,
here is the log from the commit of package python-traittypes for
openSUSE:Factory checked in at 2019-05-22 11:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-traittypes (Old)
and /work/SRC/openSUSE:Factory/.python-traittypes.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-traittypes"
Wed May 22 11:04:14 2019 rev:4 rq:697961 version:0.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-traittypes/python-traittypes.changes
2019-02-24 17:17:14.424430886 +0100
+++
/work/SRC/openSUSE:Factory/.python-traittypes.new.5148/python-traittypes.changes
2019-05-22 11:04:17.158599901 +0200
@@ -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.jmIeVb/_old 2019-05-22 11:04:18.202599406 +0200
+++ /var/tmp/diff_new_pack.jmIeVb/_new 2019-05-22 11:04:18.202599406 +0200
@@ -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