From e3c83f2e3fae674cfa6c293ccffb346b599d9fed922ed48d0076b0aad29fb1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 7 Jul 2019 20:01:44 +0000 Subject: [PATCH] Accepting request 713757 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/713757 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=17 --- matplotlib-3.1.0.tar.gz | 3 --- matplotlib-3.1.1.tar.gz | 3 +++ python-matplotlib.changes | 8 ++++++++ python-matplotlib.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 matplotlib-3.1.0.tar.gz create mode 100644 matplotlib-3.1.1.tar.gz diff --git a/matplotlib-3.1.0.tar.gz b/matplotlib-3.1.0.tar.gz deleted file mode 100644 index 4c111e7..0000000 --- a/matplotlib-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e0213f87cc0076f7b0c4c251d7e23601e2419cd98691df79edb95517ba06f0c -size 37204551 diff --git a/matplotlib-3.1.1.tar.gz b/matplotlib-3.1.1.tar.gz new file mode 100644 index 0000000..4338de6 --- /dev/null +++ b/matplotlib-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1febd22afe1489b13c6749ea059d392c03261b2950d1d45c17e3aed812080c93 +size 37793603 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index efa76e3..f1ab6d2 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jul 6 21:17:49 UTC 2019 - Arun Persaud + +- update to version 3.1.1: + * The first bug-fix release of the 3.1 series + + Locator.nonsingular return order API change + * Lots of backports of various bug fixes. + ------------------------------------------------------------------- Sun May 19 02:47:55 UTC 2019 - Todd R diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 2000c96..75b3e82 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -19,17 +19,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python %define skip_python2 1 -# Not doing tests because they take too long -# The tests also pull in dependencies of all backends done in pure python -%bcond_with tests # No Qt4 plugin on > Leap 15 %if 0%{?suse_version} > 1500 %bcond_with qt4 %else %bcond_without qt4 %endif +# Not doing tests because they take too long +# The tests also pull in dependencies of all backends done in pure python +%bcond_with tests Name: python-matplotlib -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib