Received: by mail.netbsd.org (Postfix, from userid 605) id 77F5384F4A; Tue, 7 Feb 2023 10:57:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8C2184EEF for ; Tue, 7 Feb 2023 10:57:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ytD_8MKkYu4F for ; Tue, 7 Feb 2023 10:57:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2523184D2C for ; Tue, 7 Feb 2023 10:57:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C9C8FA90; Tue, 7 Feb 2023 10:57:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675767440270750" MIME-Version: 1.0 Date: Tue, 7 Feb 2023 10:57:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-types-ujson To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230207105720.1C9C8FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675767440270750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 7 10:57:20 UTC 2023 Modified Files: pkgsrc/devel/py-types-ujson: Makefile distinfo Log Message: py-types-ujson: updated to 5.7.0.0 5.7.0.0 (2023-01-07) Bump ujson to 5.7.* To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-types-ujson/Makefile \ pkgsrc/devel/py-types-ujson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675767440270750 Content-Disposition: inline Content-Length: 1640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-types-ujson/Makefile diff -u pkgsrc/devel/py-types-ujson/Makefile:1.4 pkgsrc/devel/py-types-ujson/Makefile:1.5 --- pkgsrc/devel/py-types-ujson/Makefile:1.4 Tue Dec 6 08:13:45 2022 +++ pkgsrc/devel/py-types-ujson/Makefile Tue Feb 7 10:57:19 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/12/06 08:13:45 adam Exp $ +# $NetBSD: Makefile,v 1.5 2023/02/07 10:57:19 adam Exp $ -DISTNAME= types-ujson-5.6.0.0 +DISTNAME= types-ujson-5.7.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/types-ujson/} Index: pkgsrc/devel/py-types-ujson/distinfo diff -u pkgsrc/devel/py-types-ujson/distinfo:1.4 pkgsrc/devel/py-types-ujson/distinfo:1.5 --- pkgsrc/devel/py-types-ujson/distinfo:1.4 Tue Dec 6 08:13:45 2022 +++ pkgsrc/devel/py-types-ujson/distinfo Tue Feb 7 10:57:19 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2022/12/06 08:13:45 adam Exp $ +$NetBSD: distinfo,v 1.5 2023/02/07 10:57:19 adam Exp $ -BLAKE2s (types-ujson-5.6.0.0.tar.gz) = de91f7bbb90046940656f4b6dbaf5be927d98d37780c8fbfc2ba09cfd8791485 -SHA512 (types-ujson-5.6.0.0.tar.gz) = bcd18ccb4b0fa62a5020bae86f18ddfaf58030020359183a039a4a71796d7bafd1ca19edd517089d73cec9fa2f4cb5f0d5aa1641c94b974378f1909d8ef4c4a2 -Size (types-ujson-5.6.0.0.tar.gz) = 2467 bytes +BLAKE2s (types-ujson-5.7.0.0.tar.gz) = 62dd66ca3d5bf8380b76a5954ea72a7d77bde0fd66878d3ddf248c7d4d908f75 +SHA512 (types-ujson-5.7.0.0.tar.gz) = 7bf75ba498dd7794c5a15175dd6a3e4b74da0f20587c8f13d8dc4b5d4e05eebc09b6b81d1057e5e158d35b672a55af4342f3e0abaf76e20fe5c97a7ae67fa9c5 +Size (types-ujson-5.7.0.0.tar.gz) = 2636 bytes --_----------=_1675767440270750--