Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-seaborn for openSUSE:Factory checked in at 2021-01-25 18:23:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-seaborn (Old) and /work/SRC/openSUSE:Factory/.python-seaborn.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-seaborn" Mon Jan 25 18:23:14 2021 rev:15 rq:866143 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-seaborn/python-seaborn.changes 2020-09-23 18:49:13.649808566 +0200 +++ /work/SRC/openSUSE:Factory/.python-seaborn.new.28504/python-seaborn.changes 2021-01-25 18:23:34.836425355 +0100 @@ -1,0 +2,44 @@ +Fri Jan 22 19:13:36 UTC 2021 - Benjamin Greiner <c...@bnavigator.de> + +- Disable python36 build because SciPy dropped Python 3.6 and + NumPy will do the same in 1.20 +- Remove nose dependency + +------------------------------------------------------------------- +Tue Jan 19 10:41:07 UTC 2021 - andy great <andythe_gr...@pm.me> + +- Update to version 0.11.1. + * Enhancement Reduced the use of matplotlib global state in the + multi-grid classes. + * Fix Restored support for using tuples or numeric keys to + reference fields in a long-form data object. + * Fixed a bug in lineplot() where NAs were propagating into the + confidence interval, sometimes erasing it from the plot. + * Fixed a bug in PairGrid/pairplot() where diagonal axes would + be empty when the grid was not square and the diagonal axes + did not contain the marginal plots. + * Fixed a bug in PairGrid/pairplot() where off-diagonal plots + would not appear when column names in data had non-string type. + * Fixed a bug where categorical dtype information was ignored + when data consisted of boolean or boolean-like values. + * Fixed a bug in FacetGrid where interior tick labels would be + hidden when only the orthogonal axis was shared. + * Fixed a bug in FacetGrid that caused an error when + legend_out=False was set. + * Fixed a bug in kdeplot() where common_norm=True was ignored if + hue was not assigned. + * Fixed a bug in displot() where the row_order and col_order + parameters were not used. + * Fixed a bug in PairGrid/pairplot() that caused an exception + when using corner=True and diag_kind=None. + * Fixed a bug in clustermap() where annot=False was ignored. + * Fixed a bug in clustermap() where row/col color annotations + could not have a categorical dtype. + * Fixed a bug in boxenplot() where the linewidth parameter was + ignored. + * Fix Raise a more informative error in PairGrid/pairplot() when + no variables can be found to define the rows/columns of the grid. + * Fix Raise a more informative error from clustermap() if row/col + color objects have semantic index but data object does not. + +------------------------------------------------------------------- Old: ---- seaborn-0.11.0.tar.gz New: ---- seaborn-0.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-seaborn.spec ++++++ --- /var/tmp/diff_new_pack.yktX2r/_old 2021-01-25 18:23:35.592426433 +0100 +++ /var/tmp/diff_new_pack.yktX2r/_new 2021-01-25 18:23:35.596426439 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-seaborn # -# 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 @@ -18,8 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +# Scipy 1.6.0 dropped Pyhton 3.6, and NumPy 1.20 will, too. +%define skip_python36 1 Name: python-seaborn -Version: 0.11.0 +Version: 0.11.1 Release: 0 Summary: Statistical data visualization for python License: BSD-3-Clause @@ -30,7 +32,6 @@ BuildRequires: %{python_module fastcluster} BuildRequires: %{python_module ipython} BuildRequires: %{python_module matplotlib >= 2.1.2} -BuildRequires: %{python_module nose} BuildRequires: %{python_module notebook} BuildRequires: %{python_module numpy-devel >= 1.13.3} BuildRequires: %{python_module pandas >= 0.22.0} ++++++ seaborn-0.11.0.tar.gz -> seaborn-0.11.1.tar.gz ++++++ ++++ 5766 lines of diff (skipped)