diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-10-15 14:18:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-17 09:01:56 +0700 |
commit | b3576385dd833b6a0ea829c218a6671e1e18b1c3 (patch) | |
tree | f68d1e4f79a53650e598abf5a694cc4f8c4e53e2 /python | |
parent | 52b7140e267fc6d7f9fa5aec183ef1eea1d69c92 (diff) |
python/python3-anyio: Update for 4.6.2.post1
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 e2b64bde2b940..005e586c66ec0 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.6.0} +VERSION=${VERSION:-4.6.2.post1} 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 be076010b3cff..bef7b99f2b451 100644 --- a/python/python3-anyio/python3-anyio.info +++ b/python/python3-anyio/python3-anyio.info @@ -1,8 +1,8 @@ PRGNAM="python3-anyio" -VERSION="4.6.0" +VERSION="4.6.2.post1" HOMEPAGE="https://github.com/agronholm/anyio" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.6.0.tar.gz" -MD5SUM="24b255a1f6c85757cea820e9355387df" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.6.2.post1.tar.gz" +MD5SUM="3aae01d9007bd08538158c7a7fa18c39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-exceptiongroup python3-sniffio" |