diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-09 18:32:12 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 07:59:56 -0700 |
| commit | edb96b06700b673632cfcb2661ffc8361c9cb397 (patch) | |
| tree | 0b85807e13077a7a594f38b5ce8b2a8b2a2391bf /meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb | |
| parent | b5fb673c1843ed739a8401ba5fb55c312c3752fe (diff) | |
| download | meta-openembedded-edb96b06700b673632cfcb2661ffc8361c9cb397.tar.gz | |
python3-python-multipart: upgrade 0.0.22 -> 0.0.24
Changelog:
============
- Validate chunk_size in parse_form()
- Remove unused trust_x_headers parameter and X-File-Name fallback
- Return processed length from QuerystringParser._internal_write
- Cleanup metadata dunders from __init__.py
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb new file mode 100644 index 0000000000..15a35655da --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A streaming multipart parser for Python" | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "9574c97e1c026e00bc30340ef7c7d76739512ab4dfd428fec8c330fa6a5cc3c8" | ||
| 6 | |||
| 7 | inherit pypi python_hatchling ptest-python-pytest | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "python_multipart" | ||
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 11 | CVE_PRODUCT = "python-multipart" | ||
| 12 | |||
| 13 | RDEPENDS:${PN}-ptest += " \ | ||
| 14 | python3-pyyaml \ | ||
| 15 | " | ||
| 16 | |||
