diff options
author | adam <adam@pkgsrc.org> | 2017-07-03 17:13:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-03 17:13:11 +0000 |
commit | 5c0db25f3c881b29c42a2ffd05f6e54b0e14b456 (patch) | |
tree | 7e401a315a158023901eaaf139ca56719f61d26c | |
parent | d9f126df30271f4408a8110f5ac95fb41ff5a3f2 (diff) | |
download | pkgsrc-5c0db25f3c881b29c42a2ffd05f6e54b0e14b456.tar.gz |
Version 3.11.1:
* Fix issue with item_sort_key when speedups are available, and add
auto-discovery to test suites to prevent similar regressions
Version 3.11.0:
* docstring fix in JSONEncoder
* Call PyObject_IsTrue() only once for the strict argument of scanner
* Fix a crash with unencodable encoding in the encoder
* Remove unused imports
* Remove remnants of Python 2.4 support
* Fix argument checking errors in _speedups.c
* Remove the `__init__` methods in extension classes
* Fix typo in the doc for loads
* Add Python 3.6 to testing matrix and PyPI metadata
-rw-r--r-- | converters/py-simplejson/Makefile | 4 | ||||
-rw-r--r-- | converters/py-simplejson/PLIST | 8 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 10 |
3 files changed, 14 insertions, 8 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 70e835f9a1f..60c721933ad 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2016/08/19 06:17:43 richard Exp $ +# $NetBSD: Makefile,v 1.32 2017/07/03 17:13:11 adam Exp $ -DISTNAME= simplejson-3.8.2 +DISTNAME= simplejson-3.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/} diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST index 93b686f246b..4a923f43d22 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2016/08/19 06:17:43 richard Exp $ +@comment $NetBSD: PLIST,v 1.14 2017/07/03 17:13:11 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -85,6 +85,9 @@ ${PYSITELIB}/simplejson/tests/test_pass2.pyo ${PYSITELIB}/simplejson/tests/test_pass3.py ${PYSITELIB}/simplejson/tests/test_pass3.pyc ${PYSITELIB}/simplejson/tests/test_pass3.pyo +${PYSITELIB}/simplejson/tests/test_raw_json.py +${PYSITELIB}/simplejson/tests/test_raw_json.pyc +${PYSITELIB}/simplejson/tests/test_raw_json.pyo ${PYSITELIB}/simplejson/tests/test_recursion.py ${PYSITELIB}/simplejson/tests/test_recursion.pyc ${PYSITELIB}/simplejson/tests/test_recursion.pyo @@ -97,6 +100,9 @@ ${PYSITELIB}/simplejson/tests/test_separators.pyo ${PYSITELIB}/simplejson/tests/test_speedups.py ${PYSITELIB}/simplejson/tests/test_speedups.pyc ${PYSITELIB}/simplejson/tests/test_speedups.pyo +${PYSITELIB}/simplejson/tests/test_str_subclass.py +${PYSITELIB}/simplejson/tests/test_str_subclass.pyc +${PYSITELIB}/simplejson/tests/test_str_subclass.pyo ${PYSITELIB}/simplejson/tests/test_subclass.py ${PYSITELIB}/simplejson/tests/test_subclass.pyc ${PYSITELIB}/simplejson/tests/test_subclass.pyo diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 312e21fb131..13b434cd190 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2016/08/19 06:17:43 richard Exp $ +$NetBSD: distinfo,v 1.22 2017/07/03 17:13:11 adam Exp $ -SHA1 (simplejson-3.8.2.tar.gz) = bdc7526f83172210a2916ea433ecda782d0715de -RMD160 (simplejson-3.8.2.tar.gz) = 07f88495512c57b5edc618509b3d1b0c7a498904 -SHA512 (simplejson-3.8.2.tar.gz) = 041445bcee97e37361ed6270937fb4e74b6fc05988678da213ddc4f57f83134bfc933b0fb22101c387898bffac1b29d6eb78f03ec0853cf1086b155cee6ca309 -Size (simplejson-3.8.2.tar.gz) = 76578 bytes +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 |