diff --git a/matplotlib-3.2.1.tar.gz b/matplotlib-3.2.1.tar.gz deleted file mode 100644 index b520086..0000000 --- a/matplotlib-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffe2f9cdcea1086fc414e82f42271ecf1976700b8edd16ca9d376189c6d93aee -size 40325615 diff --git a/matplotlib-3.2.2.tar.gz b/matplotlib-3.2.2.tar.gz new file mode 100644 index 0000000..e5b40a9 --- /dev/null +++ b/matplotlib-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d77a6630d093d74cbbfebaa0571d00790966be1ed204e4a8239f5cbd6835c5d +size 40295831 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 1912d2c..9649cc9 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jun 24 02:32:47 UTC 2020 - Todd R + +- update to version 3.2.2: + * Unit converters recognize subclasses + * imsave accepts metadata and PIL options + * cbook.normalize_kwargs + * FontProperties accepts os.PathLike + * Gouraud-shading alpha channel in PDF backend + * Kerning adjustments now use correct values + * bar3d lightsource shading + * Shifting errorbars + * Improvements in Logit scale ticker and formatter + * rcParams for axes title location and color + * 3-digit and 4-digit hex colors + ------------------------------------------------------------------- Thu Jun 4 12:59:00 UTC 2020 - Tomáš Chvátal diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 8ea4ec3..f1dda38 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -29,7 +29,7 @@ %bcond_with test %endif Name: python-matplotlib%{psuffix} -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib @@ -76,6 +76,7 @@ BuildRequires: pkgconfig(libpng) >= 1.2 BuildRequires: pkgconfig(tcl) # /SECTION %if %{with test} +BuildRequires: %{python_module Pillow} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest}