Changelog for
python311-python-multipart-0.0.9-lp154.2.7.noarch.rpm :
* Fri Mar 01 2024 Dirk Müller
- update to 0.0.9:
* Add support for Python 3.12 #85.
* Drop support for Python 3.7 #95.
* Add `MultipartState(IntEnum)` #96.
* Add `QuerystringState` #97.
* Add `TypedDict` callbacks #98.
* Add config `TypedDict`s #99.
* Cleanup unused regex patterns
* Check if `Message.get_params` return 3-`tuple` instead of `str` on `parse_options_header`
* Tue Feb 06 2024 pgajdosAATTsuse.com- version update to 0.0.7 0.0.7 (2024-02-03)
* Refactor header option parser to use the standard library instead of a custom RegEx #75. [bsc#1219610] CVE-2024-24762 0.0.6 (2023-02-27)
* Migrate package installation to pyproject.toml (PEP 621) #54.
* Use yaml.safe_load instead of yaml.load #46.
* Add support for Python 3.11, drop EOL 3.6 #51.
* Add support for Python 3.8-3.10, drop EOL 2.7-3.5 #42.
* QuerystringParser: don\'t raise an AttributeError in __repr__ #30.- deleted patches - python-python-multipart-no-mock.patch (upstreamed) - python-python-multipart-no-six.patch (upstreamed) - support-pyyaml-6.patch (upstreamed)
* Tue Jun 13 2023 ecsos - Add %{?sle15_python_module_pythons}
* Wed Jan 04 2023 Ben Greiner - Really don\'t require six- Move to PEP517 build
* Mon Dec 12 2022 pgajdosAATTsuse.com- do not require six- added patches fix https://github.com/andrew-d/python-multipart/commit/c54ad6006bacc77623864ec8e5c96bfd32230e01 + python-python-multipart-no-six.patch
* Fri Apr 08 2022 pgajdosAATTsuse.com- do not require python-mock for build- added patches fix https://github.com/andrew-d/python-multipart/commit/8cff1aac7479fbb69087e355f66315b21640bab0 + python-python-multipart-no-mock.patch
* Fri Feb 04 2022 Steve Kowalik - Add patch support-pyyaml-6.patch:
* Support PyYAML 6.0+
* Sat Jul 25 2020 John Vandenberg - Initial spec for v0.0.5