diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-12 16:08:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-12 16:08:08 +0000 |
commit | bd91dc2977b2c68564d72cf548e834e3bd97cef5 (patch) | |
tree | b0dec45c715347d84e287e0affe4b0533410941b /converters | |
parent | bfe669f8f5b0a9499961ada2b725d5a43edf3de2 (diff) | |
download | pkgsrc-bd91dc2977b2c68564d72cf548e834e3bd97cef5.tar.gz |
Update to 2.6.1:
Version 2.6.1 released 2012-07-27
* raw_decode() now skips whitespace before the object
https://github.com/simplejson/simplejson/pull/38
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 217ad95a298..776d555ab0b 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2012/07/01 14:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/08/12 16:08:08 wiz Exp $ # -DISTNAME= simplejson-2.6.0 +DISTNAME= simplejson-2.6.1 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 ba6089962a0..047ef2f9ad8 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2012/07/01 14:05:58 wiz Exp $ +$NetBSD: distinfo,v 1.8 2012/08/12 16:08:08 wiz Exp $ -SHA1 (simplejson-2.6.0.tar.gz) = 5724ee414654db53553ca0556fa3757d07388202 -RMD160 (simplejson-2.6.0.tar.gz) = be065f2d0da9bc32f2e470666dcfeeb946a7f423 -Size (simplejson-2.6.0.tar.gz) = 53012 bytes +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 |