Accepting request 954652 from devel:languages:python
- update to 2.0.3: * ``ProxyFix`` supports IPv6 addresses. * Type annotation for ``Response.make_conditional``, ``HTTPException.get_response``, and ``Map.bind_to_environ`` accepts ``Request`` in addition to ``WSGIEnvironment`` for the first parameter. * Fix type annotation for ``Request.user_agent_class``. * Accessing ``LocalProxy.__class__`` and ``__doc__`` on an unbound proxy returns the fallback value instead of a method object. * Redirects with the test client set ``RAW_URI`` and ``REQUEST_URI`` correctly. OBS-URL: https://build.opensuse.org/request/show/954652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Werkzeug?expand=0&rev=34
This commit is contained in:
commit
051c48b747
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa2bb6fc8dee8d6c504c0ac1e7f5f7dc5810a9903e793b6f715a9f015bdadb9a
|
||||
size 895061
|
3
Werkzeug-2.0.3.tar.gz
Normal file
3
Werkzeug-2.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c
|
||||
size 895551
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.0.3:
|
||||
* ``ProxyFix`` supports IPv6 addresses.
|
||||
* Type annotation for ``Response.make_conditional``,
|
||||
``HTTPException.get_response``, and ``Map.bind_to_environ`` accepts
|
||||
``Request`` in addition to ``WSGIEnvironment`` for the first
|
||||
parameter.
|
||||
* Fix type annotation for ``Request.user_agent_class``.
|
||||
* Accessing ``LocalProxy.__class__`` and ``__doc__`` on an unbound
|
||||
proxy returns the fallback value instead of a method object.
|
||||
* Redirects with the test client set ``RAW_URI`` and ``REQUEST_URI``
|
||||
correctly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 21:20:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Werkzeug
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-Werkzeug
|
||||
Version: 2.0.2
|
||||
Version: 2.0.3
|
||||
Release: 0
|
||||
Summary: The Swiss Army knife of Python web development
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user