package/python-aiohttp-sse: bump to version 2.1.0
License hash change due to full text removal:
307fd35a84
Fixes(python 3.10 compatibility):
File "/usr/lib/python3.10/site-packages/aiohttp_sse/__init__.py", line 107, in wait
File "/usr/lib/python3.10/site-packages/aiohttp_sse/__init__.py", line 144, in _ping
TypeError: sleep() got an unexpected keyword argument 'loop'
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
393614da50
commit
cc5b783b19
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiohttp-sse/json
|
||||
md5 d2f394fb75f591045b2c94fc17c8533d aiohttp-sse-2.0.0.tar.gz
|
||||
sha256 547e1eaa129749f090d02b31956215edbcde74ce99721f5f0ac902a9ccb1202e aiohttp-sse-2.0.0.tar.gz
|
||||
md5 822cd0c30325e8a711101c1a1ede4058 aiohttp-sse-2.1.0.tar.gz
|
||||
sha256 dfe8f7271ab4470891fa1bfa1913d6889b3d19015dd3d3a4cab949e66971bbca aiohttp-sse-2.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14 LICENSE
|
||||
sha256 5585eb91ec607b4fdbe97d44a61146a9cc27bb703336628bc3c6a1eaffe60307 LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOHTTP_SSE_VERSION = 2.0.0
|
||||
PYTHON_AIOHTTP_SSE_VERSION = 2.1.0
|
||||
PYTHON_AIOHTTP_SSE_SOURCE = aiohttp-sse-$(PYTHON_AIOHTTP_SSE_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_SSE_SITE = https://files.pythonhosted.org/packages/2b/50/e127729f7df53c32c96b5c71932a7262cad40c83f1e19c218b068c816d51
|
||||
PYTHON_AIOHTTP_SSE_SITE = https://files.pythonhosted.org/packages/2f/3f/cc4f5a3fe6cb50ad5b9d26bb7738c5da1f61645b517d4230df2fc32d89f0
|
||||
PYTHON_AIOHTTP_SSE_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOHTTP_SSE_LICENSE = Apache-2.0
|
||||
PYTHON_AIOHTTP_SSE_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user