[oe-commits] Li xin : python-pip: upgrade 1.5.6 -> 7.1.0

git at git.openembedded.org git at git.openembedded.org
Thu Aug 20 12:23:57 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: f6d03e60b00aed828fe9f71d0fae2c95e343b5c2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f6d03e60b00aed828fe9f71d0fae2c95e343b5c2

Author: Li xin <lixin.fnst at cn.fujitsu.com>
Date:   Fri Aug  7 13:34:49 2015 +0800

python-pip: upgrade 1.5.6 -> 7.1.0

Version numbers are now simply "X.Y" where the leading "1"
has been dropped.
Reference: https://github.com/pypa/pip/blob/develop/CHANGES.txt

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../python/{python-pip_1.5.6.bb => python-pip_7.1.0.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-pip_1.5.6.bb b/meta-python/recipes-devtools/python/python-pip_7.1.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python-pip_1.5.6.bb
rename to meta-python/recipes-devtools/python/python-pip_7.1.0.bb
index b4ce9e5..ae02e86 100644
--- a/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
+++ b/meta-python/recipes-devtools/python/python-pip_7.1.0.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91"
 
 SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "01026f87978932060cc86c1dc527903e"
-SRC_URI[sha256sum] = "b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c"
+SRC_URI[md5sum] = "d935ee9146074b1d3f26c5f0acfd120e"
+SRC_URI[sha256sum] = "d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2"
 
 S = "${WORKDIR}/pip-${PV}"
 



More information about the Openembedded-commits mailing list