Thu Jun 18 12:24:55 2020 UTC ()
py-matplotlib: updated to 3.2.2

What's new in Matplotlib 3.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


(adam)
diff -r1.58 -r1.59 pkgsrc/graphics/py-matplotlib/Makefile
diff -r1.36 -r1.37 pkgsrc/graphics/py-matplotlib/distinfo

cvs diff -r1.58 -r1.59 pkgsrc/graphics/py-matplotlib/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/py-matplotlib/Makefile 2020/05/17 18:56:43 1.58
+++ pkgsrc/graphics/py-matplotlib/Makefile 2020/06/18 12:24:55 1.59
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.58 2020/05/17 18:56:43 adam Exp $ 1# $NetBSD: Makefile,v 1.59 2020/06/18 12:24:55 adam Exp $
2 2
3DISTNAME= matplotlib-3.2.1 3DISTNAME= matplotlib-3.2.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= graphics python 5CATEGORIES= graphics python
6MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://matplotlib.org/ 9HOMEPAGE= https://matplotlib.org/
10COMMENT= Matlab-style plotting package for Python 10COMMENT= Matlab-style plotting package for Python
11# LICENSE= see ${WRKSRC}/LICENSE/LICENSE 11# LICENSE= see ${WRKSRC}/LICENSE/LICENSE
12 12
13DEPENDS+= ${PYPKGPREFIX}-Pillow>=3.4:../../graphics/py-Pillow 13DEPENDS+= ${PYPKGPREFIX}-Pillow>=3.4:../../graphics/py-Pillow
14DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo 14DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
15DEPENDS+= ${PYPKGPREFIX}-cycler>=0.10:../../graphics/py-cycler 15DEPENDS+= ${PYPKGPREFIX}-cycler>=0.10:../../graphics/py-cycler
16DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil 16DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil

cvs diff -r1.36 -r1.37 pkgsrc/graphics/py-matplotlib/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/py-matplotlib/distinfo 2020/05/17 18:56:43 1.36
+++ pkgsrc/graphics/py-matplotlib/distinfo 2020/06/18 12:24:55 1.37
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.36 2020/05/17 18:56:43 adam Exp $ 1$NetBSD: distinfo,v 1.37 2020/06/18 12:24:55 adam Exp $
2 2
3SHA1 (matplotlib-3.2.1.tar.gz) = 8263c2e1ceb3f610c898b85dfeb8b68bf338e86f 3SHA1 (matplotlib-3.2.2.tar.gz) = 70c322e11d5745e9d3fbcb5f539086319798bae4
4RMD160 (matplotlib-3.2.1.tar.gz) = e6af6972a193ed2802a05c51ca65e9ca9b6cd896 4RMD160 (matplotlib-3.2.2.tar.gz) = e8bbf097da8ecabc57677781ce68b2399bfbdf78
5SHA512 (matplotlib-3.2.1.tar.gz) = d6497a3c47eaff9c0d981bc03de5894a3f4a5413cbe320924b1df6d68eb421e548cf4247c035fd636a4403cd2d50071633e6906e795b74ec7d9c4816193e42be 5SHA512 (matplotlib-3.2.2.tar.gz) = 4b8080fddc717f311a87b6ef1a279304da2931ef2d6de85688c153f14da5009351f42d9533c44695ca43ce1496bb642927aca822a7946a2d50d40a7d25224b31
6Size (matplotlib-3.2.1.tar.gz) = 40325615 bytes 6Size (matplotlib-3.2.2.tar.gz) = 40295831 bytes