diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-09 19:31:02 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-13 22:48:39 -0400 |
| commit | 91dc9ce226012817059d579136da21030fc79715 (patch) | |
| tree | 8aa2f8cfa382590b5d4fe04516778ed298bd37f4 /recipes-devtools/python/python3-webob_1.8.5.bb | |
| parent | d4025d3d97d35dc2e1e1e25c3f52685e6124cfd4 (diff) | |
| download | meta-virtualization-91dc9ce226012817059d579136da21030fc79715.tar.gz | |
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 <leon.anavi@konsulko.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-webob_1.8.5.bb')
| -rw-r--r-- | recipes-devtools/python/python3-webob_1.8.5.bb | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ | |||
| 1 | DESCRIPTION = "WSGI request and response object" | ||
| 2 | HOMEPAGE = "http://webob.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "WebOb" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "1761f416e8cf53f6fb674149cc223bd1" | ||
| 10 | SRC_URI[sha256sum] = "05aaab7975e0ee8af2026325d656e5ce14a71f1883c52276181821d6d5bf7086" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += " \ | ||
| 15 | python3-sphinx \ | ||
| 16 | " | ||
| 17 | |||
