package/python-soupsieve: bump to version 2.2.1

* The package doesn't support python2 anymore.
* License was updated with a year bump.
* Indent with two spaces in the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Asaf Kahlon 2021-09-30 10:00:45 +03:00 committed by Yann E. MORIN
parent aae5d6fda5
commit 956058791c
3 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_SOUPSIEVE
bool "python-soupsieve"
select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \
if BR2_PACKAGE_PYTHON # runtime
depends on BR2_PACKAGE_PYTHON3
help
A modern CSS selector implementation for Beautiful Soup.

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/soupsieve/json
md5 43d8ea20c58494446aa65ba5cc6320fe soupsieve-1.9.4.tar.gz
sha256 605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3 soupsieve-1.9.4.tar.gz
md5 73ff6ce22ba973fe2d47197834e0f728 soupsieve-2.2.1.tar.gz
sha256 052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc soupsieve-2.2.1.tar.gz
# Locally computed sha256 checksums
sha256 0eee19bf360e5f7a8180e2f6d613d716f7115a456f670e3d8bb35c45a0db1838 LICENSE.md
sha256 e34a760fe8bb3e3c1ffaa88abe495cf76e56f8ae3c7a6dde0e4b41cd013c41d4 LICENSE.md

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_SOUPSIEVE_VERSION = 1.9.4
PYTHON_SOUPSIEVE_VERSION = 2.2.1
PYTHON_SOUPSIEVE_SOURCE = soupsieve-$(PYTHON_SOUPSIEVE_VERSION).tar.gz
PYTHON_SOUPSIEVE_SITE = https://files.pythonhosted.org/packages/7f/4e/95a13527e18b6f1a15c93f1c634b86d5fa634c5619dce695f4e0cd68182f
PYTHON_SOUPSIEVE_SITE = https://files.pythonhosted.org/packages/c8/3f/e71d92e90771ac2d69986aa0e81cf0dfda6271e8483698f4847b861dd449
PYTHON_SOUPSIEVE_SETUP_TYPE = setuptools
PYTHON_SOUPSIEVE_LICENSE = MIT
PYTHON_SOUPSIEVE_LICENSE_FILES = LICENSE.md