diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-14 18:38:37 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-14 08:59:35 -0700 |
| commit | 18d1c54c7235ffc7664b9f4dc00e75d5f5c735d8 (patch) | |
| tree | 90a0d26f894fdbb87b8377624d06a95011fb41dd /meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb | |
| parent | 845d15ae2ad6ee0ed26b80a89a554b446b254c25 (diff) | |
| download | meta-openembedded-18d1c54c7235ffc7664b9f4dc00e75d5f5c735d8.tar.gz | |
python3-python-multipart: upgrade 0.0.24 -> 0.0.26
Changelog:
===========
- Skip preamble before the first multipart boundary more efficiently
- Silently discard epilogue data after the closing multipart boundary
- Add MIME content type info to File
- Handle CTE values case-insensitively
- Remove custom FormParser classes
- Add UPLOAD_DELETE_TMP to FormParser config
- Emit field_end for trailing bare field names on finalize
- Handle multipart headers case-insensitively
- Apply Apache-2.0 properly
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.26.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb new file mode 100644 index 0000000000..46046dc050 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.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=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17" | ||
| 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 | |||
