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
This commit is contained in:
Tomáš Chvátal 2020-03-28 18:05:40 +00:00 committed by Git OBS Bridge
parent 51eac0754a
commit a1b6a211dc
4 changed files with 58 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db3121f12fb9b99f105d1413aebaeb3d943f269f3d262b45586d12765866f0c6
size 40923864

3
matplotlib-3.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffe2f9cdcea1086fc414e82f42271ecf1976700b8edd16ca9d376189c6d93aee
size 40325615

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Sat Mar 28 16:40:20 UTC 2020 - Arun Persaud <arun@gmx.de>
- 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 <toddrme2178@gmail.com> Mon Feb 10 15:18:57 UTC 2020 - Todd R <toddrme2178@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-matplotlib # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 # The tests also pull in dependencies of all backends done in pure python
%bcond_with tests %bcond_with tests
Name: python-matplotlib Name: python-matplotlib
Version: 3.1.3 Version: 3.2.1
Release: 0 Release: 0
Summary: Plotting Library for Python Summary: Plotting Library for Python
License: SUSE-Matplotlib License: SUSE-Matplotlib
Group: Development/Libraries/Python 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 Source: https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
Source1: matplotlib-setup.cfg Source1: matplotlib-setup.cfg
BuildRequires: %{python_module Cycler >= 0.10} BuildRequires: %{python_module Cycler >= 0.10}
@ -50,18 +50,6 @@ BuildRequires: c++_compiler
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python-rpm-macros 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-Cycler >= 0.10
Requires: python-kiwisolver >= 1.0.1 Requires: python-kiwisolver >= 1.0.1
Requires: python-numpy >= 1.7.1 Requires: python-numpy >= 1.7.1
@ -75,6 +63,18 @@ Recommends: poppler-tools
Recommends: python-Pillow Recommends: python-Pillow
Provides: python-matplotlib-gtk = %{version} Provides: python-matplotlib-gtk = %{version}
Obsoletes: 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} %if %{with tests}
# SECTION testing dependencies # SECTION testing dependencies
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
@ -391,9 +391,7 @@ trap "kill $! || true" EXIT
%license LICENSE/ %license LICENSE/
%license doc/users/license.rst %license doc/users/license.rst
%{python_sitearch}/matplotlib/backends/backend_tkagg.py* %{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__/backend_tkagg.*.py*
%pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/tkagg.*.py*
%files %{python_files web} %files %{python_files web}
%license LICENSE/ %license LICENSE/
@ -407,10 +405,8 @@ trap "kill $! || true" EXIT
%files %{python_files wx} %files %{python_files wx}
%license LICENSE/ %license LICENSE/
%license doc/users/license.rst %license doc/users/license.rst
%{python_sitearch}/matplotlib/backends/wx_compat.py*
%{python_sitearch}/matplotlib/backends/backend_wx.py* %{python_sitearch}/matplotlib/backends/backend_wx.py*
%{python_sitearch}/matplotlib/backends/backend_wxagg.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_wx.*.py*
%pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/backend_wxagg.*.py* %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/backend_wxagg.*.py*