Age | Commit message (Collapse) | Author | Files | Lines |
|
sniffio 1.3.0 (2022-09-01)
--------------------------
Features
- Add support for Python 3.9 and 3.10.
- Provide ``sniffio.thread_local.name`` for coroutine libraries to set
Deprecations and Removals
- Drop support for Python 3.5 and 3.6.
|
|
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
|
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
|
|
|
sniffio 1.2.0
Features
- Include type hints
|
|
|
|
You're writing a library. You've decided to be ambitious, and support multiple
async I/O packages, like Trio, and asyncio, and... You've written a bunch of
clever code to handle all the differences. But... how do you know which piece of
clever code to run?
This is a tiny package whose only purpose is to let you detect which async
library your code is running under.
|