[oe-commits] Saul Wold : python-pip: update to 1.5.6

git at git.openembedded.org git at git.openembedded.org
Fri Feb 6 13:17:58 UTC 2015


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Feb  4 17:45:35 2015 +0000

python-pip: update to 1.5.6

Also made LICENSE more accurate.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../python/{python-pip_1.3.1.bb => python-pip_1.5.6.bb}          | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
similarity index 57%
rename from meta-python/recipes-devtools/python/python-pip_1.3.1.bb
rename to meta-python/recipes-devtools/python/python-pip_1.5.6.bb
index d1a7c8b..0c240e4 100644
--- a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
+++ b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
@@ -1,10 +1,11 @@
 SUMMARY = "PIP is a tool for installing and managing Python packages"
-LICENSE = "MIT & GPL"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd00425a3465a0e4c81929b94241d3de"
+LICENSE = "MIT & LGPL-2.1"
+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] = "cbb27a191cebc58997c4da8513863153"
-SRC_URI[sha256sum] = "145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957"
+
+SRC_URI[md5sum] = "01026f87978932060cc86c1dc527903e"
+SRC_URI[sha256sum] = "b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c"
 
 S = "${WORKDIR}/pip-${PV}"
 



More information about the Openembedded-commits mailing list