package/python-aiohttp: bump to version 3.13.3

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
2026-01-05 19:30:38 -07:00
committed by Thomas Petazzoni
parent 028a4b0236
commit 7bdb85a496
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiohttp/json
md5 336f47ec48aff07052a7f1dcf38dfbac aiohttp-3.13.2.tar.gz
sha256 40176a52c186aefef6eb3cad2cdd30cd06e3afbe88fe8ab2af9c0b90f228daca aiohttp-3.13.2.tar.gz
md5 83aff9f11bb25dbffffc2415fd34dfa3 aiohttp-3.13.3.tar.gz
sha256 a949eee43d3782f2daae4f4a2819b2cb9b0c5d3b7f7a927067cc84dafdbb9f88 aiohttp-3.13.3.tar.gz
# Locally computed sha256 checksums
sha256 9f80d0db7d755a941db4572172c270ecbd8f082ba215ddd095985942ed94a9eb LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AIOHTTP_VERSION = 3.13.2
PYTHON_AIOHTTP_VERSION = 3.13.3
PYTHON_AIOHTTP_SOURCE = aiohttp-$(PYTHON_AIOHTTP_VERSION).tar.gz
PYTHON_AIOHTTP_SITE = https://files.pythonhosted.org/packages/1c/ce/3b83ebba6b3207a7135e5fcaba49706f8a4b6008153b4e30540c982fae26
PYTHON_AIOHTTP_SITE = https://files.pythonhosted.org/packages/50/42/32cf8e7704ceb4481406eb87161349abb46a57fee3f008ba9cb610968646
PYTHON_AIOHTTP_SETUP_TYPE = setuptools
PYTHON_AIOHTTP_LICENSE = Apache-2.0
PYTHON_AIOHTTP_LICENSE_FILES = LICENSE.txt