asgiref: update to version 3.3.1 14062/head
authorPeter Stadler <peter.stadler@student.uibk.ac.at>
Sat, 28 Nov 2020 23:36:33 +0000 (00:36 +0100)
committerPeter Stadler <peter.stadler@student.uibk.ac.at>
Mon, 30 Nov 2020 07:54:17 +0000 (08:54 +0100)
From https://github.com/django/asgiref/blob/master/CHANGELOG.txt
* Updated StatelessServer to use ASGI v3 single-callable applications.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
lang/python/python3-asgiref/Makefile

index 751b3c9059357b749e238eff85d5138aa5852d05..7c43456f86403b47c09a5ce6ec43e68cb24a6a51 100644 (file)
@@ -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 <peter.stadler@student.uibk.ac.at>
 PKG_LICENSE:=BSD-3-Clause