summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-06-18 12:24:55 +0000
committeradam <adam@pkgsrc.org>2020-06-18 12:24:55 +0000
commit88cb7b518a4904ba213bc370b3ba91ba73badbc7 (patch)
tree437d971b419318b89f3e372d94333b19e550fc7f /graphics/py-matplotlib/Makefile
parent25e2581335a15a6ce21e48e59d95135e76af2f67 (diff)
downloadpkgsrc-88cb7b518a4904ba213bc370b3ba91ba73badbc7.tar.gz
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
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r--graphics/py-matplotlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index a6fc1b1f004..966f4b79644 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -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/}