From c2e12e004b346f88ad152ff3a7d1f23ade58592e Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 16 Oct 2021 00:57:11 +0200 Subject: python3-httplib2: update to 0.20.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-httplib2_0.19.1.bb | 15 --------------- .../recipes-devtools/python/python3-httplib2_0.20.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-httplib2_0.20.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb deleted file mode 100644 index 3f244eccd4..0000000000 --- a/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "A comprehensive HTTP client library, httplib2 supports many features left out of other HTTP libraries." -HOMEPAGE = "https://github.com/httplib2/httplib2" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf" - -SRC_URI[sha256sum] = "0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad5d533d" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-compression \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-pyparsing \ -" diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.20.1.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.20.1.bb new file mode 100644 index 0000000000..8a0b6c9e5b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-httplib2_0.20.1.bb @@ -0,0 +1,15 @@ +SUMMARY = "A comprehensive HTTP client library, httplib2 supports many features left out of other HTTP libraries." +HOMEPAGE = "https://github.com/httplib2/httplib2" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf" + +SRC_URI[sha256sum] = "0efbcb8bfbfbc11578130d87d8afcc65c2274c6eb446e59fc674e4d7c972d327" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-compression \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-pyparsing \ +" -- cgit 1.2.3-korg