package/python-beautifulsoup4: bump to version 4.10.0

Plus, use two spaces for hash file indentation.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Asaf Kahlon 2021-09-20 09:11:22 +03:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 7f5f9618d8
commit 109ea1a4a2
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# 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
md5 e754242642253dd31d249d00358d552e beautifulsoup4-4.10.0.tar.gz
sha256 c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891 beautifulsoup4-4.10.0.tar.gz
# Locally computed sha256 checksums
sha256 a47ea51236098464fe0b4f559743590b533056d9e00f49ecbf80299fab47e231 COPYING.txt
sha256 a47ea51236098464fe0b4f559743590b533056d9e00f49ecbf80299fab47e231 COPYING.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_BEAUTIFULSOUP4_VERSION = 4.8.1
PYTHON_BEAUTIFULSOUP4_VERSION = 4.10.0
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/86/cd/495c68f0536dcd25f016e006731ba7be72e072280305ec52590012c1e6f2
PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/a1/69/daeee6d8f22c997e522cdbeb59641c4d31ab120aba0f2c799500f7456b7e
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = COPYING.txt