[oe-commits] [openembedded-core] 15/47: python3-pip: Upgrade from 8.0.0 to 8.1.2

git at git.openembedded.org git at git.openembedded.org
Sun Jun 12 22:47:57 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e2e248919e31029ece26ec0f1383690ce410aa24
Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
AuthorDate: Wed Jun 8 05:56:15 2016 +0000

    python3-pip: Upgrade from 8.0.0 to 8.1.2
    
    Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../python/{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb}        | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list