Received: by mail.netbsd.org (Postfix, from userid 605) id 4CAD4855AC; Tue, 7 Nov 2017 13:06:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD49D855A9 for ; Tue, 7 Nov 2017 13:06:41 +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 vkl4o4XfPIO3 for ; Tue, 7 Nov 2017 13:06:41 +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 4698E84DC0 for ; Tue, 7 Nov 2017 13:06:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4179DFBDE; Tue, 7 Nov 2017 13:06:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510060001254640" MIME-Version: 1.0 Date: Tue, 7 Nov 2017 13:06:41 +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: <20171107130641.4179DFBDE@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. --_----------=_1510060001254640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Nov 7 13:06:41 UTC 2017 Modified Files: pkgsrc/converters/py-simplejson: Makefile PLIST distinfo Log Message: py-simplejson: updated to 3.12.0 Version 3.12.0: * Fix threaded import race condition * Move RawJSON implementation to simplejson.raw_json module * Move JSONDecodeError implementation to simplejson.errors module To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/converters/py-simplejson/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/converters/py-simplejson/PLIST cvs rdiff -u -r1.22 -r1.23 pkgsrc/converters/py-simplejson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510060001254640 Content-Disposition: inline Content-Length: 3016 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.32 pkgsrc/converters/py-simplejson/Makefile:1.33 --- pkgsrc/converters/py-simplejson/Makefile:1.32 Mon Jul 3 17:13:11 2017 +++ pkgsrc/converters/py-simplejson/Makefile Tue Nov 7 13:06:41 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2017/07/03 17:13:11 adam Exp $ +# $NetBSD: Makefile,v 1.33 2017/11/07 13:06:41 adam Exp $ -DISTNAME= simplejson-3.11.1 +DISTNAME= simplejson-3.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= converters +CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/} MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/converters/py-simplejson/PLIST diff -u pkgsrc/converters/py-simplejson/PLIST:1.14 pkgsrc/converters/py-simplejson/PLIST:1.15 --- pkgsrc/converters/py-simplejson/PLIST:1.14 Mon Jul 3 17:13:11 2017 +++ pkgsrc/converters/py-simplejson/PLIST Tue Nov 7 13:06:41 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2017/07/03 17:13:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2017/11/07 13:06:41 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -16,9 +16,15 @@ ${PYSITELIB}/simplejson/decoder.pyo ${PYSITELIB}/simplejson/encoder.py ${PYSITELIB}/simplejson/encoder.pyc ${PYSITELIB}/simplejson/encoder.pyo +${PYSITELIB}/simplejson/errors.py +${PYSITELIB}/simplejson/errors.pyc +${PYSITELIB}/simplejson/errors.pyo ${PYSITELIB}/simplejson/ordered_dict.py ${PYSITELIB}/simplejson/ordered_dict.pyc ${PYSITELIB}/simplejson/ordered_dict.pyo +${PYSITELIB}/simplejson/raw_json.py +${PYSITELIB}/simplejson/raw_json.pyc +${PYSITELIB}/simplejson/raw_json.pyo ${PYSITELIB}/simplejson/scanner.py ${PYSITELIB}/simplejson/scanner.pyc ${PYSITELIB}/simplejson/scanner.pyo Index: pkgsrc/converters/py-simplejson/distinfo diff -u pkgsrc/converters/py-simplejson/distinfo:1.22 pkgsrc/converters/py-simplejson/distinfo:1.23 --- pkgsrc/converters/py-simplejson/distinfo:1.22 Mon Jul 3 17:13:11 2017 +++ pkgsrc/converters/py-simplejson/distinfo Tue Nov 7 13:06:41 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2017/07/03 17:13:11 adam Exp $ +$NetBSD: distinfo,v 1.23 2017/11/07 13:06:41 adam Exp $ -SHA1 (simplejson-3.11.1.tar.gz) = cc963d0a59d5250ed2a6c09e2c787c513348e786 -RMD160 (simplejson-3.11.1.tar.gz) = 4cc2185d46322d6ff803a24c78d0a5319ca52259 -SHA512 (simplejson-3.11.1.tar.gz) = f4cdb6a77b39d099630e1774cf8bf33b9d138f69d4e766bfc70fb710e24ace00d7a92b4b30b3047e361212a030864055b9de4cc5f78d231cffd930284b209377 -Size (simplejson-3.11.1.tar.gz) = 78145 bytes +SHA1 (simplejson-3.12.0.tar.gz) = 0de9e43973a315c98b7308c65416d4bae6074cc4 +RMD160 (simplejson-3.12.0.tar.gz) = c0171eaba0a4778f5e62446630d755a90cc72f4c +SHA512 (simplejson-3.12.0.tar.gz) = 65b41f00a503ebdca169428aacac2f431e50099b6ac4c732cef769e17d3419d00f8ac40f9834d827a2f33391e6799d3af892e63e2a853ef1294b2ed8466bd7d8 +Size (simplejson-3.12.0.tar.gz) = 77969 bytes --_----------=_1510060001254640--