From 9b9055bf9454c4d6767253418b264869c6135fb7e0f851eb9eb6adea5d8bbb73 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 26 Oct 2018 19:44:25 +0000 Subject: [PATCH] Accepting request 644950 from home:TheBlackCat:branches:devel:languages:python:numeric - Update to version 3.0.1 * Fix failure to import bug when on Python 3.6.7 and 3.7.1 * Fixed a number of failure to import bugs around finding fonts * Fix Qt4 backend * Fix bug on OSX that recursively searched current directory for fonts * Fix bouncing-rocket on OSX when doing backend fallback and not selecting OSX * Temporarily restore several private APIs to unbreak cartopy * Make pyplot more tolerant of varying signatures in 3rd-party sub-classe * Improve datetime64 unit handling * Fixed several poor interactions with tight_layout OBS-URL: https://build.opensuse.org/request/show/644950 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=7 --- matplotlib-3.0.0.tar.gz | 3 --- matplotlib-3.0.1.tar.gz | 3 +++ python-matplotlib.changes | 16 ++++++++++++++++ python-matplotlib.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 matplotlib-3.0.0.tar.gz create mode 100644 matplotlib-3.0.1.tar.gz diff --git a/matplotlib-3.0.0.tar.gz b/matplotlib-3.0.0.tar.gz deleted file mode 100644 index 318a714..0000000 --- a/matplotlib-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4e2333c98a7c2c1ff6eb930cd2b57d4b818de5437c5048802096b32f66e65f9 -size 36306021 diff --git a/matplotlib-3.0.1.tar.gz b/matplotlib-3.0.1.tar.gz new file mode 100644 index 0000000..b032a59 --- /dev/null +++ b/matplotlib-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f8782c50ac2c7617aad0fa5ba59fc49f690a851d6afc0178813c49767644dd +size 36494903 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 9c6dff3..7774e3f 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 26 19:34:07 UTC 2018 - Todd R + +- Update to version 3.0.1 + * Fix failure to import bug when on Python 3.6.7 and 3.7.1 + * Fixed a number of failure to import bugs around finding fonts + * Fix Qt4 backend + * Fix bug on OSX that recursively searched current directory for fonts + * Fix bouncing-rocket on OSX when doing backend fallback and not + selecting OSX + * Temporarily restore several private APIs to unbreak cartopy + * Make pyplot more tolerant of varying signatures in 3rd-party + sub-classe + * Improve datetime64 unit handling + * Fixed several poor interactions with tight_layout + ------------------------------------------------------------------- Wed Sep 19 01:44:55 UTC 2018 - Todd R diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 3eed639..21fe7bb 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -24,7 +24,7 @@ %define oldpython python %define skip_python2 1 Name: python-matplotlib -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib