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.4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe487a712c72
branches:  trunk
changeset: 769012:fe487a712c72
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Nov 06 11:59:28 2021 +0000

description:
py-matplotlib: updated to 3.4.3

3.4.3

This release contains several critical bug-fixes:

Clarify deprecation of Axes.figbox
Disable MultiCursor widget on Axes subplots which it is not tracking
Don't simplify path in LineCollection.get_segments
Fix DPI in subfigures, affecting tick spacing, and scatter marker size
Fix broken EPS output when using Type 42 STIX fonts
Fix change in tick behaviour when calling Axes.clear
Fix class docstrings for Norms created from Scales
Fix compatibility with NumPy 1.21.0
Fix crash on broken TrueType fonts
Fix incorrect hits from Path.intersects_path
Fix leak if affine_transform is passed invalid vertices
Fix legends of stackplot with edgecolors='face'
Fix plot directive when building in parallel
Fix supxlabel and supylabel behaviour in constrained layout
Fix tests with latest Inkscape and Ghostscript
Improve DateFormatter styling for month names when usetex=True
Re-disable autoscaling after interactive zoom
Work around bug in Pillow 8.3.0

diffstat:

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

diffs (36 lines):

diff -r ccc0762171ac -r fe487a712c72 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Sat Nov 06 11:53:30 2021 +0000
+++ b/graphics/py-matplotlib/Makefile   Sat Nov 06 11:59:28 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2021/06/29 08:42:00 nia Exp $
+# $NetBSD: Makefile,v 1.70 2021/11/06 11:59:28 adam Exp $
 
-DISTNAME=      matplotlib-3.4.2
+DISTNAME=      matplotlib-3.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -24,8 +24,7 @@
 
 PYSETUPTESTTARGET=     pytest
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYTHON_VERSIONS_INCOMPATIBLE+= 36      # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36 # py-numpy
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
diff -r ccc0762171ac -r fe487a712c72 graphics/py-matplotlib/distinfo
--- a/graphics/py-matplotlib/distinfo   Sat Nov 06 11:53:30 2021 +0000
+++ b/graphics/py-matplotlib/distinfo   Sat Nov 06 11:59:28 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2021/10/26 10:46:47 nia Exp $
+$NetBSD: distinfo,v 1.47 2021/11/06 11:59:28 adam Exp $
 
-BLAKE2s (matplotlib-3.4.2.tar.gz) = 7c9a59e50b03deb67f9fa21ee52d062c0bc578981448c0030b3a7c35405a3096
-SHA512 (matplotlib-3.4.2.tar.gz) = d4798dd2d6c857db0fe6d4ec85ebabc028b78627311bab17f7b9b30f6aa61d5243114b1cfe9d83293ad66ae47df83add5272f032954990dfc04054a792049f2a
-Size (matplotlib-3.4.2.tar.gz) = 37308683 bytes
+BLAKE2s (matplotlib-3.4.3.tar.gz) = 8ddbdfe07af7899d22386b8dfeede8e669cdcb48999022ae29192dff4941e55c
+SHA512 (matplotlib-3.4.3.tar.gz) = c2fe54e7517a1417aa8e55596e83edd090534c07f22882634d6ba0a07196441b5bbdd15958473805d8e8871b1b73380487aff3224294d472cd6122490c783145
+Size (matplotlib-3.4.3.tar.gz) = 37850796 bytes
 SHA1 (patch-setup.cfg) = 11dd8b9dd84005c8b195d86f0ccd5ff58502edf4



Home | Main Index | Thread Index | Old Index