forked from pool/python-matplotlib
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:
parent
c0be7dabfd
commit
82960d35ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffe2f9cdcea1086fc414e82f42271ecf1976700b8edd16ca9d376189c6d93aee
|
|
||||||
size 40325615
|
|
3
matplotlib-3.2.2.tar.gz
Normal file
3
matplotlib-3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d77a6630d093d74cbbfebaa0571d00790966be1ed204e4a8239f5cbd6835c5d
|
||||||
|
size 40295831
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 24 02:32:47 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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 <tchvatal@suse.com>
|
Thu Jun 4 12:59:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-matplotlib%{psuffix}
|
Name: python-matplotlib%{psuffix}
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plotting Library for Python
|
Summary: Plotting Library for Python
|
||||||
License: SUSE-Matplotlib
|
License: SUSE-Matplotlib
|
||||||
@ -76,6 +76,7 @@ BuildRequires: pkgconfig(libpng) >= 1.2
|
|||||||
BuildRequires: pkgconfig(tcl)
|
BuildRequires: pkgconfig(tcl)
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pytest-xdist}
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
Reference in New Issue
Block a user