Hello community, here is the log from the commit of package python-seaborn for openSUSE:Factory checked in at 2019-12-12 23:17:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-seaborn (Old) and /work/SRC/openSUSE:Factory/.python-seaborn.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-seaborn" Thu Dec 12 23:17:31 2019 rev:10 rq:754779 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-seaborn/python-seaborn.changes 2019-11-06 13:57:57.520274362 +0100 +++ /work/SRC/openSUSE:Factory/.python-seaborn.new.4691/python-seaborn.changes 2019-12-12 23:17:34.054216689 +0100 @@ -1,0 +2,8 @@ +Fri Dec 6 18:44:56 UTC 2019 - Todd R <[email protected]> + +- Disable python2 support since dependencies dropped python2 +- Re-enable Disable TestHeatmap.test_heatmap_axes and + TestDendrogram.test_dendrogram_rotate since matplotlib has been + updated. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-seaborn.spec ++++++ --- /var/tmp/diff_new_pack.D8XyMn/_old 2019-12-12 23:17:34.734216628 +0100 +++ /var/tmp/diff_new_pack.D8XyMn/_new 2019-12-12 23:17:34.738216628 +0100 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-seaborn Version: 0.9.0 Release: 0 @@ -102,7 +103,7 @@ # This should be fixed in the next matplotlib release. # See: https://github.com/mwaskom/seaborn/issues/1773 export PYTHONPATH="%{buildroot}%{python3_sitelib}" -pytest-%{python3_bin_suffix} seaborn -k "not test_cbar_ticks and not test_dendrogram_rotate and not test_heatmap_axes" +pytest-%{python3_bin_suffix} seaborn -k "not test_cbar_ticks" %files %{python_files} %license LICENSE
