Skip to content

Commit

Permalink
Update to 2.5.2:
Browse files Browse the repository at this point in the history
Version 2.5.2 released 2012-05-10

* Fix for regression introduced in 2.5.1
  simplejson/simplejson#35

Version 2.5.1 released 2012-05-10

* Support for use_decimal=True in environments that use Python
  sub-interpreters such as uWSGI
  simplejson/simplejson#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.
  simplejson/simplejson#31

Version 2.3.3 released 2012-02-27

* Allow unknown numerical types for indent parameter
  simplejson/simplejson#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.
  simplejson/simplejson#26

Version 2.3.0 released 2011-12-05

* Any objects with _asdict() methods are now considered for
  namedtuple_as_object.
  simplejson/simplejson#22
  • Loading branch information
wiz committed Jun 3, 2012
1 parent 5966ac4 commit b0726e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions converters/py-simplejson/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
8 changes: 7 additions & 1 deletion converters/py-simplejson/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions converters/py-simplejson/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b0726e7

Please sign in to comment.