Received: by mail.netbsd.org (Postfix, from userid 605) id 6E10D84D6B; Tue, 21 Feb 2023 06:09:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BE4E84CFC for ; Tue, 21 Feb 2023 06:09:36 +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 5rYiYdboyYho for ; Tue, 21 Feb 2023 06:09:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 13EDA84C13 for ; Tue, 21 Feb 2023 06:09:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 083F3FA90; Tue, 21 Feb 2023 06:09:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676959776180500" MIME-Version: 1.0 Date: Tue, 21 Feb 2023 06:09:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-canonicaljson To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230221060936.083F3FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676959776180500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 21 06:09:35 UTC 2023 Modified Files: pkgsrc/devel/py-canonicaljson: Makefile distinfo Log Message: py-canonicaljson: updated to 1.6.5 Version 1.6.5 released 2023-02-15 * Update type hints to pass under mypy 1.0. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-canonicaljson/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-canonicaljson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676959776180500 Content-Disposition: inline Content-Length: 1672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-canonicaljson/Makefile diff -u pkgsrc/devel/py-canonicaljson/Makefile:1.10 pkgsrc/devel/py-canonicaljson/Makefile:1.11 --- pkgsrc/devel/py-canonicaljson/Makefile:1.10 Tue Nov 22 19:20:31 2022 +++ pkgsrc/devel/py-canonicaljson/Makefile Tue Feb 21 06:09:35 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/11/22 19:20:31 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/02/21 06:09:35 adam Exp $ -DISTNAME= canonicaljson-1.6.4 +DISTNAME= canonicaljson-1.6.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/canonicaljson/} Index: pkgsrc/devel/py-canonicaljson/distinfo diff -u pkgsrc/devel/py-canonicaljson/distinfo:1.9 pkgsrc/devel/py-canonicaljson/distinfo:1.10 --- pkgsrc/devel/py-canonicaljson/distinfo:1.9 Tue Nov 22 19:20:31 2022 +++ pkgsrc/devel/py-canonicaljson/distinfo Tue Feb 21 06:09:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/11/22 19:20:31 adam Exp $ +$NetBSD: distinfo,v 1.10 2023/02/21 06:09:35 adam Exp $ -BLAKE2s (canonicaljson-1.6.4.tar.gz) = 3d877d3f599fb002b0246ee47156e9010accf1b9a463766f22fa01d6f3b2e4da -SHA512 (canonicaljson-1.6.4.tar.gz) = 451af36b4e5d1c707fb7a718cb855e0e6262974239a94c84e2a45b1c17c6ec2aab477624c0cc917f1329abc0d8e7a7ead716df72ede30fedd32408ca9e7e3515 -Size (canonicaljson-1.6.4.tar.gz) = 10593 bytes +BLAKE2s (canonicaljson-1.6.5.tar.gz) = 563b95b7cee792db905c2092ecfe428b03c8b2d944833f23e4b4609887cebd66 +SHA512 (canonicaljson-1.6.5.tar.gz) = 5b3ae1898c8f6688437d0a8688f957b0c2a36919060e44d883b2c2bc343a575eadeb29b9c6c5e93f608d04d18e2fe3a962e4e034a1c87478740c11977147f854 +Size (canonicaljson-1.6.5.tar.gz) = 10745 bytes --_----------=_1676959776180500--