[OE-core] [PATCH 9/9] python3-pip: Upgrade from 8.0.0 to 8.1.2

Alejandro Hernandez alejandro.hernandez at linux.intel.com
Wed Jun 8 05:56:15 UTC 2016


Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
---
 .../python/{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb}        | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/python/{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-pip_8.0.0.bb b/meta/recipes-devtools/python/python3-pip_8.1.2.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-pip_8.0.0.bb
rename to meta/recipes-devtools/python/python3-pip_8.1.2.bb
index 834ecda..e319dff 100644
--- a/meta/recipes-devtools/python/python3-pip_8.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pip_8.1.2.bb
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
 SRCNAME = "pip"
 DEPENDS += "python3 python3-setuptools-native"
 
-SRC_URI = " \
-  http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
-"
-SRC_URI[md5sum] = "5601c4323464add1482291634142894d"
-SRC_URI[sha256sum] = "90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1"
+SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "87083c0b9867963b29f7aba3613e8f4a"
+SRC_URI[sha256sum] = "4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pip"
 
-- 
2.6.6




More information about the Openembedded-core mailing list