summaryrefslogtreecommitdiffstats
path: root/python/python3-anyio
diff options
context:
space:
mode:
author Isaac Yu2022-05-14 23:51:24 +0200
committer Willy Sudiarto Raharjo2022-05-21 03:25:03 +0200
commit0878b7d8c4b7b31b72ead13581c48be46c13f807 (patch)
treef55fc587ad0c22d9990a44377abb551ff9241953 /python/python3-anyio
parent37aaf68de1666367fe412a281242320326ad5c94 (diff)
downloadslackbuilds-0878b7d8c4b7b31b72ead13581c48be46c13f807.tar.gz
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/python3-anyio')
-rw-r--r--python/python3-anyio/python3-anyio.SlackBuild2
-rw-r--r--python/python3-anyio/python3-anyio.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-anyio/python3-anyio.SlackBuild b/python/python3-anyio/python3-anyio.SlackBuild
index 7e5ec2842d..d613f5bc2d 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 62acce8dcd..32baba0d33 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"