diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-03-25 18:43:10 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-29 08:15:38 +0700 |
commit | 8ca298efe5ad88a0a414e2ad91b091834c0b2904 (patch) | |
tree | e9d36e5b8ddee4d9f874d2210bd3584f6020acfb /python/python3-anyio/README | |
parent | 8c08cbad59c4cc77654f683807fd7beb488c3185 (diff) |
python/python3-anyio: Version bump to 4.9.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-anyio/README')
-rw-r--r-- | python/python3-anyio/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/python3-anyio/README b/python/python3-anyio/README index 77d4a05450..1c6de09b81 100644 --- a/python/python3-anyio/README +++ b/python/python3-anyio/README @@ -2,7 +2,3 @@ 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. |