Commit Graph

8 Commits

Author SHA256 Message Date
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
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
Markéta Machová
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
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
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
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
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
Markéta Machová
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