Index: head/devel/py-simplejson/Makefile =================================================================== --- head/devel/py-simplejson/Makefile (revision 545431) +++ head/devel/py-simplejson/Makefile (revision 545432) @@ -1,26 +1,26 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 3.17.0 +PORTVERSION= 3.17.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Simple, fast, extensible JSON encoder/decoder # dual-licensed under MIT and Academic Free License version 2.1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist concurrent distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejson/_speedups.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/devel/py-simplejson/distinfo =================================================================== --- head/devel/py-simplejson/distinfo (revision 545431) +++ head/devel/py-simplejson/distinfo (revision 545432) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578923324 -SHA256 (simplejson-3.17.0.tar.gz) = 2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81 -SIZE (simplejson-3.17.0.tar.gz) = 83119 +TIMESTAMP = 1597570077 +SHA256 (simplejson-3.17.2.tar.gz) = 75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841 +SIZE (simplejson-3.17.2.tar.gz) = 83210 Index: head/devel/py-simplejson/pkg-descr =================================================================== --- head/devel/py-simplejson/pkg-descr (revision 545431) +++ head/devel/py-simplejson/pkg-descr (revision 545432) @@ -1,15 +1,15 @@ simplejson is a simple, fast, extensible JSON encoder/decoder for Python simplejson is compatible with Python 2.4 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). -WWW: https://pypi.org/project/simplejson/ +WWW: https://github.com/simplejson/simplejson