Received: by mail.netbsd.org (Postfix, from userid 605) id A17CD84E96; Wed, 15 Mar 2023 13:00:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D206484D27 for ; Wed, 15 Mar 2023 13:00:39 +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 u35gdNjYI0T7 for ; Wed, 15 Mar 2023 13:00:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4FEA684CEF for ; Wed, 15 Mar 2023 13:00:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47782FA90; Wed, 15 Mar 2023 13:00:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167888523918150" MIME-Version: 1.0 Date: Wed, 15 Mar 2023 13:00:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/converters/py-simplejson To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230315130039.47782FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167888523918150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 15 13:00:39 UTC 2023 Modified Files: pkgsrc/converters/py-simplejson: Makefile distinfo Log Message: py-simplejson: updated to 3.18.4 Version 3.18.4 released 2023-03-14 * Test the sdist to prevent future regressions https://github.com/simplejson/simplejson/pull/311 * Enable ppc64le wheels https://github.com/simplejson/simplejson/pull/312 To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/converters/py-simplejson/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/converters/py-simplejson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167888523918150 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.47 pkgsrc/converters/py-simplejson/Makefile:1.48 --- pkgsrc/converters/py-simplejson/Makefile:1.47 Tue Feb 7 12:28:05 2023 +++ pkgsrc/converters/py-simplejson/Makefile Wed Mar 15 13:00:39 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2023/02/07 12:28:05 adam Exp $ +# $NetBSD: Makefile,v 1.48 2023/03/15 13:00:39 adam Exp $ -DISTNAME= simplejson-3.18.3 +DISTNAME= simplejson-3.18.4 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.38 pkgsrc/converters/py-simplejson/distinfo:1.39 --- pkgsrc/converters/py-simplejson/distinfo:1.38 Tue Feb 7 12:28:05 2023 +++ pkgsrc/converters/py-simplejson/distinfo Wed Mar 15 13:00:39 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2023/02/07 12:28:05 adam Exp $ +$NetBSD: distinfo,v 1.39 2023/03/15 13:00:39 adam Exp $ -BLAKE2s (simplejson-3.18.3.tar.gz) = 6a336cc032a0a133a9f4b4819aef6d921438b66a2f5a6e08c358668c5eea2d4e -SHA512 (simplejson-3.18.3.tar.gz) = 9d086566e0efe366e5cb5853a18e846bbc25b15cc95e2178359b84235955cd354e0344b83006c58a140e58b698fde5bbe21065da5bc84594ab8e2a558fc81eec -Size (simplejson-3.18.3.tar.gz) = 83673 bytes +BLAKE2s (simplejson-3.18.4.tar.gz) = b097a5968e8e1c1a848dac0907030072c1df2d88e030bbee70a9c5e2789624e0 +SHA512 (simplejson-3.18.4.tar.gz) = 6335389eb620c96d5c537cd335e20d4f112b86c0c463ceed4d8fa36c27bab8b00386b7995e40070bda5eed1fe5883a462579c7d09bdbc828c39537282669d0e4 +Size (simplejson-3.18.4.tar.gz) = 83721 bytes --_----------=_167888523918150--