diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-03-02 13:38:58 +0100 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-03-02 13:42:52 +0100 |
commit | c99a19f614a33e1991f30d51428458b0079cdf4f (patch) | |
tree | de519fa9af07839e7da498a9cf42303b2d8835d3 | |
parent | 318ebdf5e6a116b31b8b75250f215f4761bc35a6 (diff) |
python-aiohttp: update to version 3.7.4
Note:
Fixes CVE-2021-21330
Add new required dependecy python3-typing-extensions
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
-rw-r--r-- | lang/python/python-aiohttp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/python/python-aiohttp/Makefile b/lang/python/python-aiohttp/Makefile index 60baf9ee3..66205349d 100644 --- a/lang/python/python-aiohttp/Makefile +++ b/lang/python/python-aiohttp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aiohttp -PKG_VERSION:=3.7.1 +PKG_VERSION:=3.7.4 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=04f9d70f6c4d089be5068d7df6281e638f6820d4f1b1ec3dc012b0b43fa997d2 +PKG_HASH:=5d84ecc73141d0a0d61ece0742bb7ff5751b0657dab8405f899d3ceb104cc7de PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=Apache-2.0 @@ -39,7 +39,8 @@ define Package/python3-aiohttp +python3-logging \ +python3-codecs \ +python3-cgi \ - +python3-openssl + +python3-openssl \ + +python3-typing-extensions endef define Package/python3-aiohttp/description |