Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E773884F57 for ; Mon, 12 Jun 2023 10:11:46 +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 6oH0WVR1EKNA for ; Mon, 12 Jun 2023 10:11:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 697D884D09 for ; Mon, 12 Jun 2023 10:11:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62FC6FA89; Mon, 12 Jun 2023 10:11:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686564706261280" MIME-Version: 1.0 Date: Mon, 12 Jun 2023 10:11:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-types-ujson To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230612101146.62FC6FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686564706261280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 12 10:11:46 UTC 2023 Modified Files: pkgsrc/devel/py-types-ujson: Makefile distinfo Log Message: py-types-ujson: updated to 5.8.0.0 5.8.0.0 (2023-06-12) [stubsabot] Bump ujson to 5.8.* To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 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. --_----------=_1686564706261280 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.8 pkgsrc/devel/py-types-ujson/Makefile:1.9 --- pkgsrc/devel/py-types-ujson/Makefile:1.8 Tue May 23 07:51:32 2023 +++ pkgsrc/devel/py-types-ujson/Makefile Mon Jun 12 10:11:46 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2023/05/23 07:51:32 adam Exp $ +# $NetBSD: Makefile,v 1.9 2023/06/12 10:11:46 adam Exp $ -DISTNAME= types-ujson-5.7.0.5 +DISTNAME= types-ujson-5.8.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.8 pkgsrc/devel/py-types-ujson/distinfo:1.9 --- pkgsrc/devel/py-types-ujson/distinfo:1.8 Tue May 23 07:51:32 2023 +++ pkgsrc/devel/py-types-ujson/distinfo Mon Jun 12 10:11:46 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2023/05/23 07:51:32 adam Exp $ +$NetBSD: distinfo,v 1.9 2023/06/12 10:11:46 adam Exp $ -BLAKE2s (types-ujson-5.7.0.5.tar.gz) = faec564dda9c2d1ec1336a9573a8417a68a75b341f7772f6433fd175a8bd8eb5 -SHA512 (types-ujson-5.7.0.5.tar.gz) = 0e3886d8c3c34a0727e13d28212d98acb933f89d857e3c5a62eb9be8b13a3165697b84ad4b3644a58143b23dd7973eda21ebebd3d6e51f5346ff82961dc51181 -Size (types-ujson-5.7.0.5.tar.gz) = 3217 bytes +BLAKE2s (types-ujson-5.8.0.0.tar.gz) = aa526b3c4c9cac059d776f9a45623645fcf23a9a278c9998912cf2dd3930c1f9 +SHA512 (types-ujson-5.8.0.0.tar.gz) = 181181d5ce35b13fc020763e5d295bc0d0b959e3558e3210808873b9cba01ce7ecce7a94951f3f805f6e9b1259dcec97423512229160be09f9d77c83c0fa6d14 +Size (types-ujson-5.8.0.0.tar.gz) = 3245 bytes --_----------=_1686564706261280--