diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-11-03 17:42:22 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-04 16:41:35 +0700 |
commit | 216d280650073637a015d0ad0298417ae1cbbe4c (patch) | |
tree | 74d2c136eeddc3ec468d0911c94f738f96b32bf7 /python | |
parent | 98327bc35e597ba4cf2936e14b8cc347173b40f8 (diff) |
python/asgiref: Updated for version 3.7.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/asgiref/asgiref.SlackBuild | 4 | ||||
-rw-r--r-- | python/asgiref/asgiref.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/asgiref/asgiref.SlackBuild b/python/asgiref/asgiref.SlackBuild index 7638136a7b89..e4012a2c221d 100644 --- a/python/asgiref/asgiref.SlackBuild +++ b/python/asgiref/asgiref.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for asgiref -# Copyright 2019-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2019-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=asgiref -VERSION=${VERSION:-3.5.2} +VERSION=${VERSION:-3.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/asgiref/asgiref.info b/python/asgiref/asgiref.info index 702204b90cca..59cc0f3757e2 100644 --- a/python/asgiref/asgiref.info +++ b/python/asgiref/asgiref.info @@ -1,10 +1,10 @@ PRGNAM="asgiref" -VERSION="3.5.2" +VERSION="3.7.2" HOMEPAGE="https://github.com/django/asgiref/" -DOWNLOAD="https://files.pythonhosted.org/packages/1f/35/e7d59b92ceffb1dc62c65156278de378670b46ab2364a3ea7216fe194ba3/asgiref-3.5.2.tar.gz" -MD5SUM="b3cf42bb1f9191196f9ed1678f9dc106" +DOWNLOAD="https://files.pythonhosted.org/packages/12/19/64e38c1c2cbf0da9635b7082bbdf0e89052e93329279f59759c24a10cc96/asgiref-3.7.2.tar.gz" +MD5SUM="7cd61836ec3c329f415309f88e92e0e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |