diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-01 14:05:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-01 14:05:58 +0000 |
commit | 36959af9de8684fa4c785634dcc562a7a2f34799 (patch) | |
tree | c6ed4ffe6f0f345d566ff894908286c2c7ea8a83 /converters/py-simplejson | |
parent | 1f9eb094cf89a3d5f8bc4fab08dfa449b4e9c64c (diff) | |
download | pkgsrc-36959af9de8684fa4c785634dcc562a7a2f34799.tar.gz |
Update to 2.6.0:
Version 2.6.0 released 2012-06-26
* Error messages changed to match proposal for Python 3.3.1
http://bugs.python.org/issue5067
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 ec00f30f460..217ad95a298 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2012/06/03 22:24:20 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2012/07/01 14:05:58 wiz Exp $ # -DISTNAME= simplejson-2.5.2 +DISTNAME= simplejson-2.6.0 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 e6ae73e579c..ba6089962a0 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/06/03 22:24:20 wiz Exp $ +$NetBSD: distinfo,v 1.7 2012/07/01 14:05:58 wiz Exp $ -SHA1 (simplejson-2.5.2.tar.gz) = 2fa47045d2a3e7bbb2ca5d24365e29c6fb02c5ff -RMD160 (simplejson-2.5.2.tar.gz) = 0746c0ee7c1c9f06ff350ea57c1a9ad3ba52e56c -Size (simplejson-2.5.2.tar.gz) = 53009 bytes +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 |