From ce5a70222c3951a1ca54d767f7badf363e65a8f8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 31 Mar 2021 12:17:59 +0300 Subject: python3-httplib2: Upgrade 0.19.0 -> 0.19.1 Upgrade to release 0.19.1: - auth header parsing performance optimizations - Use mock from the standard library on Python>=3.3 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb deleted file mode 100644 index f720723a65..0000000000 --- a/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb +++ /dev/null @@ -1,9 +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] = "e0d428dad43c72dbce7d163b7753ffc7a39c097e6788ef10f4198db69b92f08e" - -inherit pypi setuptools3 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 new file mode 100644 index 0000000000..a16f8d9d20 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb @@ -0,0 +1,9 @@ +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 -- cgit v1.2.3-54-g00ecf