Received: by mail.netbsd.org (Postfix, from userid 605) id 10B658501E; Mon, 30 Apr 2018 06:41:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0FC2785009 for ; Mon, 30 Apr 2018 06:41:53 +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 pdnDNe10QROG for ; Mon, 30 Apr 2018 06:41:52 +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 475FD84CCD for ; Mon, 30 Apr 2018 06:41:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E048FBEC; Mon, 30 Apr 2018 06:41:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152507051274540" MIME-Version: 1.0 Date: Mon, 30 Apr 2018 06:41:52 +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: <20180430064152.3E048FBEC@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. --_----------=_152507051274540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 30 06:41:52 UTC 2018 Modified Files: pkgsrc/converters/py-simplejson: Makefile distinfo Log Message: py-simplejson: updated to 3.14.0 Version 3.14.0: * Defer is_raw_json test (performance improvement) * Avoid escaping U+2028 and U+2029 without ensure_ascii * Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/converters/py-simplejson/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/converters/py-simplejson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152507051274540 Content-Disposition: inline Content-Length: 2173 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.34 pkgsrc/converters/py-simplejson/Makefile:1.35 --- pkgsrc/converters/py-simplejson/Makefile:1.34 Tue Nov 28 11:01:11 2017 +++ pkgsrc/converters/py-simplejson/Makefile Mon Apr 30 06:41:52 2018 @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.34 2017/11/28 11:01:11 adam Exp $ +# $NetBSD: Makefile,v 1.35 2018/04/30 06:41:52 adam Exp $ -DISTNAME= simplejson-3.13.2 +DISTNAME= simplejson-3.14.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://undefined.org/python/#simplejson -COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder +HOMEPAGE= https://github.com/simplejson/simplejson +COMMENT= Simple, fast, complete and extensible JSON encoder/decoder LICENSE= mit -USE_LANGUAGES= c - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/converters/py-simplejson/distinfo diff -u pkgsrc/converters/py-simplejson/distinfo:1.24 pkgsrc/converters/py-simplejson/distinfo:1.25 --- pkgsrc/converters/py-simplejson/distinfo:1.24 Tue Nov 28 11:01:11 2017 +++ pkgsrc/converters/py-simplejson/distinfo Mon Apr 30 06:41:52 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2017/11/28 11:01:11 adam Exp $ +$NetBSD: distinfo,v 1.25 2018/04/30 06:41:52 adam Exp $ -SHA1 (simplejson-3.13.2.tar.gz) = f8a479361560fc5c50ce494058ba4dfedb4810b9 -RMD160 (simplejson-3.13.2.tar.gz) = 114d4475b8b641b1ad08e8a22dcfd66d426dda38 -SHA512 (simplejson-3.13.2.tar.gz) = ea29bc615de7fd0eb2a98f5dbeea74ee49b6fed6602396e77baf4480c86f975eff7fd868ac44f62a1c2f3721d4fa5b807b74109e5e28810df70dbad758110f41 -Size (simplejson-3.13.2.tar.gz) = 79735 bytes +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 --_----------=_152507051274540--