mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-aiohttp-session: bump to version 2.12.1
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c08d233e04
commit
afc683d0bf
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiohttp-session/json
|
||||
md5 b89bde69f6f3c61a991ff408d2733838 aiohttp-session-2.12.0.tar.gz
|
||||
sha256 0ccd11a7c77cb9e5a61f4daacdc9170d561112f9cfaf9e9a2d9867c0587d1950 aiohttp-session-2.12.0.tar.gz
|
||||
md5 ff7a0c880ed7cee24e0a141c201adb8b aiohttp_session-2.12.1.tar.gz
|
||||
sha256 15e6e0288e9bcccd4b1d0c28aae9c20e19a252b12d0cb682223ca9c83180e899 aiohttp_session-2.12.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 7bc5dd2f229a6b922befb1427fd4ad2c0b255f12c1b1869370ba77520dc22bc7 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOHTTP_SESSION_VERSION = 2.12.0
|
||||
PYTHON_AIOHTTP_SESSION_SOURCE = aiohttp-session-$(PYTHON_AIOHTTP_SESSION_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_SESSION_SITE = https://files.pythonhosted.org/packages/34/87/8dbc1385c875497d6bc16c9d94e25dbd8ff62599843b73fb4048ba74c867
|
||||
PYTHON_AIOHTTP_SESSION_VERSION = 2.12.1
|
||||
PYTHON_AIOHTTP_SESSION_SOURCE = aiohttp_session-$(PYTHON_AIOHTTP_SESSION_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_SESSION_SITE = https://files.pythonhosted.org/packages/c2/c4/d73a7f19b1bd3149ba5bccd22e3ab580c19e4d9fcb83114309e8385ab807
|
||||
PYTHON_AIOHTTP_SESSION_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOHTTP_SESSION_LICENSE = Apache-2.0
|
||||
PYTHON_AIOHTTP_SESSION_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user