pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/py-simplejson py-simplejson: updated to 3.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79055a9b323b
branches:  trunk
changeset: 371203:79055a9b323b
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 07 13:06:41 2017 +0000

description:
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

diffstat:

 converters/py-simplejson/Makefile |   6 +++---
 converters/py-simplejson/PLIST    |   8 +++++++-
 converters/py-simplejson/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r c7b918eb5022 -r 79055a9b323b converters/py-simplejson/Makefile
--- a/converters/py-simplejson/Makefile Tue Nov 07 12:54:06 2017 +0000
+++ b/converters/py-simplejson/Makefile Tue Nov 07 13:06:41 2017 +0000
@@ -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@localhost
diff -r c7b918eb5022 -r 79055a9b323b converters/py-simplejson/PLIST
--- a/converters/py-simplejson/PLIST    Tue Nov 07 12:54:06 2017 +0000
+++ b/converters/py-simplejson/PLIST    Tue Nov 07 13:06:41 2017 +0000
@@ -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/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
diff -r c7b918eb5022 -r 79055a9b323b converters/py-simplejson/distinfo
--- a/converters/py-simplejson/distinfo Tue Nov 07 12:54:06 2017 +0000
+++ b/converters/py-simplejson/distinfo Tue Nov 07 13:06:41 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index