1
0

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
This commit is contained in:
2024-02-06 14:23:05 +00:00
committed by Git OBS Bridge
parent 66491301e2
commit 2bb87e95c8
7 changed files with 26 additions and 183 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 6 11:19:14 UTC 2024 - pgajdos@suse.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 08:53:42 UTC 2023 - ecsos <ecsos@opensuse.org>