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 | |
| 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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb (renamed from meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb) | 4 |
1 files changed, 2 insertions, 2 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.26.bb index 15a35655da..46046dc050 100644 --- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.24.bb +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.26.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | SUMMARY = "A streaming multipart parser for Python" | 1 | SUMMARY = "A streaming multipart parser for Python" |
| 2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "9574c97e1c026e00bc30340ef7c7d76739512ab4dfd428fec8c330fa6a5cc3c8" | 5 | SRC_URI[sha256sum] = "08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17" |
| 6 | 6 | ||
| 7 | inherit pypi python_hatchling ptest-python-pytest | 7 | inherit pypi python_hatchling ptest-python-pytest |
| 8 | 8 | ||
