[oe-commits] [meta-openembedded] 30/35: python-urllib3: update to 1.14

git at git.openembedded.org git at git.openembedded.org
Tue Mar 29 07:37:24 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 1641c10a585fb7fa0ceca1c43198ac674f1c0eaf
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sat Mar 26 08:50:12 2016 -0400

    python-urllib3: update to 1.14
    
    Signed-off-by: Derek Straka <derek at asterius.io>
---
 .../{python-urllib3_1.10.1.bb => python-urllib3_1.14.bb}       | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
rename to meta-python/recipes-devtools/python/python-urllib3_1.14.bb
index 89f7428..4e30991 100644
--- a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
+++ b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb
@@ -1,15 +1,11 @@
 SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
 HOMEPAGE = "https://github.com/shazow/urllib3"
-SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe"
 
-SRC_URI = "https://github.com/shazow/urllib3/archive/${PV}.zip"
-SRC_URI[md5sum] = "73935fe42b6ef51d078edbbca7c1bd55"
-SRC_URI[sha256sum] = "5fadd55b46bf826e46a482bb3d53662a8a88d8f9ea8656e351b659b8ad9bfc0f"
+SRC_URI[md5sum] = "5e1407428ac33b521c71a7ac273b3847"
+SRC_URI[sha256sum] = "dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37"
 
-S = "${WORKDIR}/urllib3-${PV}"
-
-inherit setuptools
+inherit pypi setuptools
 
 RDEPENDS_${PN} += "python-netclient"

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


More information about the Openembedded-commits mailing list