From a1b6a211dcaf6437044fc3ea30f0d421478a7ef7cb8fc185636dd491039d27d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 28 Mar 2020 18:05:40 +0000 Subject: [PATCH] Accepting request 789343 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/789343 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=25 --- matplotlib-3.1.3.tar.gz | 3 --- matplotlib-3.2.1.tar.gz | 3 +++ python-matplotlib.changes | 40 +++++++++++++++++++++++++++++++++++++++ python-matplotlib.spec | 34 +++++++++++++++------------------ 4 files changed, 58 insertions(+), 22 deletions(-) delete mode 100644 matplotlib-3.1.3.tar.gz create mode 100644 matplotlib-3.2.1.tar.gz diff --git a/matplotlib-3.1.3.tar.gz b/matplotlib-3.1.3.tar.gz deleted file mode 100644 index dc54395..0000000 --- a/matplotlib-3.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db3121f12fb9b99f105d1413aebaeb3d943f269f3d262b45586d12765866f0c6 -size 40923864 diff --git a/matplotlib-3.2.1.tar.gz b/matplotlib-3.2.1.tar.gz new file mode 100644 index 0000000..b520086 --- /dev/null +++ b/matplotlib-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe2f9cdcea1086fc414e82f42271ecf1976700b8edd16ca9d376189c6d93aee +size 40325615 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 439ca97..8a020cf 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sat Mar 28 16:40:20 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + * tkagg.py and wx_compat.py are not part of the build process anymore + (the backends still exist though); removed appropiate files from %files section + +- update to version 3.2.1: + * fix Quiver.set_UVC calls with scalar inputs + * fix bezier.get_parallels failure from floating point rounding + errors + * fix markers specified as tuples (polygons, stars, or asterisks) + * fix saving PNGs to file objects in some places + * fix saving figures using the nbAgg/notebook backend + * fix saving with tight layout using the PGF backend + * fix setting custom datapath in rcParams (note: it is still + deprecated) + * fix various issues running setup.py in non-CI environments + * fix xpdf distiller + * various minor bug and documentation fixes + +- changes from version 3.2.0: + * default image interpolation is now `'antialiased'` to better + handle down-sampling and reduce artifacts when up-sampling by + small ratios. + * change when ticks switch to using an offset to improve readability + * improvements to auto-scaling and auto-limits + * `DivergingNorm` has been renamed to `TwoSlopeNorm` + * support for 3 and 4 digit hex colors (`#123` maps to `#112233`) + * improvements to Logit scale ticker and formatter + * control of where errorbars start getting placed with `errorevery` + * correct kerning when laying out text + * improvements to MovieRegistry + + * For the full details please see the whats new [1] and API changes + [2] in the documentation + [1] https://matplotlib.org/3.2.0/users/whats_new.html + [2] https://matplotlib.org/3.2.0/api/api_changes.html + ------------------------------------------------------------------- Mon Feb 10 15:18:57 UTC 2020 - Todd R diff --git a/python-matplotlib.spec b/python-matplotlib.spec index dbcbd24..2b7bf4e 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-matplotlib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,12 +29,12 @@ # The tests also pull in dependencies of all backends done in pure python %bcond_with tests Name: python-matplotlib -Version: 3.1.3 +Version: 3.2.1 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib Group: Development/Libraries/Python -URL: http://matplotlib.org +URL: https://matplotlib.org Source: https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz Source1: matplotlib-setup.cfg BuildRequires: %{python_module Cycler >= 0.10} @@ -50,18 +50,6 @@ BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros -%if 0%{?is_opensuse} -BuildRequires: qhull-devel >= 2003.1 -%endif -# SECTION WebAgg dependencies -BuildRequires: %{python_module tornado} -# /SECTION -# SECTION tk dependencies via tcl -BuildRequires: tcl -BuildRequires: pkgconfig(freetype2) >= 2.3 -BuildRequires: pkgconfig(libpng) >= 1.2 -BuildRequires: pkgconfig(tcl) -# /SECTION Requires: python-Cycler >= 0.10 Requires: python-kiwisolver >= 1.0.1 Requires: python-numpy >= 1.7.1 @@ -75,6 +63,18 @@ Recommends: poppler-tools Recommends: python-Pillow Provides: python-matplotlib-gtk = %{version} Obsoletes: python-matplotlib-gtk < %{version} +%if 0%{?is_opensuse} +BuildRequires: qhull-devel >= 2003.1 +%endif +# SECTION WebAgg dependencies +BuildRequires: %{python_module tornado} +# /SECTION +# SECTION tk dependencies via tcl +BuildRequires: tcl +BuildRequires: pkgconfig(freetype2) >= 2.3 +BuildRequires: pkgconfig(libpng) >= 1.2 +BuildRequires: pkgconfig(tcl) +# /SECTION %if %{with tests} # SECTION testing dependencies BuildRequires: %{python_module mock} @@ -391,9 +391,7 @@ trap "kill $! || true" EXIT %license LICENSE/ %license doc/users/license.rst %{python_sitearch}/matplotlib/backends/backend_tkagg.py* -%{python_sitearch}/matplotlib/backends/tkagg.py* %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/backend_tkagg.*.py* -%pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/tkagg.*.py* %files %{python_files web} %license LICENSE/ @@ -407,10 +405,8 @@ trap "kill $! || true" EXIT %files %{python_files wx} %license LICENSE/ %license doc/users/license.rst -%{python_sitearch}/matplotlib/backends/wx_compat.py* %{python_sitearch}/matplotlib/backends/backend_wx.py* %{python_sitearch}/matplotlib/backends/backend_wxagg.py* -%pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/wx_compat.*.py* %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/backend_wx.*.py* %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/backend_wxagg.*.py*