Received: by mail.netbsd.org (Postfix, from userid 605) id C3B1E84D8A; Thu, 20 Oct 2022 09:13:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1A1084D15 for ; Thu, 20 Oct 2022 09:13:05 +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 QJQirFiLwcxU for ; Thu, 20 Oct 2022 09:13:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6E97284CED for ; Thu, 20 Oct 2022 09:13:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 613B2FA90; Thu, 20 Oct 2022 09:13:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166625718529990" MIME-Version: 1.0 Date: Thu, 20 Oct 2022 09:13:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/py-matplotlib-inline To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221020091305.613B2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166625718529990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 20 09:13:05 UTC 2022 Modified Files: pkgsrc/graphics/py-matplotlib-inline: Makefile distinfo Log Message: py-matplotlib-inline: updated to 0.1.6 0.1.6 Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-matplotlib-inline/Makefile \ pkgsrc/graphics/py-matplotlib-inline/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166625718529990 Content-Disposition: inline Content-Length: 1771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-matplotlib-inline/Makefile diff -u pkgsrc/graphics/py-matplotlib-inline/Makefile:1.1 pkgsrc/graphics/py-matplotlib-inline/Makefile:1.2 --- pkgsrc/graphics/py-matplotlib-inline/Makefile:1.1 Mon Jan 24 18:35:27 2022 +++ pkgsrc/graphics/py-matplotlib-inline/Makefile Thu Oct 20 09:13:05 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/01/24 18:35:27 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/10/20 09:13:05 adam Exp $ -DISTNAME= matplotlib-inline-0.1.3 +DISTNAME= matplotlib-inline-0.1.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib-inline/} Index: pkgsrc/graphics/py-matplotlib-inline/distinfo diff -u pkgsrc/graphics/py-matplotlib-inline/distinfo:1.1 pkgsrc/graphics/py-matplotlib-inline/distinfo:1.2 --- pkgsrc/graphics/py-matplotlib-inline/distinfo:1.1 Mon Jan 24 18:35:27 2022 +++ pkgsrc/graphics/py-matplotlib-inline/distinfo Thu Oct 20 09:13:05 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/01/24 18:35:27 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/10/20 09:13:05 adam Exp $ -BLAKE2s (matplotlib-inline-0.1.3.tar.gz) = ffde770bf7d7b7c5cb37787b17ae105ab1125f7207b3e934fd8f46f025fd98f1 -SHA512 (matplotlib-inline-0.1.3.tar.gz) = 536d1f1fb4bd40d9442b31005092c34df98f09ce6564577bf27778692a505faaeed7850e3359e3ae6a9a9d6ee3873d33c3e4d73f3138954b3deda1bd3aabf85c -Size (matplotlib-inline-0.1.3.tar.gz) = 7448 bytes +BLAKE2s (matplotlib-inline-0.1.6.tar.gz) = 5227dacd8bb61d29b150e6a0f2a712c96547ba773e97055acfc6b008cf0d1908 +SHA512 (matplotlib-inline-0.1.6.tar.gz) = 354ff7c474c655e46eac43c5ce55426250a8b2d6c5e4a8d8a068129e8de55a2988c1683e34632a8c31396700ed7556000e1a29ae7a49539d698b6a502d50b0fd +Size (matplotlib-inline-0.1.6.tar.gz) = 7790 bytes --_----------=_166625718529990--