summaryrefslogtreecommitdiff
path: root/misc/py-sniffio
AgeCommit message (Collapse)AuthorFilesLines
2022-10-13py-sniffio: updated to 1.3.0adam3-9/+7
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.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30py-contextvars: removed; was Python 3.6 onlyadam1-6/+1
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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
2021-10-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-10-13py-sniffio: updated to 1.2.0adam3-8/+9
sniffio 1.2.0 Features - Include type hints
2020-03-15py-sniffio: PYTHON_VERSIONS_INCOMPATIBLE must go before pyversion.mktnn1-3/+3
2020-01-08py-sniffio: added version 1.1.0adam4-0/+57
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.