Go to file
Matej Cepl 06c84985bf Accepting request 1093739 from home:alarrosa:branches:devel:languages:python
- Update to 2.3.6:
  * FileStorage.content_length does not fail if the form data did not provide
    a value.
- Update to 2.3.5:
  * Python 3.12 compatibility.
  * Fix handling of invalid base64 values in Authorization.from_header.
  * The debugger escapes the exception message in the page title.
  * When binding routing.Map, a long IDNA server_name with a port does not
    fail encoding.
  * iri_to_uri shows a deprecation warning instead of an error when passing
    bytes.
  * When parsing numbers in HTTP request headers such as Content-Length, only
    ASCII digits are accepted rather than any format that Python’s int and
    float accept.
- Update to 2.3.4:
  * Authorization.from_header and WWWAuthenticate.from_header detects tokens
    that end with base64 padding (=).
  * Remove usage of warnings.catch_warnings.
  * Remove max_form_parts restriction from standard form data parsing and only
    use if for multipart content.
  * Response will avoid converting the Location header in some cases to
    preserve invalid URL schemes like itms-services.
- Update to 2.3.3:
  * Fix parsing of large multipart bodies. Remove invalid leading newline, and
    restore parsing speed.
  * The cookie Path attribute is set to / by default again, to prevent clients
    from falling back to RFC 6265’s default-path behavior.
- Update to 2.3.2:
  * Parse the cookie Expires attribute correctly in the test client.
  * max_content_length can only be enforced on streaming requests if the

OBS-URL: https://build.opensuse.org/request/show/1093739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=81
2023-06-19 10:31:50 +00:00
_multibuild Accepting request 991886 from home:Simmphonie:branches:devel:languages:python 2022-08-01 06:45:33 +00:00
.gitattributes - Package renamed to python-Werkzeug 2011-09-27 09:36:51 +00:00
.gitignore - Package renamed to python-Werkzeug 2011-09-27 09:36:51 +00:00
python-Werkzeug.changes Accepting request 1093739 from home:alarrosa:branches:devel:languages:python 2023-06-19 10:31:50 +00:00
python-Werkzeug.spec Accepting request 1093739 from home:alarrosa:branches:devel:languages:python 2023-06-19 10:31:50 +00:00
setup.py Accepting request 1093739 from home:alarrosa:branches:devel:languages:python 2023-06-19 10:31:50 +00:00
Werkzeug-2.3.6.tar.gz Accepting request 1093739 from home:alarrosa:branches:devel:languages:python 2023-06-19 10:31:50 +00:00