diff options
author | rodent <rodent@pkgsrc.org> | 2014-01-16 02:24:02 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-01-16 02:24:02 +0000 |
commit | c1ec399e9cd50e08dd79f61815e8216ba6392d3e (patch) | |
tree | 0e6a9b7b4527671377268c36ada15e3966a9df0b /converters/py-simplejson | |
parent | c645e7d5d44c7a07151c70f2898015ad20c87b16 (diff) | |
download | pkgsrc-c1ec399e9cd50e08dd79f61815e8216ba6392d3e.tar.gz |
Updated to latest release, 3.3.2. From CHANGES.txt:
* Docstring fix for decoded string types
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 7106b1d39d9..0fbf9022b31 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2014/01/03 06:11:46 rodent Exp $ +# $NetBSD: Makefile,v 1.19 2014/01/16 02:24:02 rodent Exp $ # -DISTNAME= simplejson-3.3.1 +DISTNAME= simplejson-3.3.2 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 9811e701ba4..6f550b047cd 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2014/01/03 06:11:46 rodent Exp $ +$NetBSD: distinfo,v 1.11 2014/01/16 02:24:02 rodent Exp $ -SHA1 (simplejson-3.3.1.tar.gz) = 96df09ecaa489b5600c9f80287ece3657f044719 -RMD160 (simplejson-3.3.1.tar.gz) = 843fcd2f5899b03f3e36d7c7fc02c3c39922a3a0 -Size (simplejson-3.3.1.tar.gz) = 67371 bytes +SHA1 (simplejson-3.3.2.tar.gz) = d8b5e6ddcbf389c6a3fb86717a86a862177705c6 +RMD160 (simplejson-3.3.2.tar.gz) = c12bd1f30637f9bcd9762d335c43fe86551b5715 +Size (simplejson-3.3.2.tar.gz) = 67399 bytes |