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 2024-02-18 20:23:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-seaborn (Old) and /work/SRC/openSUSE:Factory/.python-seaborn.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-seaborn" Sun Feb 18 20:23:34 2024 rev:22 rq:1147191 version:0.13.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-seaborn/python-seaborn.changes 2023-09-20 13:27:02.634033147 +0200 +++ /work/SRC/openSUSE:Factory/.python-seaborn.new.1815/python-seaborn.changes 2024-02-18 20:23:47.487357236 +0100 @@ -1,0 +2,46 @@ +Fri Feb 16 19:45:28 UTC 2024 - Ben Greiner <[email protected]> + +- Update to 0.13.2 + * This is a minor release containing internal changes that adapt + to upcoming deprecations in pandas. +- Release 0.13.1 + * This is a minor release with some bug fixes and a couple new + features. + * Added support for weighted mean estimation (with boostrap CIs) + in lineplot, barplot, pointplot, and objects.Est (#3580, + #3586). + * Added the extent option in objects.Plot.layout (#3552). + * Fixed a regression in v0.13.0 that triggered an exception when + working with non-numpy data types (#3516). + * Fixed a bug in objects.Plot so that tick labels are shown for + wrapped axes that aren't in the bottom-most row (#3600). + * Fixed a bug in catplot where a blank legend would be added when + hue was redundantly assigned (#3540). + * Fixed a bug in catplot where the edgecolor parameter was + ignored with kind="bar" (#3547). + * Fixed a bug in boxplot where an exception was raised when using + the matplotlib bootstrap option (#3562). + * Fixed a bug in lineplot where an exception was raised when hue + was assigned with an empty dataframe (#3569). + * Fixed a bug in multiple categorical plots that raised with + hue=None and dodge=True; this is now has no effect (#3605). +- Release 0.13.0 + * This is a major release with a number of important new features + and changes. The highlight is a major overhaul to seaborn's + categorical plotting functions, providing them with many new + capabilities and better aligning their API with the rest of the + library. There is also provisional support for alternate + dataframe libraries like polars, a new theme and display + configuration system for objects.Plot, and many smaller + bugfixes and enhancements. + * Major enhancements to categorical plots + * Support for alternate dataframe libraries + * Improved configuration for the objects interface + * For a complete description see + https://seaborn.pydata.org/whatsnew/v0.13.0.html +- Drop obsolete patches + * inf_as_na.patch + * numpy-1.25.patch + * statsmodels-0.14.patch + +------------------------------------------------------------------- Old: ---- inf_as_na.patch numpy-1.25.patch seaborn-0.12.2.tar.gz statsmodels-0.14.patch New: ---- seaborn-0.13.2.tar.gz BETA DEBUG BEGIN: Old:- Drop obsolete patches * inf_as_na.patch * numpy-1.25.patch Old: * inf_as_na.patch * numpy-1.25.patch * statsmodels-0.14.patch Old: * numpy-1.25.patch * statsmodels-0.14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-seaborn.spec ++++++ --- /var/tmp/diff_new_pack.gFtt5h/_old 2024-02-18 20:23:47.999375713 +0100 +++ /var/tmp/diff_new_pack.gFtt5h/_new 2024-02-18 20:23:47.999375713 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-seaborn # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,40 +17,34 @@ Name: python-seaborn -Version: 0.12.2 +Version: 0.13.2 Release: 0 Summary: Statistical data visualization for python License: BSD-2-Clause AND BSD-3-Clause AND MIT Group: Development/Languages/Python URL: https://github.com/mwaskom/seaborn Source: https://files.pythonhosted.org/packages/source/s/seaborn/seaborn-%{version}.tar.gz -# PATCH-FIX-UPSTREAM numpy-1.25.patch gh#mwaskom/seaborn#3391 -Patch0: numpy-1.25.patch -# PATCH-FIX-UPSTREAM statsmodels-0.14.patch gh#mwaskom/seaborn#3356 -Patch1: statsmodels-0.14.patch -# PATCH-FIX-UPSTREAM inf_as_na.patch gh#mwaskom/seaborn#3424 -Patch2: inf_as_na.patch -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module flit-core >= 3.2} -BuildRequires: %{python_module matplotlib >= 3.1} -BuildRequires: %{python_module numpy-devel >= 1.17} -BuildRequires: %{python_module pandas >= 0.25} +BuildRequires: %{python_module matplotlib >= 3.6.2} +BuildRequires: %{python_module numpy-devel >= 1.20} +BuildRequires: %{python_module pandas >= 1.2} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildConflicts: python-buildservice-tweak -Requires: python-matplotlib >= 3.1 -Requires: python-numpy >= 1.17 -Requires: python-pandas >= 0.25 +Requires: python-matplotlib >= 3.6.2 +Requires: python-numpy >= 1.20 +Requires: python-pandas >= 1.2 Recommends: python-fastcluster -Recommends: python-scipy >= 1.3 -Recommends: python-statsmodels >= 0.10 +Recommends: python-scipy >= 1.7 +Recommends: python-statsmodels >= 0.12 # SECTION tests with extras BuildRequires: %{python_module fastcluster} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module scipy >= 1.3} -BuildRequires: %{python_module statsmodels >= 0.10} +BuildRequires: %{python_module scipy >= 1.7} +BuildRequires: %{python_module statsmodels >= 0.12} # /SECTION BuildArch: noarch %python_subpackages @@ -91,13 +85,16 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +donttest="testeverythingexcept" # This fails in i586 because of int size -donttest="test_index_alignment_between_series" +if [ $(getconf LONG_BIT) -eq 32 ]; then + donttest="$donttest or test_index_alignment_between_series" +fi %pytest -n auto -rfEs -k "not ($donttest)" %files %{python_files} %license LICENSE.md licences/* %doc README.md %{python_sitelib}/seaborn -%{python_sitelib}/seaborn-%{version}*-info +%{python_sitelib}/seaborn-%{version}.dist-info ++++++ seaborn-0.12.2.tar.gz -> seaborn-0.13.2.tar.gz ++++++ ++++ 26908 lines of diff (skipped)
