Received: by mail.netbsd.org (Postfix, from userid 605) id BE6BE84EF8; Fri, 20 Aug 2021 05:36:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 063C484DC1 for ; Fri, 20 Aug 2021 05:36:24 +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 Dt0x3a8dvf_q for ; Fri, 20 Aug 2021 05:36:23 +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 7971584CBC for ; Fri, 20 Aug 2021 05:36:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D49EFA97; Fri, 20 Aug 2021 05:36:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162943778326570" MIME-Version: 1.0 Date: Fri, 20 Aug 2021 05:36:23 +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: <20210820053623.6D49EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162943778326570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 20 05:36:23 UTC 2021 Modified Files: pkgsrc/converters/py-simplejson: Makefile distinfo Log Message: py-simplejson: updated to 3.17.4 Version 3.17.4 * Upgrade cibuildwheel To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/converters/py-simplejson/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/converters/py-simplejson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162943778326570 Content-Disposition: inline Content-Length: 1783 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.40 pkgsrc/converters/py-simplejson/Makefile:1.41 --- pkgsrc/converters/py-simplejson/Makefile:1.40 Sat Jul 10 05:42:43 2021 +++ pkgsrc/converters/py-simplejson/Makefile Fri Aug 20 05:36:23 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2021/07/10 05:42:43 adam Exp $ +# $NetBSD: Makefile,v 1.41 2021/08/20 05:36:23 adam Exp $ -DISTNAME= simplejson-3.17.3 +DISTNAME= simplejson-3.17.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.30 pkgsrc/converters/py-simplejson/distinfo:1.31 --- pkgsrc/converters/py-simplejson/distinfo:1.30 Sat Jul 10 05:42:43 2021 +++ pkgsrc/converters/py-simplejson/distinfo Fri Aug 20 05:36:23 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2021/07/10 05:42:43 adam Exp $ +$NetBSD: distinfo,v 1.31 2021/08/20 05:36:23 adam Exp $ -SHA1 (simplejson-3.17.3.tar.gz) = c1a78678817258302ee737f993a51c761ba9015d -RMD160 (simplejson-3.17.3.tar.gz) = dd8b4144a7cc24f152a6720094fbd032e0cc328a -SHA512 (simplejson-3.17.3.tar.gz) = b4ccdff3df2c87ed6f5119e93560ea7ddf60fcc64f996efeef1f6077f3a559c8f9ea77fd217348c1cba2de50e40523714899de110614953baf8385bb78d10af6 -Size (simplejson-3.17.3.tar.gz) = 82434 bytes +SHA1 (simplejson-3.17.4.tar.gz) = 1346cd803a7e5d2bf71416f2ef2e64a27387dce4 +RMD160 (simplejson-3.17.4.tar.gz) = 4a337e976918da5d1a37e9b943e9bd56754141b4 +SHA512 (simplejson-3.17.4.tar.gz) = 50f616c9075ead08b328d8898537bf6487c218f53782717553da6baa3477d3948efdf001d908b8fa121aac96485bf154b15bbca3ca38eac0a38a44c028a4bf5b +Size (simplejson-3.17.4.tar.gz) = 82453 bytes --_----------=_162943778326570--