Accepting request 816745 from home:TheBlackCat:branches:devel:languages:python:numeric

- 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

OBS-URL: https://build.opensuse.org/request/show/816745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=31
This commit is contained in:
Todd R
2020-06-24 02:42:20 +00:00
committed by Git OBS Bridge
parent 44a4377fb2
commit 5a637119f3
4 changed files with 21 additions and 4 deletions

View File

@@ -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}