From 824d2c392b7d8dff946ece6b40cdff0d2fa825b5b60b9982cb3239929ace0d94 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 30 Jan 2021 14:56:58 +0000 Subject: [PATCH] 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 --- matplotlib-3.3.3.tar.gz | 3 --- matplotlib-3.3.4.tar.gz | 3 +++ python-matplotlib.changes | 10 ++++++++++ python-matplotlib.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 matplotlib-3.3.3.tar.gz create mode 100644 matplotlib-3.3.4.tar.gz diff --git a/matplotlib-3.3.3.tar.gz b/matplotlib-3.3.3.tar.gz deleted file mode 100644 index 1c047b3..0000000 --- a/matplotlib-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1b60c6476c4cfe9e5cf8ab0d3127476fd3d5f05de0f343a452badaad0e4bdec -size 37944403 diff --git a/matplotlib-3.3.4.tar.gz b/matplotlib-3.3.4.tar.gz new file mode 100644 index 0000000..3c4a902 --- /dev/null +++ b/matplotlib-3.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e477db76c22929e4c6876c44f88d790aacdf3c3f8f3a90cb1975c0bf37825b0 +size 37941665 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 8c6fd67..0bf7e61 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 30 05:58:22 UTC 2021 - Arun Persaud + +- 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 diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 2d00d07..e0411a3 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -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