From 91dc9ce226012817059d579136da21030fc79715 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Apr 2021 19:31:02 +0300 Subject: python3-webob: Upgrade 1.8.5 -> 1.8.7 Upgrade to release 1.8.7: - Decoding deflate-encoded responses now supports data which is packed in a zlib container as it is supposed to be. The old, non-standard behaviour is still supported. Signed-off-by: Leon Anavi Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-webob_1.8.5.bb | 17 ----------------- recipes-devtools/python/python3-webob_1.8.7.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 recipes-devtools/python/python3-webob_1.8.5.bb create mode 100644 recipes-devtools/python/python3-webob_1.8.7.bb diff --git a/recipes-devtools/python/python3-webob_1.8.5.bb b/recipes-devtools/python/python3-webob_1.8.5.bb deleted file mode 100644 index 74a36e39..00000000 --- a/recipes-devtools/python/python3-webob_1.8.5.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "WSGI request and response object" -HOMEPAGE = "http://webob.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" - -PYPI_PACKAGE = "WebOb" - -SRC_URI[md5sum] = "1761f416e8cf53f6fb674149cc223bd1" -SRC_URI[sha256sum] = "05aaab7975e0ee8af2026325d656e5ce14a71f1883c52276181821d6d5bf7086" - -inherit setuptools3 pypi - -RDEPENDS_${PN} += " \ - python3-sphinx \ - " - diff --git a/recipes-devtools/python/python3-webob_1.8.7.bb b/recipes-devtools/python/python3-webob_1.8.7.bb new file mode 100644 index 00000000..a51f8ddf --- /dev/null +++ b/recipes-devtools/python/python3-webob_1.8.7.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "WSGI request and response object" +HOMEPAGE = "http://webob.org/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" + +PYPI_PACKAGE = "WebOb" + +SRC_URI[sha256sum] = "b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += " \ + python3-sphinx \ + " + -- cgit v1.2.3-54-g00ecf