diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-05-30 21:31:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-01 01:04:44 +0700 |
commit | 805a289167b61e9b18e50e8e3b5631f70b5a57cf (patch) | |
tree | 6eb7a5e39014a27067430cabee838256fa8ee631 | |
parent | 18ccf2ccb783e4ff9f9063ec64d1d87461054e45 (diff) |
python/python3-anyio: Update for 4.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 ece1f69579..8f669aa216 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.3.0} +VERSION=${VERSION:-4.4.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 4e8728a28d..9f021746de 100644 --- a/python/python3-anyio/python3-anyio.info +++ b/python/python3-anyio/python3-anyio.info @@ -1,8 +1,8 @@ PRGNAM="python3-anyio" -VERSION="4.3.0" +VERSION="4.4.0" HOMEPAGE="https://github.com/agronholm/anyio" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.3.0.tar.gz" -MD5SUM="1fd5c47374d7a239707f0b5540b00704" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.4.0.tar.gz" +MD5SUM="04346dd3631f405d0786ca0f441dace1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-exceptiongroup python3-sniffio" |