summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2015-07-31 13:30:02 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-31 10:17:35 -0400
commit13a8ca539f8f5b0fd702696f3b15fc24f64aae89 (patch)
tree461b9a02fbba6d48cd6af1b6bc19b703d35225ab
parent9ac3fd879f535f56ee2c86fcff4197cfa8f4b4c2 (diff)
downloadmeta-virtualization-13a8ca539f8f5b0fd702696f3b15fc24f64aae89.tar.gz
python-simplejson: upgrade 3.6.2->3.7.3
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-devtools/python/python-simplejson_3.7.3.bb (renamed from recipes-devtools/python/python-simplejson_3.6.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-simplejson_3.6.2.bb b/recipes-devtools/python/python-simplejson_3.7.3.bb
index ecc46797..39dfce61 100644
--- a/recipes-devtools/python/python-simplejson_3.6.2.bb
+++ b/recipes-devtools/python/python-simplejson_3.7.3.bb
@@ -13,8 +13,8 @@ PR = "r0"
13SRCNAME = "simplejson" 13SRCNAME = "simplejson"
14 14
15SRC_URI = "https://pypi.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" 15SRC_URI = "https://pypi.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz"
16SRC_URI[md5sum] = "deca871b9bfa4b76ea360756b2a22710" 16SRC_URI[md5sum] = "117346e5ee4ed4434ffe485f8e58f5ed"
17SRC_URI[sha256sum] = "99c092209f88d411858f01b14a97a4fcf8c4f438a685e23d733a3d65de52a35d" 17SRC_URI[sha256sum] = "63d7f7b14a20f29f74325a69e6db45925eaf6e3a003eab46c0234fd050a8c93f"
18 18
19S = "${WORKDIR}/${SRCNAME}-${PV}" 19S = "${WORKDIR}/${SRCNAME}-${PV}"
20 20