From 51eac0754a6c64137cfac0900fa3c439e9bb33589472f05dbccb5a8003c98dff Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 10 Feb 2020 16:29:52 +0000 Subject: [PATCH] Accepting request 773162 from home:TheBlackCat:branches:devel:languages:python:numeric - Update to 3.1.3 * suppress a warning with Pandas 1.0 * support pillow >= 7 * support dateutils >= 2.8.1 * prevent an infinite recursion * do not clobber non-python registered signal handler * fix path intersection computation with 0 length segments * fix performance regression in draw_idle * several minor bugs OBS-URL: https://build.opensuse.org/request/show/773162 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=23 --- matplotlib-3.1.2.tar.gz | 3 --- matplotlib-3.1.3.tar.gz | 3 +++ python-matplotlib.changes | 13 +++++++++++++ python-matplotlib.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 matplotlib-3.1.2.tar.gz create mode 100644 matplotlib-3.1.3.tar.gz diff --git a/matplotlib-3.1.2.tar.gz b/matplotlib-3.1.2.tar.gz deleted file mode 100644 index a050eb4..0000000 --- a/matplotlib-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e8e2c2fe3d873108735c6ee9884e6f36f467df4a143136209cff303b183bada -size 40909582 diff --git a/matplotlib-3.1.3.tar.gz b/matplotlib-3.1.3.tar.gz new file mode 100644 index 0000000..dc54395 --- /dev/null +++ b/matplotlib-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3121f12fb9b99f105d1413aebaeb3d943f269f3d262b45586d12765866f0c6 +size 40923864 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 1c19297..439ca97 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Feb 10 15:18:57 UTC 2020 - Todd R + +- Update to 3.1.3 + * suppress a warning with Pandas 1.0 + * support pillow >= 7 + * support dateutils >= 2.8.1 + * prevent an infinite recursion + * do not clobber non-python registered signal handler + * fix path intersection computation with 0 length segments + * fix performance regression in draw_idle + * several minor bugs + ------------------------------------------------------------------- Fri Dec 6 18:48:47 UTC 2019 - Todd R diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 47c30e4..dbcbd24 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -29,7 +29,7 @@ # The tests also pull in dependencies of all backends done in pure python %bcond_with tests Name: python-matplotlib -Version: 3.1.2 +Version: 3.1.3 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib