aboutsummaryrefslogtreecommitdiff
path: root/python/python3-anyio/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2025-01-09 18:35:18 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-01-11 08:43:22 +0700
commit2bca60c3f784af0a69e778262a694ae726fd6601 (patch)
tree771b745248fd159e21c2725211739abdb89c633b /python/python3-anyio/README
parentdaa324744c4359903b336b9bd799c7e0dc245e6f (diff)
python/python3-anyio: Version bump to 4.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-anyio/README')
-rw-r--r--python/python3-anyio/README4
1 files changed, 4 insertions, 0 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.