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:           Sat Nov  6 11:59:28 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.46 -r1.47 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.69 pkgsrc/graphics/py-matplotlib/Makefile:1.70
--- pkgsrc/graphics/py-matplotlib/Makefile:1.69 Tue Jun 29 08:42:00 2021
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sat Nov  6 11:59:28 2021
@@ -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 @@ USE_TOOLS+=   pkg-config
 
 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"

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.46 pkgsrc/graphics/py-matplotlib/distinfo:1.47
--- pkgsrc/graphics/py-matplotlib/distinfo:1.46 Tue Oct 26 10:46:47 2021
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sat Nov  6 11:59:28 2021
@@ -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