diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-29 11:48:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-29 11:48:06 +0000 |
commit | 5875f420057a6aee656417a48090d761192eee42 (patch) | |
tree | ed82e6b9f809c3e07c980892d5efe0de90fae9aa /converters/py-simplejson | |
parent | 8994cda7af2c8a1d0d9b45b7f93afa3150ffcc1d (diff) | |
download | pkgsrc-5875f420057a6aee656417a48090d761192eee42.tar.gz |
Update to 3.6.0:
Version 3.6.0 released 2014-07-21
* Automatically strip any UTF-8 BOM from input to more closely
follow the latest specs
https://github.com/simplejson/simplejson/pull/101
Diffstat (limited to 'converters/py-simplejson')
-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 24f1f61dc39..3a372206b3a 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2014/07/27 00:00:43 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/07/29 11:48:06 wiz Exp $ -DISTNAME= simplejson-3.5.3 +DISTNAME= simplejson-3.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/ diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 4763ebd9590..4912c8d40b2 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2014/07/27 00:00:43 wiz Exp $ +$NetBSD: distinfo,v 1.15 2014/07/29 11:48:06 wiz Exp $ -SHA1 (simplejson-3.5.3.tar.gz) = f060a89ccc446e59293f6c7f9ea1806d8130d4e8 -RMD160 (simplejson-3.5.3.tar.gz) = aa55936550f641112a043cdfd89dd931512728f5 -Size (simplejson-3.5.3.tar.gz) = 70555 bytes +SHA1 (simplejson-3.6.0.tar.gz) = bea323b264d6247c841178717a1ab40a019f7ce5 +RMD160 (simplejson-3.6.0.tar.gz) = bf5c72794dddb43618c890cdd70e4cbd6c826474 +Size (simplejson-3.6.0.tar.gz) = 70601 bytes |