diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-anyio/README | 4 | ||||
-rw-r--r-- | python/python3-anyio/python3-anyio.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-anyio/python3-anyio.info | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/python/python3-anyio/README b/python/python3-anyio/README index 1c6de09b81..77d4a05450 100644 --- a/python/python3-anyio/README +++ b/python/python3-anyio/README @@ -2,3 +2,7 @@ AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio or trio. It implements trio-like structured concurrency (SC) on top of asyncio, and works in harmony with the native SC of trio itself. + +NOTE: This will not compile if python3-setuptools-git-versioning is +installed. Please remove it to allow building of the package. It can be +reinstalled once you building/installing of python3-anyio is complete. diff --git a/python/python3-anyio/python3-anyio.SlackBuild b/python/python3-anyio/python3-anyio.SlackBuild index 1ca67b705e..c2e1510861 100644 --- a/python/python3-anyio/python3-anyio.SlackBuild +++ b/python/python3-anyio/python3-anyio.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-anyio # Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-anyio -VERSION=${VERSION:-4.7.0} +VERSION=${VERSION:-4.8.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 59ee5a6be5..77a31d61e3 100644 --- a/python/python3-anyio/python3-anyio.info +++ b/python/python3-anyio/python3-anyio.info @@ -1,8 +1,8 @@ PRGNAM="python3-anyio" -VERSION="4.7.0" +VERSION="4.8.0" HOMEPAGE="https://github.com/agronholm/anyio" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.7.0.tar.gz" -MD5SUM="6d0431fec06206d2bdbf57d449f1616b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-4.8.0.tar.gz" +MD5SUM="ad00874069a6685b2e3e84c5a2e045cb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-exceptiongroup python3-sniffio" |