diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 22:24:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 22:24:20 +0000 |
commit | f57ebd651cc207fb75108df7d4e6b613d57ccf30 (patch) | |
tree | f3be81f44f42a38206ab2e1f8a6dc148ddc7f1a0 /converters/py-simplejson/PLIST | |
parent | 9ea5c21deb72ebedb9cb6015b71a9dd9f3b41ca0 (diff) | |
download | pkgsrc-f57ebd651cc207fb75108df7d4e6b613d57ccf30.tar.gz |
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
Diffstat (limited to 'converters/py-simplejson/PLIST')
-rw-r--r-- | converters/py-simplejson/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
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 |