pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-simplejson



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.

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@localhost

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



Home | Main Index | Thread Index | Old Index