forked from pool/python-Werkzeug
- update to 2.1.2:
* The development server does not set ``Transfer-Encoding: chunked``
for 1xx, 204, 304, and HEAD responses. :issue:`2375`
* Response HTML for exceptions and redirects starts with
``<!doctype html>`` and ``<html lang=en>``. :issue:`2390`
* Fix ability to set some ``cache_control`` attributes to ``False``.
:issue:`2379`
* Disable ``keep-alive`` connections in the development server, which
are not supported sufficiently by Python's ``http.server``.
:issue:`2397`
- drop 2402-dev_server.patch (upstream)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=66
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 10:40:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.2:
|
||||
* The development server does not set ``Transfer-Encoding: chunked``
|
||||
for 1xx, 204, 304, and HEAD responses. :issue:`2375`
|
||||
* Response HTML for exceptions and redirects starts with
|
||||
``<!doctype html>`` and ``<html lang=en>``. :issue:`2390`
|
||||
* Fix ability to set some ``cache_control`` attributes to ``False``.
|
||||
:issue:`2379`
|
||||
* Disable ``keep-alive`` connections in the development server, which
|
||||
are not supported sufficiently by Python's ``http.server``.
|
||||
:issue:`2397`
|
||||
- drop 2402-dev_server.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 16:25:37 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user