Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0BB784D6B for ; Sat, 7 Oct 2023 20:10:32 +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 tEta_DhhjSpl for ; Sat, 7 Oct 2023 20:10:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6F16984CD9 for ; Sat, 7 Oct 2023 20:10:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6BB24FADB; Sat, 7 Oct 2023 20:10:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696709432140900" MIME-Version: 1.0 Date: Sat, 7 Oct 2023 20:10:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/converters/py-simplejson To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231007201032.6BB24FADB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696709432140900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 7 20:10:32 UTC 2023 Modified Files: pkgsrc/converters/py-simplejson: Makefile distinfo Log Message: py-simplejson: updated to 3.19.2 Version 3.19.2 released 2023-10-05 * Updated test & build matrix to include Python 3.12 and use GitHub Actions as a Trusted Publisher (OIDC) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/converters/py-simplejson/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/converters/py-simplejson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696709432140900 Content-Disposition: inline Content-Length: 1681 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/py-simplejson/Makefile diff -u pkgsrc/converters/py-simplejson/Makefile:1.49 pkgsrc/converters/py-simplejson/Makefile:1.50 --- pkgsrc/converters/py-simplejson/Makefile:1.49 Fri Apr 7 04:30:00 2023 +++ pkgsrc/converters/py-simplejson/Makefile Sat Oct 7 20:10:32 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2023/04/07 04:30:00 adam Exp $ +# $NetBSD: Makefile,v 1.50 2023/10/07 20:10:32 adam Exp $ -DISTNAME= simplejson-3.19.1 +DISTNAME= simplejson-3.19.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/} Index: pkgsrc/converters/py-simplejson/distinfo diff -u pkgsrc/converters/py-simplejson/distinfo:1.40 pkgsrc/converters/py-simplejson/distinfo:1.41 --- pkgsrc/converters/py-simplejson/distinfo:1.40 Fri Apr 7 04:30:00 2023 +++ pkgsrc/converters/py-simplejson/distinfo Sat Oct 7 20:10:32 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2023/04/07 04:30:00 adam Exp $ +$NetBSD: distinfo,v 1.41 2023/10/07 20:10:32 adam Exp $ -BLAKE2s (simplejson-3.19.1.tar.gz) = 5986ec8bf76c5eccf6453ea2d5f6e05bd33e67c4bd66401a9d35d2a98da7f6b4 -SHA512 (simplejson-3.19.1.tar.gz) = a2239a932f43abe59da84fc3ba95eeaa6a720c929da79d8f4447603b8c770403c9cba0f008a66c20c5c8aa3255891b687336eef1db071171a2c8435563bbb1bd -Size (simplejson-3.19.1.tar.gz) = 85207 bytes +BLAKE2s (simplejson-3.19.2.tar.gz) = 830ee3c198dec71c0672a8cc572f48c14fdd10f91a0026cccaed2b9309f61b32 +SHA512 (simplejson-3.19.2.tar.gz) = d92bf617e27b66d93a5d176d38c0c6ae2777728d1e43fdb8054cc9c2b50e3f340079c82dd3ec1af36c8d6380833d16e8eecdc8dd950bba953c195256b44b46c5 +Size (simplejson-3.19.2.tar.gz) = 85311 bytes --_----------=_1696709432140900--