Received: by mail.netbsd.org (Postfix, from userid 605) id D200984D90; Thu, 18 Jun 2020 12:24:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C7DA84D66 for ; Thu, 18 Jun 2020 12:24:56 +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 Rinryfz52RfZ for ; Thu, 18 Jun 2020 12:24:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D56AB84D48 for ; Thu, 18 Jun 2020 12:24:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF548FB28; Thu, 18 Jun 2020 12:24:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159248309533840" MIME-Version: 1.0 Date: Thu, 18 Jun 2020 12:24:55 +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: <20200618122455.CF548FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159248309533840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 18 12:24:55 UTC 2020 Modified Files: pkgsrc/graphics/py-matplotlib: Makefile distinfo Log Message: py-matplotlib: updated to 3.2.2 What's new in Matplotlib 3.2 Unit converters recognize subclasses imsave accepts metadata and PIL options cbook.normalize_kwargs FontProperties accepts os.PathLike Gouraud-shading alpha channel in PDF backend Kerning adjustments now use correct values bar3d lightsource shading Shifting errorbars Improvements in Logit scale ticker and formatter rcParams for axes title location and color 3-digit and 4-digit hex colors To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/py-matplotlib/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/py-matplotlib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159248309533840 Content-Disposition: inline Content-Length: 1757 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.58 pkgsrc/graphics/py-matplotlib/Makefile:1.59 --- pkgsrc/graphics/py-matplotlib/Makefile:1.58 Sun May 17 18:56:43 2020 +++ pkgsrc/graphics/py-matplotlib/Makefile Thu Jun 18 12:24:55 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2020/05/17 18:56:43 adam Exp $ +# $NetBSD: Makefile,v 1.59 2020/06/18 12:24:55 adam Exp $ -DISTNAME= matplotlib-3.2.1 +DISTNAME= matplotlib-3.2.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.36 pkgsrc/graphics/py-matplotlib/distinfo:1.37 --- pkgsrc/graphics/py-matplotlib/distinfo:1.36 Sun May 17 18:56:43 2020 +++ pkgsrc/graphics/py-matplotlib/distinfo Thu Jun 18 12:24:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2020/05/17 18:56:43 adam Exp $ +$NetBSD: distinfo,v 1.37 2020/06/18 12:24:55 adam Exp $ -SHA1 (matplotlib-3.2.1.tar.gz) = 8263c2e1ceb3f610c898b85dfeb8b68bf338e86f -RMD160 (matplotlib-3.2.1.tar.gz) = e6af6972a193ed2802a05c51ca65e9ca9b6cd896 -SHA512 (matplotlib-3.2.1.tar.gz) = d6497a3c47eaff9c0d981bc03de5894a3f4a5413cbe320924b1df6d68eb421e548cf4247c035fd636a4403cd2d50071633e6906e795b74ec7d9c4816193e42be -Size (matplotlib-3.2.1.tar.gz) = 40325615 bytes +SHA1 (matplotlib-3.2.2.tar.gz) = 70c322e11d5745e9d3fbcb5f539086319798bae4 +RMD160 (matplotlib-3.2.2.tar.gz) = e8bbf097da8ecabc57677781ce68b2399bfbdf78 +SHA512 (matplotlib-3.2.2.tar.gz) = 4b8080fddc717f311a87b6ef1a279304da2931ef2d6de85688c153f14da5009351f42d9533c44695ca43ce1496bb642927aca822a7946a2d50d40a7d25224b31 +Size (matplotlib-3.2.2.tar.gz) = 40295831 bytes --_----------=_159248309533840--