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:           Mon Jul 10 21:22:29 UTC 2023

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

Log Message:
py-matplotlib: updated to 3.7.2

v3.7.2
Avoid modifying input masks in pcolor/pcolormesh
Fix 3D set_aspect error cases
Fix IPython's %pylab mode detection
Fix Figure.get_constrained_layout_pads()
Fix Legend.set_draggable() with update="bbox"
Fix TransformedBbox.{,full_}contains
Fix clipping of bar_label text
Fix colorbar size when saving with explicit bbox_inches
Fix errors when an input is entirely NaN
Fix leaks of exception tracebacks and LayoutGrid objects
Fix non-interpolated imshow in PDF export
Fix palettized image optimization in PDF export
Fix pgf tests with TeXLive 2022
Fix removal of Axes that contain widgets that are grabbing the mouse
Fix removal of draggable artists
Fix subslice optimization for long, fully nan lines
Fix tight layout if Figure has an existing layout manager
Fix window extent of AnnotationBbox before first draw
Fix wspace and hspace in subfigures
Improve Qt compatibility
Improve compatibility with Python 3.12
Prevent under the hood downcasting of values in xcorr
Remove some NumPy function overrides from pylab
Remove warning with symlog scales on mouseover


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.53 -r1.54 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.82 pkgsrc/graphics/py-matplotlib/Makefile:1.83
--- pkgsrc/graphics/py-matplotlib/Makefile:1.82 Sat Jul  1 08:37:36 2023
+++ pkgsrc/graphics/py-matplotlib/Makefile      Mon Jul 10 21:22:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2023/07/01 08:37:36 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2023/07/10 21:22:29 adam Exp $
 
-DISTNAME=      matplotlib-3.7.1
+DISTNAME=      matplotlib-3.7.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.53 pkgsrc/graphics/py-matplotlib/distinfo:1.54
--- pkgsrc/graphics/py-matplotlib/distinfo:1.53 Sun Mar  5 07:18:30 2023
+++ pkgsrc/graphics/py-matplotlib/distinfo      Mon Jul 10 21:22:29 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2023/03/05 07:18:30 adam Exp $
+$NetBSD: distinfo,v 1.54 2023/07/10 21:22:29 adam Exp $
 
-BLAKE2s (matplotlib-3.7.1.tar.gz) = e8eff2b596ae16005845940f20fdc5a7810d2984c052a76d294884b4d6602761
-SHA512 (matplotlib-3.7.1.tar.gz) = d7db4213d5b38eba779ba06ffaa8e67a435192e4a8cf62f8e1cd4b8079cd257b2e83cb79926df012b7084c785c0ce8b03275035f68cfcf0a36b0dda7322f2e67
-Size (matplotlib-3.7.1.tar.gz) = 38003777 bytes
+BLAKE2s (matplotlib-3.7.2.tar.gz) = 64843ae84c2d9270682380569fef63795b56178e695e74b845c37ebd654bcd30
+SHA512 (matplotlib-3.7.2.tar.gz) = 3ddb223c869c01cf71ab65a628a3c996eed1ff8b2375c02e3158a5750652a5d8277a55706e50890c15c14c7a104db01f01b01ca8964f85b6ffec104fc273872d
+Size (matplotlib-3.7.2.tar.gz) = 38095843 bytes
 SHA1 (patch-mplsetup.cfg) = 06bf93f112ab4ed4604179c1cc7fd2bdee62b56d



Home | Main Index | Thread Index | Old Index