15
0

- 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:
2022-05-11 10:41:49 +00:00
committed by Git OBS Bridge
parent 080d8db090
commit 46ff097459
5 changed files with 19 additions and 173 deletions

View File

@@ -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>