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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/553e43f6179c
branches:  trunk
changeset: 388124:553e43f6179c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 14 09:57:40 2022 +0000

description:
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)

diffstat:

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

diffs (26 lines):

diff -r 621c71e66c04 -r 553e43f6179c graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Mon Nov 14 09:57:03 2022 +0000
+++ b/graphics/py-matplotlib/Makefile   Mon Nov 14 09:57:40 2022 +0000
@@ -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/}
diff -r 621c71e66c04 -r 553e43f6179c graphics/py-matplotlib/distinfo
--- a/graphics/py-matplotlib/distinfo   Mon Nov 14 09:57:03 2022 +0000
+++ b/graphics/py-matplotlib/distinfo   Mon Nov 14 09:57:40 2022 +0000
@@ -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