diff --git a/matplotlib-3.4.1.tar.gz b/matplotlib-3.4.1.tar.gz deleted file mode 100644 index d4290d6..0000000 --- a/matplotlib-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a948908 -size 37253296 diff --git a/matplotlib-3.4.2.tar.gz b/matplotlib-3.4.2.tar.gz new file mode 100644 index 0000000..4952c1d --- /dev/null +++ b/matplotlib-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d994cefdff9aaba45166eb3de4f5211adb4accac85cbf97137e98f26ea0219 +size 37308683 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index f058961..0f63ebd 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri May 14 01:34:50 UTC 2021 - Arun Persaud + +- update to version 3.4.2: + * Generate wheels usable on older PyPy7.3.{0,1} + * Fix compatibility with Python 3.10 + * Add subplot_mosaic Axes in the order the user gave them to us + * Correctly handle 'none' facecolors in do_3d_projection + * Ensure that Matplotlib is importable even if there's no HOME + * Fix CenteredNorm with halfrange + * Fix bar_label for bars with NaN values + * Fix clip paths when zoomed such that they are outside the figure + * Fix creation of RangeSlider with valinit + * Fix handling of "d" glyph in backend_ps, fixing EPS output + * Fix handling of datetime coordinates in pcolormesh with Pandas + * Fix processing of some errorbar arguments + * Fix removal of shared polar Axes + * Fix resetting grid visibility + * Fix subfigure indexing error and tight bbox + * Fix textbox cursor color + * Fix TkAgg event loop error on window close + * Ignore errors for sip with no setapi (Qt4Agg import errors) + ------------------------------------------------------------------- Fri May 7 11:10:08 UTC 2021 - Ben Greiner diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 0bb55bf..99acc2e 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -31,7 +31,7 @@ ExclusiveArch: x86_64 aarch64 %bcond_with test %endif Name: python-matplotlib%{psuffix} -Version: 3.4.1 +Version: 3.4.2 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib