package/python-soupsieve: bump to version 2.3.2.post1

Migrate from setuptools to hatchling pep517 build backend.

License hash changed due to date update:
9da2de87bd

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2022-11-03 13:36:02 -06:00 committed by Thomas Petazzoni
parent d4f5dff4a3
commit a0aeb786c1
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/soupsieve/json
md5 73ff6ce22ba973fe2d47197834e0f728 soupsieve-2.2.1.tar.gz
sha256 052774848f448cf19c7e959adf5566904d525f33a3f8b6ba6f6f8f26ec7de0cc soupsieve-2.2.1.tar.gz
md5 4c824620563604cbf783de149c8b8889 soupsieve-2.3.2.post1.tar.gz
sha256 fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d soupsieve-2.3.2.post1.tar.gz
# Locally computed sha256 checksums
sha256 e34a760fe8bb3e3c1ffaa88abe495cf76e56f8ae3c7a6dde0e4b41cd013c41d4 LICENSE.md
sha256 bc66234cadd3f6e7aaf7160faf165f3f869ffc8a11b6b0d6c44a2e2a83314dd0 LICENSE.md

View File

@ -4,11 +4,12 @@
#
################################################################################
PYTHON_SOUPSIEVE_VERSION = 2.2.1
PYTHON_SOUPSIEVE_VERSION = 2.3.2.post1
PYTHON_SOUPSIEVE_SOURCE = soupsieve-$(PYTHON_SOUPSIEVE_VERSION).tar.gz
PYTHON_SOUPSIEVE_SITE = https://files.pythonhosted.org/packages/c8/3f/e71d92e90771ac2d69986aa0e81cf0dfda6271e8483698f4847b861dd449
PYTHON_SOUPSIEVE_SETUP_TYPE = setuptools
PYTHON_SOUPSIEVE_SITE = https://files.pythonhosted.org/packages/f3/03/bac179d539362319b4779a00764e95f7542f4920084163db6b0fd4742d38
PYTHON_SOUPSIEVE_SETUP_TYPE = pep517
PYTHON_SOUPSIEVE_LICENSE = MIT
PYTHON_SOUPSIEVE_LICENSE_FILES = LICENSE.md
PYTHON_SOUPSIEVE_DEPENDENCIES = host-python-hatchling
$(eval $(python-package))