Received: by mail.netbsd.org (Postfix, from userid 605) id 17CD584D79; Mon, 18 Nov 2019 09:03:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9371284D55 for ; Mon, 18 Nov 2019 09:03:04 +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 IzQ4jx7D4WvN for ; Mon, 18 Nov 2019 09:03:04 +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 1A7BC84D31 for ; Mon, 18 Nov 2019 09:03:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E405FA97; Mon, 18 Nov 2019 09:03:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574067784264500" MIME-Version: 1.0 Date: Mon, 18 Nov 2019 09:03:04 +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: <20191118090304.0E405FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574067784264500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Nov 18 09:03:03 UTC 2019 Modified Files: pkgsrc/converters/py-simplejson: Makefile distinfo Log Message: py-simplejson: updated to 3.17.0 Version 3.17.0: * Updated documentation to be Python 3 first, and have removed documentation notes about version changes that occurred more than five years ago. * Update build matrix for Python 3.8 To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/converters/py-simplejson/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/converters/py-simplejson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574067784264500 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.37 pkgsrc/converters/py-simplejson/Makefile:1.38 --- pkgsrc/converters/py-simplejson/Makefile:1.37 Tue Jul 3 12:21:27 2018 +++ pkgsrc/converters/py-simplejson/Makefile Mon Nov 18 09:03:03 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2018/07/03 12:21:27 adam Exp $ +# $NetBSD: Makefile,v 1.38 2019/11/18 09:03:03 adam Exp $ -DISTNAME= simplejson-3.16.0 +DISTNAME= simplejson-3.17.0 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.27 pkgsrc/converters/py-simplejson/distinfo:1.28 --- pkgsrc/converters/py-simplejson/distinfo:1.27 Tue Jul 3 12:21:27 2018 +++ pkgsrc/converters/py-simplejson/distinfo Mon Nov 18 09:03:03 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2018/07/03 12:21:27 adam Exp $ +$NetBSD: distinfo,v 1.28 2019/11/18 09:03:03 adam Exp $ -SHA1 (simplejson-3.16.0.tar.gz) = b0bf0b12d4c7f7ac0ae23572184e59092bc46947 -RMD160 (simplejson-3.16.0.tar.gz) = 3396e93598553f682195e8360da78be92245b9f8 -SHA512 (simplejson-3.16.0.tar.gz) = c90da313b21ab862b6132e7bbe4883830c8a26fd36224f307859042852cdb900e36e41cc7c6773a1d4cf89476cdb68e1136642f38864ad6ed398716390122968 -Size (simplejson-3.16.0.tar.gz) = 81203 bytes +SHA1 (simplejson-3.17.0.tar.gz) = d04766cc5e0259477eeb391adc8ddf39ca2c4ff9 +RMD160 (simplejson-3.17.0.tar.gz) = 257f2ee0809663a3809de201181998b2d443ee40 +SHA512 (simplejson-3.17.0.tar.gz) = 383ee4fa3b2f378cd83152ba588ffbb620aa0e7cec80d3e3097edfb406a60e96afd6c5302a5b64adb710d3a52479c609873a2db7ab5756d7ca7a51412029e4c6 +Size (simplejson-3.17.0.tar.gz) = 83119 bytes --_----------=_1574067784264500--