summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sniffio: Upgrade 1.3.0 -> 1.3.1Leon Anavi2024-08-091-12/+0
| | | | | | | | | Upgrade to release 1.3.1: - Added missing thread_local to sniffio.__all__ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sniffio: witch to PEP-517 build backendLeon Anavi2024-08-091-1/+1
| | | | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes: WARNING: python3-sniffio-1.3.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sniffio: add recipe for v1.3.0Richard Leitner2024-02-101-0/+12
Sniff out which async library your code is running under. This recipe uses pypi as source: https://pypi.org/project/sniffio/ Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>