pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-matplotlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 18 12:24:55 UTC 2020

Modified Files:
        pkgsrc/graphics/py-matplotlib: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/py-matplotlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.58 pkgsrc/graphics/py-matplotlib/Makefile:1.59
--- pkgsrc/graphics/py-matplotlib/Makefile:1.58 Sun May 17 18:56:43 2020
+++ pkgsrc/graphics/py-matplotlib/Makefile      Thu Jun 18 12:24:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2020/05/17 18:56:43 adam Exp $
+# $NetBSD: Makefile,v 1.59 2020/06/18 12:24:55 adam Exp $
 
-DISTNAME=      matplotlib-3.2.1
+DISTNAME=      matplotlib-3.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}

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



Home | Main Index | Thread Index | Old Index