Update license checksum and verify it is still Apache 2.0 Signed-off-by: Derek Straka <[email protected]> --- meta-python/recipes-devtools/python/python-requests.inc | 8 +++++--- .../{python-requests_2.9.1.bb => python-requests_2.10.0.bb} | 0 .../{python3-requests_2.9.1.bb => python3-requests_2.10.0.bb} | 0 3 files changed, 5 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python-requests_2.9.1.bb => python-requests_2.10.0.bb} (100%) rename meta-python/recipes-devtools/python/{python3-requests_2.9.1.bb => python3-requests_2.10.0.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index ebce253..6f9e85c 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc @@ -1,9 +1,11 @@ DESCRIPTION = "Python HTTP for Humans." HOMEPAGE = "http://python-requests.org" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=58c7e163c9f8ee037246da101c6afd1e" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bb3515869c0f426cb8441c899ae7f5" -SRC_URI[md5sum] = "0b7f480d19012ec52bab78292efd976d" -SRC_URI[sha256sum] = "c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f" +SRC_URI[md5sum] = "a36f7a64600f1bfec4d55ae021d232ae" +SRC_URI[sha256sum] = "63f1815788157130cee16a933b2ee184038e975f0017306d723ac326b5525b54" + +PYPI_PACKAGE_HASH = "496f183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d" RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver" diff --git a/meta-python/recipes-devtools/python/python-requests_2.9.1.bb b/meta-python/recipes-devtools/python/python-requests_2.10.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-requests_2.9.1.bb rename to meta-python/recipes-devtools/python/python-requests_2.10.0.bb diff --git a/meta-python/recipes-devtools/python/python3-requests_2.9.1.bb b/meta-python/recipes-devtools/python/python3-requests_2.10.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-requests_2.9.1.bb rename to meta-python/recipes-devtools/python/python3-requests_2.10.0.bb -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
