From 2f6694cbd00bc47768d85715604a889696dd3e8d Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 9 Jan 2021 19:30:49 +0100 Subject: [PATCH] python-aiohttp: update to version 3.7.1 Signed-off-by: Josef Schlehofer --- lang/python/python-aiohttp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-aiohttp/Makefile b/lang/python/python-aiohttp/Makefile index f672175e6e..60baf9ee34 100644 --- a/lang/python/python-aiohttp/Makefile +++ b/lang/python/python-aiohttp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aiohttp -PKG_VERSION:=3.6.1 -PKG_RELEASE:=2 +PKG_VERSION:=3.7.1 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=fc55b1fec0e4cc1134ffb09ea3970783ee2906dc5dfd7cd16917913f2cfed65b +PKG_HASH:=04f9d70f6c4d089be5068d7df6281e638f6820d4f1b1ec3dc012b0b43fa997d2 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=Apache-2.0 -- 2.30.2