diff options
author | gls <gls@pkgsrc.org> | 2012-02-15 22:18:15 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-02-15 22:18:15 +0000 |
commit | 6f79393491871e20deda31f659fa92d9e814bb62 (patch) | |
tree | b7d59f2603cfffd1ebb9ca807726756e68fe052a /converters/py-simplejson | |
parent | 586d37019d619df31c285d11ae7bd676d59ac254 (diff) | |
download | pkgsrc-6f79393491871e20deda31f659fa92d9e814bb62.tar.gz |
Update converters/py-simplejson to 2.1.3.
Upstream changes:
Version 2.1.3 released 2011-01-17
* Support the sort_keys option in C encoding speedups
http://code.google.com/p/simplejson/issues/detail?id=86
* Allow use_decimal to work with dump()
http://code.google.com/p/simplejson/issues/detail?id=87
Version 2.1.2 released 2010-11-01
* Correct wrong end when object_pairs_hook is used
http://code.google.com/p/simplejson/issues/detail?id=85
* Correct output for indent=0
http://bugs.python.org/issue10019
* Correctly raise TypeError when non-string keys are used with speedups
http://code.google.com/p/simplejson/issues/detail?id=82
* Fix the endlineno, endcolno attributes of the JSONDecodeError exception.
http://code.google.com/p/simplejson/issues/detail?id=81
Diffstat (limited to 'converters/py-simplejson')
-rw-r--r-- | converters/py-simplejson/Makefile | 4 | ||||
-rw-r--r-- | converters/py-simplejson/PLIST | 5 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 65cb14b55ff..ad74421936b 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2010/07/08 12:15:39 obache Exp $ +# $NetBSD: Makefile,v 1.11 2012/02/15 22:18:15 gls Exp $ # -DISTNAME= simplejson-2.1.1 +DISTNAME= simplejson-2.1.3 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 b3aa86c1a06..946b7096f85 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2010/07/08 12:15:39 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/02/15 22:18:15 gls Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -44,6 +44,9 @@ ${PYSITELIB}/simplejson/tests/test_encode_basestring_ascii.pyo ${PYSITELIB}/simplejson/tests/test_encode_for_html.py ${PYSITELIB}/simplejson/tests/test_encode_for_html.pyc ${PYSITELIB}/simplejson/tests/test_encode_for_html.pyo +${PYSITELIB}/simplejson/tests/test_errors.py +${PYSITELIB}/simplejson/tests/test_errors.pyc +${PYSITELIB}/simplejson/tests/test_errors.pyo ${PYSITELIB}/simplejson/tests/test_fail.py ${PYSITELIB}/simplejson/tests/test_fail.pyc ${PYSITELIB}/simplejson/tests/test_fail.pyo diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index fa4df28762b..1104d947b25 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/07/08 12:15:39 obache Exp $ +$NetBSD: distinfo,v 1.4 2012/02/15 22:18:15 gls Exp $ -SHA1 (simplejson-2.1.1.tar.gz) = 106fe3481c9a3a9488cbe7d212eca7671837783f -RMD160 (simplejson-2.1.1.tar.gz) = 7cb7b2b5052bf09ae5010d6d96cba28ebd490aac -Size (simplejson-2.1.1.tar.gz) = 131203 bytes +SHA1 (simplejson-2.1.3.tar.gz) = ab9b677d1d14c9fd8283132ea1fe9cefcf1a67e3 +RMD160 (simplejson-2.1.3.tar.gz) = 850b2a2bac644440043a8ad9756c9d9444ff0c17 +Size (simplejson-2.1.3.tar.gz) = 131671 bytes |