python/python3-anyio: Updated for version 3.6.1.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-05-14 14:51:24 -07:00 committed by Willy Sudiarto Raharjo
parent 37aaf68de1
commit 0878b7d8c4
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:-3.5.0}
VERSION=${VERSION:-3.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-anyio"
VERSION="3.5.0"
VERSION="3.6.1"
HOMEPAGE="https://github.com/agronholm/anyio"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-3.5.0.tar.gz"
MD5SUM="e8def29aa096045e250d9d9cf3f18e65"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-3.6.1.tar.gz"
MD5SUM="04263a93b14e836678363e561347dc58"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-sniffio"