Received: by mail.netbsd.org (Postfix, from userid 605) id 29BD884DB9; Mon, 16 Jan 2023 14:30:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5948284D59 for ; Mon, 16 Jan 2023 14:30:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uO7za2lN3d2w for ; Mon, 16 Jan 2023 14:30:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C04EC84D8C for ; Mon, 16 Jan 2023 14:30:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD134FA90; Mon, 16 Jan 2023 14:30:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16738794407900" MIME-Version: 1.0 Date: Mon, 16 Jan 2023 14:30:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-matplotlib To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230116143040.BD134FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16738794407900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 16 14:30:40 UTC 2023 Modified Files: pkgsrc/graphics/py-matplotlib: Makefile distinfo Log Message: py-matplotlib: updated to 3.6.3 Matplotlib 3.6.3 This release contains several bug-fixes and adjustments: * Fix Artist removal from |axes_grid1| Axes classes * Fix |inset_locator| in subfigures * Fix |scatter| on masked arrays with units * Fix colorbar ticks with log norm contours * Fix deprecation warnings in GTK4 backend * Fix using relative paths in |HTMLWriter| * Improve failure message from rcParams string validation for tuple inputs * Improve performance of QtAgg backends * No longer modify |pil_kwargs| argument to |imsave| and |savefig| To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/graphics/py-matplotlib/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/graphics/py-matplotlib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16738794407900 Content-Disposition: inline Content-Length: 1727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-matplotlib/Makefile diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.78 pkgsrc/graphics/py-matplotlib/Makefile:1.79 --- pkgsrc/graphics/py-matplotlib/Makefile:1.78 Mon Nov 14 09:57:40 2022 +++ pkgsrc/graphics/py-matplotlib/Makefile Mon Jan 16 14:30:40 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2022/11/14 09:57:40 adam Exp $ +# $NetBSD: Makefile,v 1.79 2023/01/16 14:30:40 adam Exp $ -DISTNAME= matplotlib-3.6.2 +DISTNAME= matplotlib-3.6.3 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.51 pkgsrc/graphics/py-matplotlib/distinfo:1.52 --- pkgsrc/graphics/py-matplotlib/distinfo:1.51 Mon Nov 14 09:57:40 2022 +++ pkgsrc/graphics/py-matplotlib/distinfo Mon Jan 16 14:30:40 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.51 2022/11/14 09:57:40 adam Exp $ +$NetBSD: distinfo,v 1.52 2023/01/16 14:30:40 adam Exp $ -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 +BLAKE2s (matplotlib-3.6.3.tar.gz) = 763d424d4a9bbdd05524534c1f3f8b0aeadad28f1d340e49a0b0e1111392cd1f +SHA512 (matplotlib-3.6.3.tar.gz) = 844ca90bcc9953d3d1289a6d471180a3dadb49c75eb59858bbbfb67d4b1292b83b86b366f22ab12d9e97c980376d48b86e745607ec4e812a3010c6fec01398dc +Size (matplotlib-3.6.3.tar.gz) = 35868590 bytes SHA1 (patch-mplsetup.cfg) = 06bf93f112ab4ed4604179c1cc7fd2bdee62b56d --_----------=_16738794407900--