From abafa93afa12a0ce20ea4cdbbcde3909aafe5864 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 26 Mar 2016 08:50:12 -0400 Subject: python-urllib3: update to 1.14 Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-urllib3_1.10.1.bb | 15 --------------- .../recipes-devtools/python/python-urllib3_1.14.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb create mode 100644 meta-python/recipes-devtools/python/python-urllib3_1.14.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb deleted file mode 100644 index 89f7428009..0000000000 --- a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -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" - -S = "${WORKDIR}/urllib3-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-netclient" diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.14.bb b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb new file mode 100644 index 0000000000..4e30991ac7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb @@ -0,0 +1,11 @@ +SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" +HOMEPAGE = "https://github.com/shazow/urllib3" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe" + +SRC_URI[md5sum] = "5e1407428ac33b521c71a7ac273b3847" +SRC_URI[sha256sum] = "dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37" + +inherit pypi setuptools + +RDEPENDS_${PN} += "python-netclient" -- cgit v1.2.3-54-g00ecf