[oe] [meta-oe][PATCH] python-simplejson: update to version 3.10.0

Derek Straka derek at asterius.io
Mon Feb 20 18:26:08 UTC 2017


Signed-off-by: Derek Straka <derek at asterius.io>
---
 .../{python-simplejson_3.8.2.bb => python-simplejson_3.10.0.bb}    | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-devtools/python/{python-simplejson_3.8.2.bb => python-simplejson_3.10.0.bb} (64%)

diff --git a/meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb b/meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb
similarity index 64%
rename from meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb
rename to meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb
index 0c9112e..75ec2dc 100644
--- a/meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb
+++ b/meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb
@@ -4,13 +4,12 @@ SECTION = "devel/python"
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
-PR = "r1"
 
 SRCNAME = "simplejson"
 
-SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz"
-SRC_URI[md5sum] = "53b1371bbf883b129a12d594a97e9a18"
-SRC_URI[sha256sum] = "d58439c548433adcda98e695be53e526ba940a4b9c44fb9a05d92cd495cdd47f"
+SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[md5sum] = "426a9631d22851a7a970b1a677368b15"
+SRC_URI[sha256sum] = "953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-- 
2.7.4




More information about the Openembedded-devel mailing list