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 Nov 14 09:57:40 UTC 2022

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

Log Message:
py-matplotlib: updated to 3.6.2

REL: v3.6.2

This release contains several bug-fixes and adjustments:

Avoid mutating dictionaries passed to subplots
Fix bbox_inches='tight' on a figure with constrained layout enabled
Fix auto-scaling of ax.hist density with histtype='step'
Fix compatibility with PySide6 6.4
Fix evaluating colormaps on non-NumPy arrays
Fix key reporting in pick events
Fix thread check on PyPy 3.8
Handle input to ax.bar that is all NaN
Make rubber band more visible on Tk and Wx backends
Restore (and warn on) seaborn styles in style.library
Restore get_renderer function in deprecated tight_layout
nb/webagg: Fix resize handle on WebKit browsers (e.g., Safari)


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.50 -r1.51 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.77 pkgsrc/graphics/py-matplotlib/Makefile:1.78
--- pkgsrc/graphics/py-matplotlib/Makefile:1.77 Thu Oct 13 16:04:39 2022
+++ pkgsrc/graphics/py-matplotlib/Makefile      Mon Nov 14 09:57:40 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2022/10/13 16:04:39 adam Exp $
+# $NetBSD: Makefile,v 1.78 2022/11/14 09:57:40 adam Exp $
 
-DISTNAME=      matplotlib-3.6.1
+DISTNAME=      matplotlib-3.6.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.50 pkgsrc/graphics/py-matplotlib/distinfo:1.51
--- pkgsrc/graphics/py-matplotlib/distinfo:1.50 Thu Oct 13 16:04:39 2022
+++ pkgsrc/graphics/py-matplotlib/distinfo      Mon Nov 14 09:57:40 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2022/10/13 16:04:39 adam Exp $
+$NetBSD: distinfo,v 1.51 2022/11/14 09:57:40 adam Exp $
 
-BLAKE2s (matplotlib-3.6.1.tar.gz) = d0208372d425f7b714a6bb0d86986366e885106077febd61a51bb97efeb52561
-SHA512 (matplotlib-3.6.1.tar.gz) = 40b148fe4574eea88e7e74c2844a4811c71651602bd7e0a863482571bfa216c01d4f5fcd36add14af82c5cacdb6ae9d441ed251ee5239d06bcc8d40c9ee8841b
-Size (matplotlib-3.6.1.tar.gz) = 35826557 bytes
+BLAKE2s (matplotlib-3.6.2.tar.gz) = ccb27da2437a75cf36adeb48e4a205928d0fce97a3547924ee983b90f7dade34
+SHA512 (matplotlib-3.6.2.tar.gz) = 51b84a4328a85f674cb44728955fca8bb5b8b702c788158b8bcfc13a44206a5a658ac12ed8f9a5f6ec53ef543395fab4f3871f91013ba1432f3e2b848c36976f
+Size (matplotlib-3.6.2.tar.gz) = 35843927 bytes
 SHA1 (patch-mplsetup.cfg) = 06bf93f112ab4ed4604179c1cc7fd2bdee62b56d



Home | Main Index | Thread Index | Old Index