forked from pool/python-matplotlib
Accepting request 867874 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/867874 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=41
This commit is contained in:
parent
09ba3c5462
commit
824d2c392b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1b60c6476c4cfe9e5cf8ab0d3127476fd3d5f05de0f343a452badaad0e4bdec
|
||||
size 37944403
|
3
matplotlib-3.3.4.tar.gz
Normal file
3
matplotlib-3.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e477db76c22929e4c6876c44f88d790aacdf3c3f8f3a90cb1975c0bf37825b0
|
||||
size 37941665
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 30 05:58:22 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 3.3.4:
|
||||
* Fix WebAgg initialization.
|
||||
* Fix parsing QT_API setting with mixed case.
|
||||
* Fix build with link-time optimization disabled in environment.
|
||||
* Fix test compatibility with NumPy 1.20.
|
||||
* Fix test compatibility with pytest 6.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 20:19:32 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -29,7 +29,7 @@ ExclusiveArch: x86_64 aarch64
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-matplotlib%{psuffix}
|
||||
Version: 3.3.3
|
||||
Version: 3.3.4
|
||||
Release: 0
|
||||
Summary: Plotting Library for Python
|
||||
License: SUSE-Matplotlib
|
||||
@ -60,6 +60,7 @@ Requires: python-numpy >= 1.7.1
|
||||
Requires: python-pyparsing > 2.2.1
|
||||
Requires: python-python-dateutil >= 2.7
|
||||
Requires: python-pytz
|
||||
Recommends: (%{python_flavor}-matplotlib-tk if tk)
|
||||
Recommends: ghostscript
|
||||
Recommends: libxml2-tools
|
||||
Recommends: poppler-tools
|
||||
@ -110,7 +111,6 @@ BuildRequires: tex(type1cm.sty)
|
||||
BuildRequires: tex(ucs.sty)
|
||||
# /SECTION
|
||||
%endif
|
||||
Recommends: (%{python_flavor}-matplotlib-tk if tk)
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user