Received: by mail.netbsd.org (Postfix, from userid 605) id 9F79584DAF; Mon, 14 May 2018 07:14:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BF0384D5B for ; Mon, 14 May 2018 07:14:20 +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 tnJWj1CbMXAZ for ; Mon, 14 May 2018 07:14:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 92AB384D57 for ; Mon, 14 May 2018 07:14:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8DFF4FBEC; Mon, 14 May 2018 07:14:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526282059137460" MIME-Version: 1.0 Date: Mon, 14 May 2018 07:14:19 +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: <20180514071419.8DFF4FBEC@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. --_----------=_1526282059137460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 14 07:14:19 UTC 2018 Modified Files: pkgsrc/converters/py-simplejson: Makefile distinfo Log Message: py-simplejson: updated to 3.15.0 Version 3.15.0: * Clean up the C code * Bypass the decode() method in bytes subclasses * Support builds without cStringIO * Allow to disable serializing bytes by default in Python 3 * Simplify the compatibility code * Fix tests in Python 2.5 To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/converters/py-simplejson/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/converters/py-simplejson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526282059137460 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.35 pkgsrc/converters/py-simplejson/Makefile:1.36 --- pkgsrc/converters/py-simplejson/Makefile:1.35 Mon Apr 30 06:41:52 2018 +++ pkgsrc/converters/py-simplejson/Makefile Mon May 14 07:14:19 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2018/04/30 06:41:52 adam Exp $ +# $NetBSD: Makefile,v 1.36 2018/05/14 07:14:19 adam Exp $ -DISTNAME= simplejson-3.14.0 +DISTNAME= simplejson-3.15.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.25 pkgsrc/converters/py-simplejson/distinfo:1.26 --- pkgsrc/converters/py-simplejson/distinfo:1.25 Mon Apr 30 06:41:52 2018 +++ pkgsrc/converters/py-simplejson/distinfo Mon May 14 07:14:19 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2018/04/30 06:41:52 adam Exp $ +$NetBSD: distinfo,v 1.26 2018/05/14 07:14:19 adam Exp $ -SHA1 (simplejson-3.14.0.tar.gz) = 405b525db85f0fbd850cbbb8d1ad3f4f9df72862 -RMD160 (simplejson-3.14.0.tar.gz) = e021b0467ab5d3828b524313f1ac90036bab3992 -SHA512 (simplejson-3.14.0.tar.gz) = a81b20a75840566d5985803f35c56ee6957a433f0a9a6fc2f0fb2d46f978925cff0edc2f2c06fe85e7155c8301fbadc962152671c29310c6306f63afede75f98 -Size (simplejson-3.14.0.tar.gz) = 80112 bytes +SHA1 (simplejson-3.15.0.tar.gz) = d3acc90e542b933b5cce93b745a05cca94650e13 +RMD160 (simplejson-3.15.0.tar.gz) = e53c487c4a1be0a7eb7f30c4117b6c61e8a66dd7 +SHA512 (simplejson-3.15.0.tar.gz) = 601d575a5b8be66a33df28f27292ed12e5aeec39c74aa5a5108d82890dfb45a086e7a3a5072e012031209465c5c518909b4c1fb261fc055e6b9b1523a6bc39b4 +Size (simplejson-3.15.0.tar.gz) = 80963 bytes --_----------=_1526282059137460--