diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-09-19 12:49:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-20 07:38:52 +0700 |
commit | 53caa022de828e4c5334d79d1e8048bbde8ff7f7 (patch) | |
tree | 1598ef0351e34710f60033aeabf7dec2e748ca26 /python | |
parent | a7215d8e254fc68832ddf94af32c4302df7e3b33 (diff) |
python/python3-anyio: Update for 4.5.0
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 8f669aa216e5..c926aa9e7acb 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.4.0} +VERSION=${VERSION:-4.5.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 9f021746de79..7dfdc1d6765f 100644 --- a/python/python3-anyio/python3-anyio.info +++ b/python/python3-anyio/python3-anyio.info @@ -1,8 +1,8 @@ PRGNAM="python3-anyio" -VERSION="4.4.0" +VERSION="4.5.0" HOMEPAGE="https://github.com/agronholm/anyio" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.4.0.tar.gz" -MD5SUM="04346dd3631f405d0786ca0f441dace1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.5.0.tar.gz" +MD5SUM="83a44288a878a7f97c45f4018b4b82a0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-exceptiongroup python3-sniffio" |