From: Peter Stadler Date: Sat, 28 Nov 2020 23:36:33 +0000 (+0100) Subject: asgiref: update to version 3.3.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=83ab6b6449b8a720dbbe8ed2294e6211ba99ae39;p=openwrt-packages.git asgiref: update to version 3.3.1 From https://github.com/django/asgiref/blob/master/CHANGELOG.txt * Updated StatelessServer to use ASGI v3 single-callable applications. Signed-off-by: Peter Stadler --- diff --git a/lang/python/python3-asgiref/Makefile b/lang/python/python3-asgiref/Makefile index 751b3c905..7c43456f8 100644 --- a/lang/python/python3-asgiref/Makefile +++ b/lang/python/python3-asgiref/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asgiref -PKG_VERSION:=3.3.0 +PKG_VERSION:=3.3.1 PKG_RELEASE:=1 PYPI_NAME:=asgiref -PKG_HASH:=cd88907ecaec59d78e4ac00ea665b03e571cb37e3a0e37b3702af1a9e86c365a +PKG_HASH:=7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0 PKG_MAINTAINER:=Peter Stadler PKG_LICENSE:=BSD-3-Clause