aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-09-21 13:23:36 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-27 23:12:00 +0700
commit75114a92d50d0d74d8448c220625ac52d584a6ae (patch)
tree7775bc6ab6dd19f69833a838cefb126e82a2953c
parentb03354b2baad2aa931edc694be03188884857d91 (diff)
python/python3-anyio: Update for 4.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 c926aa9e7acb..e2b64bde2b94 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:-4.5.0}
+VERSION=${VERSION:-4.6.0}
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 7dfdc1d6765f..be076010b3cf 100644
--- a/python/python3-anyio/python3-anyio.info
+++ b/python/python3-anyio/python3-anyio.info
@@ -1,8 +1,8 @@
PRGNAM="python3-anyio"
-VERSION="4.5.0"
+VERSION="4.6.0"
HOMEPAGE="https://github.com/agronholm/anyio"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.5.0.tar.gz"
-MD5SUM="83a44288a878a7f97c45f4018b4b82a0"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.6.0.tar.gz"
+MD5SUM="24b255a1f6c85757cea820e9355387df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-exceptiongroup python3-sniffio"