diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-02 17:29:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-02 17:29:48 +0000 |
commit | a7e8474353663c862308caed1a0251ed817efd17 (patch) | |
tree | 277064b3986f18b07b03c3318fb8a4d7b5355fbf /converters | |
parent | edaabb5b6ddc62cfb3928e593a7b8e78d977b6b8 (diff) | |
download | pkgsrc-a7e8474353663c862308caed1a0251ed817efd17.tar.gz |
Update to 2.6.2:
Version 2.6.2 released 2012-09-21
* JSONEncoderForHTML was not exported in the simplejson module
https://github.com/simplejson/simplejson/issues/41
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-simplejson/Makefile | 4 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 776d555ab0b..b1d1bfc8698 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2012/08/12 16:08:08 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/02 17:29:48 wiz Exp $ # -DISTNAME= simplejson-2.6.1 +DISTNAME= simplejson-2.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/ diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 047ef2f9ad8..774bb63ac98 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/08/12 16:08:08 wiz Exp $ +$NetBSD: distinfo,v 1.9 2012/10/02 17:29:48 wiz Exp $ -SHA1 (simplejson-2.6.1.tar.gz) = d0cdbabcbe3a9653b167860663bec939fc2b319a -RMD160 (simplejson-2.6.1.tar.gz) = a0e135e194ea48677d81bf166b5877c29cc1a2d7 -Size (simplejson-2.6.1.tar.gz) = 53180 bytes +SHA1 (simplejson-2.6.2.tar.gz) = a8bb3aefe165a5d688a16f6277daf3ebd88097e9 +RMD160 (simplejson-2.6.2.tar.gz) = 1672e5e90929fb5ce8a41807bf254be29beea0c6 +Size (simplejson-2.6.2.tar.gz) = 53228 bytes |