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
This commit is contained in:
Matej Cepl 2023-02-10 22:03:18 +00:00 committed by Git OBS Bridge
parent 260f612dbb
commit 902d91fcc2
4 changed files with 29 additions and 14 deletions

View File

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

BIN
matplotlib-3.6.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 8 18:31:43 UTC 2023 - Arun Persaud <arun@gmx.de>
- 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 <code@bnavigator.de> Thu Dec 22 15:40:39 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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
@ -27,7 +27,7 @@ ExclusiveArch: x86_64 aarch64
%bcond_with test %bcond_with test
%endif %endif
Name: python-matplotlib%{psuffix} Name: python-matplotlib%{psuffix}
Version: 3.6.2 Version: 3.6.3
Release: 0 Release: 0
Summary: Plotting Library for Python Summary: Plotting Library for Python
License: SUSE-Matplotlib License: SUSE-Matplotlib
@ -37,11 +37,18 @@ Source1: matplotlib-mplsetup.cfg
# Bundled version of freetype and qhull for testing purposes only # Bundled version of freetype and qhull for testing purposes only
Source98: http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz 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 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 # SECTION build
BuildRequires: %{python_module setuptools_scm >= 7}
BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module numpy-devel >= 1.19} BuildRequires: %{python_module numpy-devel >= 1.19}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm >= 7}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: c++_compiler BuildRequires: c++_compiler
@ -57,23 +64,16 @@ BuildRequires: pkgconfig(libpng) >= 1.2
BuildRequires: pkgconfig(tcl) BuildRequires: pkgconfig(tcl)
# /SECTION # /SECTION
# SECTION runtime # SECTION runtime
Requires: python-contourpy >= 1.0.1
Requires: python-Cycler >= 0.10 Requires: python-Cycler >= 0.10
Requires: python-FontTools >= 4.22.0 Requires: python-FontTools >= 4.22.0
Requires: python-Pillow >= 6.2.0 Requires: python-Pillow >= 6.2.0
Requires: python-contourpy >= 1.0.1
Requires: python-kiwisolver >= 1.0.1 Requires: python-kiwisolver >= 1.0.1
Requires: python-numpy >= 1.19 Requires: python-numpy >= 1.19
Requires: python-packaging >= 20.0 Requires: python-packaging >= 20.0
Requires: python-pyparsing > 2.2.1 Requires: python-pyparsing > 2.2.1
Requires: python-python-dateutil >= 2.7 Requires: python-python-dateutil >= 2.7
# /SECTION # /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 # SECTION test
%if %{with test} %if %{with test}
BuildRequires: %{python_module matplotlib = %{version}} BuildRequires: %{python_module matplotlib = %{version}}