* Add runtime dependency (soupsieve).
* Add hash for license file.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
config BR2_PACKAGE_PYTHON_BEAUTIFULSOUP4
bool "python-beautifulsoup4"
+ select BR2_PACKAGE_PYTHON_SOUPSIEVE # runtime
help
Beautiful Soup is a Python library for pulling data out of
HTML and XML files. It works with your favorite parser to
-# md5 from https://pypi.python.org/pypi/beautifulsoup4/json, sha256 locally computed
-md5 937e0df0d699a1237646f38fd567f0c6 beautifulsoup4-4.5.3.tar.gz
-sha256 b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e beautifulsoup4-4.5.3.tar.gz
+# md5, sha256 from https://pypi.org/pypi/beautifulsoup4/json
+md5 be03d778cf61cf6734a480e2010d6657 beautifulsoup4-4.8.1.tar.gz
+sha256 6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931 beautifulsoup4-4.8.1.tar.gz
+# Locally computed sha256 checksums
+sha256 a47ea51236098464fe0b4f559743590b533056d9e00f49ecbf80299fab47e231 COPYING.txt
#
################################################################################
-PYTHON_BEAUTIFULSOUP4_VERSION = 4.5.3
+PYTHON_BEAUTIFULSOUP4_VERSION = 4.8.1
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
-PYTHON_BEAUTIFULSOUP4_SITE = https://pypi.python.org/packages/9b/a5/c6fa2d08e6c671103f9508816588e0fb9cec40444e8e72993f3d4c325936
+PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/86/cd/495c68f0536dcd25f016e006731ba7be72e072280305ec52590012c1e6f2
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = COPYING.txt