forked from pool/python-Werkzeug
- Update to 2.3.7:
* Use ``flit_core`` instead of ``setuptools`` as build backend.
* Fix parsing of multipart bodies.
Adjust index of last newline in data start.
* ``_plain_int`` and ``_plain_float`` strip whitespace before type
enforcement.
* Fix empty file streaming when testing.
* Clearer error message when URL rule does not start with slash.
* ``Accept`` ``q`` value can be a float without a decimal part.
- Drop captialisation again.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=88
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 02:04:19 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 2.3.7:
|
||||
* Use ``flit_core`` instead of ``setuptools`` as build backend.
|
||||
* Fix parsing of multipart bodies.
|
||||
Adjust index of last newline in data start.
|
||||
* ``_plain_int`` and ``_plain_float`` strip whitespace before type
|
||||
enforcement.
|
||||
* Fix empty file streaming when testing.
|
||||
* Clearer error message when URL rule does not start with slash.
|
||||
* ``Accept`` ``q`` value can be a float without a decimal part.
|
||||
- Drop captialisation again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 06:24:50 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user