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