summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-httptools_0.6.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-httptools: Use setuptools3_legacyKhem Raj2025-07-311-1/+1
| | | | | | | | | | | | It does not build with regular setuptools3 class anymore installing to build/bdist.linux-aarch64/wheel running install running install_lib running build_ext error: don't know how to compile C/C++ code on platform 'posix' with '<distutils.compilers.C.unix.Compiler object at 0xf2c796b28050>' compiler Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httptools: update recipe to use the ptest-python-pytest classDerek Straka2025-01-301-15/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httptools: upgrade 0.6.2 -> 0.6.4Wang Mingyu2024-12-241-0/+22
Changelog: =========== - Include Cython source files in sdist - Fix missing CR is some tests - Bump bundled llhttp to 9.2.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>