Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-multipart | Distribution: openSUSE Tumbleweed |
Version: 1.2.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Mar 14 10:39:57 2025 |
Group: Unspecified | Build host: reproducible |
Size: 134663 | Source RPM: python-multipart-1.2.1-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/defnull/multipart | |
Summary: Parser for multipart/form-data |
This module provides multiple parsers for RFC-7578 multipart/form-data, both low-level for framework authors and high-level for WSGI application developers: * PushMultipartParser: A low-level incremental SansIO <https://sans-io.readthedocs.io/> (non-blocking) parser suitable for asyncio and other time or memory constrained environments. * MultipartParser: A streaming parser emitting memory- and disk-buffered MultipartPart instances. * parse_form_data: A helper function to parse both multipart/form-data and application/x-www-form-urlencoded form submissions from a WSGI environment.
MIT
* Fri Mar 14 2025 Felix Stegmeier <felix.stegmeier@suse.com> - Update to 1.2.1 * feat: Split up MultipartError into more specific exceptions and add HTTP status code hints. All exceptions are subclasses of MultipartError. * feat: New parse_form_data(ignore_errors) parameter to throw exceptions in non-strict mode, or suppress exceptions in strict mode. Default behavior does not change (throw in strict-mode, ignore in non-strict mode). * feat: New is_form_request(environ) helper. * feat: New specialized content_disposition_[un]quote functions. * feat: parse_options_header() can now use different unquote functions. The default does not change. * fix: parse_form_data() no longer checks the request method and the new is_form_request function also ignores it. All methods can carry parse-able form data, including unknown methods. The only reliable way is to check the Content-Type header, which both functions do. * fix: First boundary not detected if separated by chunk border. * fix: Allow CRLF in front of first boundary, even in strict mode. * fix: Fail fast if first boundary is broken or part of the preamble. * fix: Fail if stream ends without finding any boundary at all. * fix: Use modern WHATWG quoting rules for field names and filenames (#60). Legacy quoting is still supported as a fallback. * fix: MultiDict.get(index=999) should return default value, not throw IndexError. * build: Require Python 3.8 * Fri Nov 15 2024 Steve Kowalik <steven.kowalik@suse.com> - Initial release of 1.1.0.
/usr/lib/python3.12/site-packages/__pycache__/multipart.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/__pycache__/multipart.cpython-312.pyc /usr/lib/python3.12/site-packages/multipart-1.2.1.dist-info /usr/lib/python3.12/site-packages/multipart-1.2.1.dist-info/INSTALLER /usr/lib/python3.12/site-packages/multipart-1.2.1.dist-info/LICENSE /usr/lib/python3.12/site-packages/multipart-1.2.1.dist-info/METADATA /usr/lib/python3.12/site-packages/multipart-1.2.1.dist-info/RECORD /usr/lib/python3.12/site-packages/multipart-1.2.1.dist-info/REQUESTED /usr/lib/python3.12/site-packages/multipart-1.2.1.dist-info/WHEEL /usr/lib/python3.12/site-packages/multipart.py /usr/share/doc/packages/python312-multipart /usr/share/doc/packages/python312-multipart/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Mar 22 23:22:24 2025