diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-05-14 14:51:24 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:03 +0700 |
commit | 0878b7d8c4b7b31b72ead13581c48be46c13f807 (patch) | |
tree | f55fc587ad0c22d9990a44377abb551ff9241953 /python | |
parent | 37aaf68de1666367fe412a281242320326ad5c94 (diff) |
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>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-anyio/python3-anyio.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-anyio/python3-anyio.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-anyio/python3-anyio.SlackBuild b/python/python3-anyio/python3-anyio.SlackBuild index 7e5ec2842d2b..d613f5bc2db3 100644 --- a/python/python3-anyio/python3-anyio.SlackBuild +++ b/python/python3-anyio/python3-anyio.SlackBuild @@ -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} diff --git a/python/python3-anyio/python3-anyio.info b/python/python3-anyio/python3-anyio.info index 62acce8dcddf..32baba0d3397 100644 --- a/python/python3-anyio/python3-anyio.info +++ b/python/python3-anyio/python3-anyio.info @@ -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" |