diff --git a/matplotlib-1.4.2.tar.gz b/matplotlib-1.4.2.tar.gz deleted file mode 100644 index 836283f..0000000 --- a/matplotlib-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17a3c7154f152d8dfed1f37517c0a8c5db6ade4f6334f684989c36dab84ddb54 -size 50139344 diff --git a/matplotlib-1.4.3.tar.gz b/matplotlib-1.4.3.tar.gz new file mode 100644 index 0000000..dfc6ce8 --- /dev/null +++ b/matplotlib-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f201c6a82e89e4d9e324266203fad44f95fd8f36d8eec0d8690273e1182f75 +size 50413837 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 48f166e..fd1b6b0 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 2 15:41:02 UTC 2015 - toddrme2178@gmail.com + + - specfile: + * update url + * update source url to point to pypi + +- update to version 1.4.3: + * Many bugs are fixed including: + - fixing drawing of edge-only markers in AGG + - fix run-away memory usage when using %inline or saving with a + tight bounding box with QuadMesh artists + - improvements to wx and tk gui backends + * Additionally the webagg and nbagg backends were brought closer to + feature parity with the desktop backends with the addition of + keyboard and scroll events thanks to Steven Silvester. + ------------------------------------------------------------------- Mon Oct 27 12:29:14 UTC 2014 - toddrme2178@gmail.com diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 5b5d235..6cfc8af 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-matplotlib # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-matplotlib -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib Group: Development/Libraries/Python -Url: http://sourceforge.net/projects/matplotlib -Source: matplotlib-%{version}.tar.gz +Url: http://matplotlib.org +Source: https://pypi.python.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz Source1: matplotlib-setup.cfg Source2: matplotlibplugin.py Source3: matplotlibwidget.py