python/python3-anyio: Update for 4.6.2.post1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-10-15 14:18:16 -07:00 committed by Willy Sudiarto Raharjo
parent 52b7140e26
commit b3576385dd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
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.6.0}
VERSION=${VERSION:-4.6.2.post1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-anyio"
VERSION="4.6.0"
VERSION="4.6.2.post1"
HOMEPAGE="https://github.com/agronholm/anyio"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.6.0.tar.gz"
MD5SUM="24b255a1f6c85757cea820e9355387df"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.6.2.post1.tar.gz"
MD5SUM="3aae01d9007bd08538158c7a7fa18c39"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-exceptiongroup python3-sniffio"