From f57ebd651cc207fb75108df7d4e6b613d57ccf30 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 3 Jun 2012 22:24:20 +0000 Subject: Update to 2.5.2: Version 2.5.2 released 2012-05-10 * Fix for regression introduced in 2.5.1 https://github.com/simplejson/simplejson/issues/35 Version 2.5.1 released 2012-05-10 * Support for use_decimal=True in environments that use Python sub-interpreters such as uWSGI https://github.com/simplejson/simplejson/issues/34 Version 2.5.0 released 2012-03-29 * New item_sort_key option for encoder to allow fine grained control of sorted output Version 2.4.0 released 2012-03-06 * New bigint_as_string option for encoder to trade JavaScript number precision issues for type issues. https://github.com/simplejson/simplejson/issues/31 Version 2.3.3 released 2012-02-27 * Allow unknown numerical types for indent parameter https://github.com/simplejson/simplejson/pull/29 Version 2.3.2 released 2011-12-30 * Fix crashing regression in speedups introduced in 2.3.1 Version 2.3.1 released 2011-12-29 * namedtuple_as_object now checks _asdict to ensure that it is callable. https://github.com/simplejson/simplejson/issues/26 Version 2.3.0 released 2011-12-05 * Any objects with _asdict() methods are now considered for namedtuple_as_object. https://github.com/simplejson/simplejson/pull/22 --- converters/py-simplejson/Makefile | 4 ++-- converters/py-simplejson/PLIST | 8 +++++++- converters/py-simplejson/distinfo | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) (limited to 'converters') diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 40005f93e5e..ec00f30f460 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/05/29 13:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/06/03 22:24:20 wiz Exp $ # -DISTNAME= simplejson-2.2.1 +DISTNAME= simplejson-2.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/ diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST index ea239c6e957..fd9897b85be 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/05/29 13:19:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/06/03 22:24:20 wiz Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/simplejson/__init__.py ${PYSITELIB}/simplejson/__init__.pyc @@ -19,6 +19,9 @@ ${PYSITELIB}/simplejson/scanner.pyo ${PYSITELIB}/simplejson/tests/__init__.py ${PYSITELIB}/simplejson/tests/__init__.pyc ${PYSITELIB}/simplejson/tests/__init__.pyo +${PYSITELIB}/simplejson/tests/test_bigint_as_string.py +${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyc +${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyo ${PYSITELIB}/simplejson/tests/test_check_circular.py ${PYSITELIB}/simplejson/tests/test_check_circular.pyc ${PYSITELIB}/simplejson/tests/test_check_circular.pyo @@ -52,6 +55,9 @@ ${PYSITELIB}/simplejson/tests/test_float.pyo ${PYSITELIB}/simplejson/tests/test_indent.py ${PYSITELIB}/simplejson/tests/test_indent.pyc ${PYSITELIB}/simplejson/tests/test_indent.pyo +${PYSITELIB}/simplejson/tests/test_item_sort_key.py +${PYSITELIB}/simplejson/tests/test_item_sort_key.pyc +${PYSITELIB}/simplejson/tests/test_item_sort_key.pyo ${PYSITELIB}/simplejson/tests/test_namedtuple.py ${PYSITELIB}/simplejson/tests/test_namedtuple.pyc ${PYSITELIB}/simplejson/tests/test_namedtuple.pyo diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index f5ac7f92c64..e6ae73e579c 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/05/29 13:19:42 wiz Exp $ +$NetBSD: distinfo,v 1.6 2012/06/03 22:24:20 wiz Exp $ -SHA1 (simplejson-2.2.1.tar.gz) = e48daf374f6131f7875e790a84c218df7a2a710b -RMD160 (simplejson-2.2.1.tar.gz) = c50cf48bf38a734dbd5905c8b4a136c7c2fa56bc -Size (simplejson-2.2.1.tar.gz) = 49957 bytes +SHA1 (simplejson-2.5.2.tar.gz) = 2fa47045d2a3e7bbb2ca5d24365e29c6fb02c5ff +RMD160 (simplejson-2.5.2.tar.gz) = 0746c0ee7c1c9f06ff350ea57c1a9ad3ba52e56c +Size (simplejson-2.5.2.tar.gz) = 53009 bytes -- cgit v1.2.3