python/python3-async-timeout: Updated for version 4.0.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2023-08-18 19:33:06 +09:00 committed by Willy Sudiarto Raharjo
parent 1c0491c2e3
commit 0087145fe1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-async-timeout
VERSION=${VERSION:-4.0.2}
VERSION=${VERSION:-4.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-async-timeout"
VERSION="4.0.2"
VERSION="4.0.3"
HOMEPAGE="https://github.com/aio-libs/async-timeout"
DOWNLOAD="https://github.com/aio-libs/async-timeout/releases/download/v4.0.2/async-timeout-4.0.2.tar.gz"
MD5SUM="10571272b2e0fab839ec23f8293bf482"
DOWNLOAD="https://github.com/aio-libs/async-timeout/releases/download/v4.0.3/async-timeout-4.0.3.tar.gz"
MD5SUM="9bf7b764a7310cb063c1c261c21342e4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="typing-extensions"