summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-11-07 13:06:41 +0000
committeradam <adam@pkgsrc.org>2017-11-07 13:06:41 +0000
commitf30d6a3eb3564c151f77d793dc22634b61a402ec (patch)
tree07532072b5e310eee1c3e8d936459a829670fff7 /converters
parent311237938010769db9297602f596cea47be83454 (diff)
downloadpkgsrc-f30d6a3eb3564c151f77d793dc22634b61a402ec.tar.gz
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 (limited to 'converters')
-rw-r--r--converters/py-simplejson/Makefile6
-rw-r--r--converters/py-simplejson/PLIST8
-rw-r--r--converters/py-simplejson/distinfo10
3 files changed, 15 insertions, 9 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile
index 60c721933ad..42ad37695cd 100644
--- a/converters/py-simplejson/Makefile
+++ b/converters/py-simplejson/Makefile
@@ -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
diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST
index 4a923f43d22..2ff309ec591 100644
--- a/converters/py-simplejson/PLIST
+++ b/converters/py-simplejson/PLIST
@@ -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
diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo
index 13b434cd190..f4bd0d1fe88 100644
--- a/converters/py-simplejson/distinfo
+++ b/converters/py-simplejson/distinfo
@@ -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