From 902d91fcc2ed6aef144eeb67384e799eef4ffcb935321367b5211c9119c67f40 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 10 Feb 2023 22:03:18 +0000 Subject: [PATCH] Accepting request 1063912 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/1063912 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=73 --- matplotlib-3.6.2.tar.gz | 3 --- matplotlib-3.6.3.tar.gz | 3 +++ python-matplotlib.changes | 15 +++++++++++++++ python-matplotlib.spec | 22 +++++++++++----------- 4 files changed, 29 insertions(+), 14 deletions(-) delete mode 100644 matplotlib-3.6.2.tar.gz create mode 100644 matplotlib-3.6.3.tar.gz diff --git a/matplotlib-3.6.2.tar.gz b/matplotlib-3.6.2.tar.gz deleted file mode 100644 index e1001f0..0000000 --- a/matplotlib-3.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b03fd10a1709d0101c054883b550f7c4c5e974f751e2680318759af005964990 -size 35843927 diff --git a/matplotlib-3.6.3.tar.gz b/matplotlib-3.6.3.tar.gz new file mode 100644 index 0000000..0b603f5 --- /dev/null +++ b/matplotlib-3.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4d69707b1677560cd952544ee4962f68ff07952fb9069ff8c12b56353cb8c9 +size 35868590 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index d3518d1..c83d1ae 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 8 18:31:43 UTC 2023 - Arun Persaud + +- update to version 3.6.3: + * Fix Artist removal from axes_grid1 Axes classes + * Fix inset_locator in subfigures + * Fix scatter on masked arrays with units + * Fix colorbar ticks with log norm contours + * Fix deprecation warnings in GTK4 backend + * Fix using relative paths in HTMLWriter + * Improve failure message from rcParams string validation for tuple + inputs + * Improve performance of QtAgg backends + * No longer modify pil_kwargs argument to imsave and savefig + ------------------------------------------------------------------- Thu Dec 22 15:40:39 UTC 2022 - Ben Greiner diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 4c7c205..f1b5eb8 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ ExclusiveArch: x86_64 aarch64 %bcond_with test %endif Name: python-matplotlib%{psuffix} -Version: 3.6.2 +Version: 3.6.3 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib @@ -37,11 +37,18 @@ Source1: matplotlib-mplsetup.cfg # Bundled version of freetype and qhull for testing purposes only Source98: http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz Source99: https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz +Recommends: ghostscript +Recommends: libxml2-tools +Recommends: poppler-tools +Recommends: python-certifi +Recommends: (%{python_flavor}-matplotlib-tk if tk) +Provides: python-matplotlib-gtk = %{version} +Obsoletes: python-matplotlib-gtk < %{version} # SECTION build -BuildRequires: %{python_module setuptools_scm >= 7} BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module numpy-devel >= 1.19} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools_scm >= 7} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: c++_compiler @@ -57,23 +64,16 @@ BuildRequires: pkgconfig(libpng) >= 1.2 BuildRequires: pkgconfig(tcl) # /SECTION # SECTION runtime -Requires: python-contourpy >= 1.0.1 Requires: python-Cycler >= 0.10 Requires: python-FontTools >= 4.22.0 Requires: python-Pillow >= 6.2.0 +Requires: python-contourpy >= 1.0.1 Requires: python-kiwisolver >= 1.0.1 Requires: python-numpy >= 1.19 Requires: python-packaging >= 20.0 Requires: python-pyparsing > 2.2.1 Requires: python-python-dateutil >= 2.7 # /SECTION -Recommends: ghostscript -Recommends: libxml2-tools -Recommends: poppler-tools -Recommends: python-certifi -Recommends: (%{python_flavor}-matplotlib-tk if tk) -Provides: python-matplotlib-gtk = %{version} -Obsoletes: python-matplotlib-gtk < %{version} # SECTION test %if %{with test} BuildRequires: %{python_module matplotlib = %{version}}