17
0
Commit Graph

26 Commits

Author SHA256 Message Date
2d8a3c8722 Accepting request 1329161 from devel:languages:python
- update to 0.0.22:
  * Drop directory path from filename in `File` 9433f4b.

OBS-URL: https://build.opensuse.org/request/show/1329161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=13
2026-01-27 15:06:51 +00:00
a0d2d4ed36 - update to 0.0.22:
* Drop directory path from filename in `File` 9433f4b.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=24
2026-01-26 08:21:49 +00:00
450b0f6d30 Accepting request 1324591 from devel:languages:python
- update to 0.0.21:
  * Add support for Python 3.14 and drop EOL 3.8 and 3.9 #216.

OBS-URL: https://build.opensuse.org/request/show/1324591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-multipart?expand=0&rev=12
2025-12-30 11:00:12 +00:00
3b210394c4 - update to 0.0.21:
* Add support for Python 3.14 and drop EOL 3.8 and 3.9 #216.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=22
2025-12-28 19:46:30 +00:00
ce97506242 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
16dca87162 - 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
6a485fc094 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
69b031fd56 - 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
e9ab189cb6 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
9394d72302 Accepting request 1221764 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1221764
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
4651762ada 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
2861d101b9 - 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
4a30fc5994 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
92cae82070 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
6fbf6bb279 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
16d246857b 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
a1036e5c85 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
fe253af90b 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
7fbe4d761a 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
0e433eb28f 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
56e1daff95 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
850af76378 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
b55572f936 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
e0b071ee10 - 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
87f5605c4c 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
6825947154 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