package/python-webob: bump to version 1.8.9
Add new python-legacy-cgi runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
52ed599348
commit
8b0ecdcb82
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_WEBOB
|
||||
bool "python-webob"
|
||||
select BR2_PACKAGE_PYTHON_LEGACY_CGI # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
||||
help
|
||||
WSGI request and response object.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/webob/json
|
||||
md5 2372b45cf0e0a3970daaa901fc9d0f64 webob-1.8.8.tar.gz
|
||||
sha256 2abc1555e118fc251e705fc6dc66c7f5353bb9fbfab6d20e22f1c02b4b71bcee webob-1.8.8.tar.gz
|
||||
md5 4167b16880e0d4c22aadee8ec3cc6c26 webob-1.8.9.tar.gz
|
||||
sha256 ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589 webob-1.8.9.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 27bc4919e7e9e6b6cda40644517ca74d32203e32fba89ef832aba1ed93e457b3 docs/license.txt
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEBOB_VERSION = 1.8.8
|
||||
PYTHON_WEBOB_VERSION = 1.8.9
|
||||
PYTHON_WEBOB_SOURCE = webob-$(PYTHON_WEBOB_VERSION).tar.gz
|
||||
PYTHON_WEBOB_SITE = https://files.pythonhosted.org/packages/a2/7a/ac5b1ab5636cc3bfc9bab1ed54ff4e8fdeb6367edd911f7337be2248b8ab
|
||||
PYTHON_WEBOB_SITE = https://files.pythonhosted.org/packages/85/0b/1732085540b01f65e4e7999e15864fe14cd18b12a95731a43fd6fd11b26a
|
||||
PYTHON_WEBOB_SETUP_TYPE = setuptools
|
||||
PYTHON_WEBOB_LICENSE = MIT
|
||||
PYTHON_WEBOB_LICENSE_FILES = docs/license.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user