package/python-yarl: bump to version 1.9.2

License file now contains the full Apache 2.0 license instead of just a
reference to it:
cc4a11e961

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
master
James Hilliard 2023-06-05 01:24:54 -06:00 committed by Arnout Vandecappelle
parent 7978383cb0
commit 4f50a8cad0
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/yarl/json
md5 57c82725b9f4895eecee45faf5e61a54 yarl-1.8.2.tar.gz
sha256 49d43402c6e3013ad0978602bf6bf5328535c48d192304b91b97a3c6790b1562 yarl-1.8.2.tar.gz
md5 4e46a0c7078d34d9734a7c5d182dee92 yarl-1.9.2.tar.gz
sha256 04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571 yarl-1.9.2.tar.gz
# Locally computed sha256 checksums
sha256 56d6ac6c8105c0a51304c21db060e361af9a8ea0af9a75c239c28b5d13693838 LICENSE
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_YARL_VERSION = 1.8.2
PYTHON_YARL_VERSION = 1.9.2
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/c4/1e/1b204050c601d5cd82b45d5c8f439cb6f744a2ce0c0a6f83be0ddf0dc7b2
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/5f/3f/04b3c5e57844fb9c034b09c5cb6d2b43de5d64a093c30529fd233e16cf09
PYTHON_YARL_LICENSE = Apache-2.0
PYTHON_YARL_LICENSE_FILES = LICENSE
PYTHON_YARL_SETUP_TYPE = setuptools