pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib py-matplotlib: updated to 3.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1af25773a7eb
branches:  trunk
changeset: 385235:1af25773a7eb
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 12 08:08:01 2022 +0000

description:
py-matplotlib: updated to 3.5.3

v3.5.3

This release contains several bug-fixes and adjustments:

Fix alignment of over/under symbols
Fix bugs in colorbars:
alpha of extensions
drawedges=True with extensions
handling of panchor=False
Fix builds on Cygwin and IBM i
Fix contour labels in SubFigures
Fix cursor output:
for imshow with all negative values
when using BoundaryNorm
Fix interactivity in IPython/Jupyter
Fix NaN handling in errorbar
Fix NumPy conversion from AstroPy unit arrays
Fix positional markerfmt passed to stem
Fix unpickling:
crash loading in a separate process
incorrect DPI when HiDPI screens

diffstat:

 graphics/py-matplotlib/Makefile |  6 ++++--
 graphics/py-matplotlib/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 90cc39bdb5ea -r 1af25773a7eb graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Mon Sep 12 08:05:45 2022 +0000
+++ b/graphics/py-matplotlib/Makefile   Mon Sep 12 08:08:01 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2022/06/18 21:07:14 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2022/09/12 08:08:01 adam Exp $
 
-DISTNAME=      matplotlib-3.5.2
+DISTNAME=      matplotlib-3.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -14,7 +14,9 @@
 DEPENDS+=      ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 DEPENDS+=      ${PYPKGPREFIX}-cycler>=0.10:../../graphics/py-cycler
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.7:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-fonttools>=4.22.0:../../fonts/py-fonttools
 DEPENDS+=      ${PYPKGPREFIX}-kiwisolver>=1.0.1:../../math/py-kiwisolver
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.2.1:../../devel/py-pyparsing
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-certifi>=2020.06.20:../../security/py-certifi
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=4:../../devel/py-setuptools_scm
diff -r 90cc39bdb5ea -r 1af25773a7eb graphics/py-matplotlib/distinfo
--- a/graphics/py-matplotlib/distinfo   Mon Sep 12 08:05:45 2022 +0000
+++ b/graphics/py-matplotlib/distinfo   Mon Sep 12 08:08:01 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2022/06/16 15:24:40 ryoon Exp $
+$NetBSD: distinfo,v 1.49 2022/09/12 08:08:01 adam Exp $
 
-BLAKE2s (matplotlib-3.5.2.tar.gz) = ca969958dd09307b7760477480cf1f4d11a04f711918dbaa151ef43bc6007e05
-SHA512 (matplotlib-3.5.2.tar.gz) = 32844dfa85dbc43360c1773d748a58d2ab089111c51c825da62956c778a0eeaf10ca33a5c6c094295388a80d5873a2e1b17484e02b653e9e8e5ba98659329974
-Size (matplotlib-3.5.2.tar.gz) = 35210006 bytes
+BLAKE2s (matplotlib-3.5.3.tar.gz) = dbf87c63725bce41f4822a48059d825438bb11ae21c527e99e93c50c609c8867
+SHA512 (matplotlib-3.5.3.tar.gz) = f431d3046e9c5fbe5d44a16a762e9a178ba34380974964660eaf3681671178866a63b3bad9aad8d3ad423926f7db2965d514e9b1489e3a824a4532a01f0e0670
+Size (matplotlib-3.5.3.tar.gz) = 35236343 bytes
 SHA1 (patch-mplsetup.cfg) = 06bf93f112ab4ed4604179c1cc7fd2bdee62b56d



Home | Main Index | Thread Index | Old Index