From 79ecfff8c7faa9f26fbbb25f0113844b5d1bc6c4956a36002a4e749e76d087de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Feb 2022 08:41:35 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=61 --- Werkzeug-2.0.2.tar.gz | 3 --- Werkzeug-2.0.3.tar.gz | 3 +++ python-Werkzeug.changes | 15 +++++++++++++++ python-Werkzeug.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 Werkzeug-2.0.2.tar.gz create mode 100644 Werkzeug-2.0.3.tar.gz diff --git a/Werkzeug-2.0.2.tar.gz b/Werkzeug-2.0.2.tar.gz deleted file mode 100644 index 08f5a6d..0000000 --- a/Werkzeug-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa2bb6fc8dee8d6c504c0ac1e7f5f7dc5810a9903e793b6f715a9f015bdadb9a -size 895061 diff --git a/Werkzeug-2.0.3.tar.gz b/Werkzeug-2.0.3.tar.gz new file mode 100644 index 0000000..e4461b4 --- /dev/null +++ b/Werkzeug-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c +size 895551 diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index 2217141..faf1dda 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 15 08:39:23 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index cfdb6dd..117d861 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -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