From 513d506e3464d184b840481f78dcb314fcca79103300146be2e102cb6594a605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 23 Nov 2018 08:27:47 +0000 Subject: [PATCH] Accepting request 651236 from home:apersaud:branches:devel:languages:python:numeric update without running spec-cleaner, so hopefully everything should be OK - update to version 3.0.2: * Un-breaks basemap which was broken by partially restoring private APIs for cartopy. * Fixes bug in warning code when used in an embedded context. * Fixes crash when using Tk and closing the first open window before showing it * Many documentation improvements. * Restore a corner case on ColorBar tick usage. * Change the default behavior of `matplotlib.use` to silently allow more 'safe' switching after auto-discovery, but before starting an event loop. * Improvements to bounding box calculations. * Provide the correct length for RcParams instances. OBS-URL: https://build.opensuse.org/request/show/651236 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=9 --- matplotlib-3.0.1.tar.gz | 3 --- matplotlib-3.0.2.tar.gz | 3 +++ python-matplotlib.changes | 17 +++++++++++++++++ python-matplotlib.spec | 12 ++++++------ 4 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 matplotlib-3.0.1.tar.gz create mode 100644 matplotlib-3.0.2.tar.gz diff --git a/matplotlib-3.0.1.tar.gz b/matplotlib-3.0.1.tar.gz deleted file mode 100644 index b032a59..0000000 --- a/matplotlib-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70f8782c50ac2c7617aad0fa5ba59fc49f690a851d6afc0178813c49767644dd -size 36494903 diff --git a/matplotlib-3.0.2.tar.gz b/matplotlib-3.0.2.tar.gz new file mode 100644 index 0000000..5a606fd --- /dev/null +++ b/matplotlib-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94b792af431f6adb6859eb218137acd9a35f4f7442cea57e4a59c54751c36af +size 36496437 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 7774e3f..416dcb8 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 12 05:54:05 UTC 2018 - Arun Persaud + +- update to version 3.0.2: + * Un-breaks basemap which was broken by partially restoring private + APIs for cartopy. + * Fixes bug in warning code when used in an embedded context. + * Fixes crash when using Tk and closing the first open window before + showing it + * Many documentation improvements. + * Restore a corner case on ColorBar tick usage. + * Change the default behavior of `matplotlib.use` to silently allow + more 'safe' switching after auto-discovery, but before starting an + event loop. + * Improvements to bounding box calculations. + * Provide the correct length for RcParams instances. + ------------------------------------------------------------------- Fri Oct 26 19:34:07 UTC 2018 - Todd R diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 21fe7bb..87dd081 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,12 +24,12 @@ %define oldpython python %define skip_python2 1 Name: python-matplotlib -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib Group: Development/Libraries/Python -Url: http://matplotlib.org +URL: http://matplotlib.org Source: https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz Source1: matplotlib-setup.cfg BuildRequires: c++_compiler @@ -132,7 +132,7 @@ Requires: %{name} = %{version} Requires: python-cairocffi %description cairo -This package includes the non-interactive Cairo-based backend +This package includes the non-interactive Cairo-based backend for the %{name} plotting package %package gtk3 @@ -170,7 +170,7 @@ Group: Development/Libraries/Python Requires: %{name} = %{version} %description qt-shared -This package includes files needed by both the Qt4-based pyqt4 and +This package includes files needed by both the Qt4-based pyqt4 and pyside backends and the Qt5-based pyqt5 backend for the %{name} plotting package @@ -266,7 +266,7 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitearch}/m %if %{with tests} %check export DISPLAY=:42 -/usr/bin/Xvfb :42 -screen 0 1024x768x24 >& /tmp/Xvfb.log & +%{_bindir}/Xvfb :42 -screen 0 1024x768x24 >& /tmp/Xvfb.log & trap "kill $! || true" EXIT %python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python ./tests.py --no-network --recursionlimit=5000 %endif