python/python3-anyio: Update for 4.5.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-09-19 12:49:28 -07:00 committed by Willy Sudiarto Raharjo
parent a7215d8e25
commit 53caa022de
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-anyio
VERSION=${VERSION:-4.4.0}
VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-anyio"
VERSION="4.4.0"
VERSION="4.5.0"
HOMEPAGE="https://github.com/agronholm/anyio"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.4.0.tar.gz"
MD5SUM="04346dd3631f405d0786ca0f441dace1"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.5.0.tar.gz"
MD5SUM="83a44288a878a7f97c45f4018b4b82a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-exceptiongroup python3-sniffio"