Ana Guerrero
4e88c74315
Accepting request 1243192 from devel:languages:python
...
- update to 0.0.20:
* Handle messages containing only end boundary #142 .
OBS-URL: https://build.opensuse.org/request/show/1243192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=11
2025-02-05 11:40:02 +00:00
a21393f2bf
- update to 0.0.20:
...
* Handle messages containing only end boundary #142 .
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=20
2025-02-04 17:06:30 +00:00
Ana Guerrero
565091e41f
Accepting request 1228255 from devel:languages:python
...
- Update to 0.0.19 (bsc#1234115, CVE-2024-53981):
* Don't warn when CRLF is found after last boundary #193
- 0.0.18:
* Hard break if found data after last boundary on MultipartParser #189
OBS-URL: https://build.opensuse.org/request/show/1228255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=10
2024-12-05 16:05:16 +00:00
0c164763f5
- Update to 0.0.19 (bsc#1234115, CVE-2024-53981):
...
* Don't warn when CRLF is found after last boundary #193
- 0.0.18:
* Hard break if found data after last boundary on MultipartParser #189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=18
2024-12-04 10:15:01 +00:00
Ana Guerrero
a42c6bf9d3
Accepting request 1221776 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1221776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=9
2024-11-08 10:56:04 +00:00
324ee0d27c
- Update to 0.0.17
...
* Handle PermissionError in fallback code for old import name #182
- from version 0.0.16
* Add dunder attributes to `multipart` package #177
- from version 0.0.15
* Replace `FutureWarning` to `PendingDeprecationWarning` #174
* Add missing files to SDist #171
- from version 0.0.14
* Fix import scheme for `multipart` module #168
- from version 0.0.13
* Rename import to `python_multipart` #166
- from version 0.0.12
* Improve error message when boundary character does not match #124
* Add mypy strict typing #140
* Enforce 100% coverage #159
- from version 0.0.11
* Improve performance, especially in data with many CR-LF #137
* Handle invalid CRLF in header name #141
- from version 0.0.10
* Support `on_header_begin` #103
* Improve type hints on `FormParser` #104
* Fix `OnFileCallback` type #106
* Improve type hints #110
* Improve type hints on `File` #111
* Add type hint to helper functions #112
* Minor fix for Field.__repr__ #114
* Fix use of chunk_size parameter #136
* Allow digits and valid token chars in headers #134
* Fix headers being carried between parts #135
- Add python_multipart Python directory to %files section
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=16
2024-11-06 14:42:11 +00:00
Dominique Leuenberger
8b237b4efb
Accepting request 1153848 from devel:languages:python
...
- 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`
[bsc#1219610] CVE-2024-24762
* Support PyYAML 6.0+
OBS-URL: https://build.opensuse.org/request/show/1153848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=8
2024-03-03 19:18:41 +00:00
434f49e0d4
- 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`
[bsc#1219610] CVE-2024-24762
* Support PyYAML 6.0+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=14
2024-03-01 10:15:46 +00:00
Ana Guerrero
0c5f3c8d90
Accepting request 1144633 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1144633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=7
2024-02-07 17:47:34 +00:00
2bb87e95c8
Accepting request 1144548 from home:pgajdos:python
...
- 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)
OBS-URL: https://build.opensuse.org/request/show/1144548
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=12
2024-02-06 14:23:05 +00:00
Dominique Leuenberger
783d7a7da7
Accepting request 1093047 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1093047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=6
2023-06-16 14:51:51 +00:00
66491301e2
Accepting request 1092797 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1092797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=10
2023-06-14 06:37:11 +00:00
Dominique Leuenberger
2ef31dc82c
Accepting request 1056062 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1056062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=5
2023-01-05 14:01:02 +00:00
11e39966d9
Accepting request 1056061 from home:bnavigator:branches:devel:languages:python
...
- Really don't require six
- Move to PEP517 build
OBS-URL: https://build.opensuse.org/request/show/1056061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=8
2023-01-04 21:24:36 +00:00
Dominique Leuenberger
3d76b7817c
Accepting request 1042468 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1042468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=4
2022-12-13 17:55:19 +00:00
073e6564af
Accepting request 1042427 from home:pgajdos:python
...
- do not require six
- added patches
fix c54ad6006b
+ python-python-multipart-no-six.patch
OBS-URL: https://build.opensuse.org/request/show/1042427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=6
2022-12-12 21:00:19 +00:00
Dominique Leuenberger
35e8a3c661
Accepting request 967920 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/967920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=3
2022-04-09 22:41:55 +00:00
9b1979738f
Accepting request 967738 from home:pgajdos:python
...
- do not require python-mock for build
- added patches
fix 8cff1aac74
+ python-python-multipart-no-mock.patch
OBS-URL: https://build.opensuse.org/request/show/967738
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=4
2022-04-08 20:46:03 +00:00
Dominique Leuenberger
56049c31e5
Accepting request 951464 from devel:languages:python
...
- Add patch support-pyyaml-6.patch:
* Support PyYAML 6.0+
OBS-URL: https://build.opensuse.org/request/show/951464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=2
2022-02-04 20:49:16 +00:00
Steve Kowalik
bc12cb193e
- Add patch support-pyyaml-6.patch:
...
* Support PyYAML 6.0+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=3
2022-02-04 00:44:13 +00:00
Dominique Leuenberger
c4b4d12279
Accepting request 851902 from devel:languages:python
...
dep of starlette, which is a test dep of Authlib, which is already in d-l-py without test being run, Authlib was introduced in https://build.opensuse.org/request/show/825427 , which said "tox based tests, require internet connection to run" but of course that is not true, it just depends on a long chain of missing dependencies that are present in Fedora already. https://repology.org/project/python:starlette/versions
Also a dep of fastapi (https://repology.org/project/python:fastapi/versions ) and other modern web aio frameworks
OBS-URL: https://build.opensuse.org/request/show/851902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=1
2020-12-01 13:23:05 +00:00
cedbc7e17e
Accepting request 851592 from home:jayvdb:py-submit
...
dep of starlette, which is a test dep of Authlib, which is already in d-l-py without test being run, Authlib was introduced in https://build.opensuse.org/request/show/825427 , which said "tox based tests, require internet connection to run" but of course that is not true, it just depends on a long chain of missing dependencies that are present in Fedora already. https://repology.org/project/python:starlette/versions
Also a dep of fastapi (https://repology.org/project/python:fastapi/versions ) and other modern web aio frameworks
OBS-URL: https://build.opensuse.org/request/show/851592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=1
2020-11-30 16:00:00 +00:00