diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 14:53:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 14:53:55 +0000 |
commit | 3a06ef1d85ed71b3a9e8893a5ad6c1d529b0bbc9 (patch) | |
tree | d043abef0614fc2f5e7f9bf6fdcd0f3f23c75f09 /converters | |
parent | 12109c73d3c7791139ca335e74f684e86f096153 (diff) | |
download | pkgsrc-3a06ef1d85ed71b3a9e8893a5ad6c1d529b0bbc9.tar.gz |
Update to 3.6.4:
Version 3.6.4 released 2014-09-29
* Important bug fix for dump when only sort_keys is set
https://github.com/simplejson/simplejson/issues/106
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 1d60370ae82..fad1c308499 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2014/08/25 18:26:40 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/10/05 14:53:55 wiz Exp $ -DISTNAME= simplejson-3.6.3 +DISTNAME= simplejson-3.6.4 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 9764724bd23..2db8aeeff80 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/08/25 18:26:40 wiz Exp $ +$NetBSD: distinfo,v 1.18 2014/10/05 14:53:55 wiz Exp $ -SHA1 (simplejson-3.6.3.tar.gz) = c199e77cea2f897ab51b6236287a4d71b2f38cc3 -RMD160 (simplejson-3.6.3.tar.gz) = 4a690ec780c58e1aef534402ced0767666122b6c -Size (simplejson-3.6.3.tar.gz) = 73802 bytes +SHA1 (simplejson-3.6.4.tar.gz) = 1bf946ff3c09eedf70a8de355d40931858b8c5a3 +RMD160 (simplejson-3.6.4.tar.gz) = 03ca1559bea4ec934430b60d66b4e4bfbf7590c1 +Size (simplejson-3.6.4.tar.gz) = 73899 bytes |