Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Werkzeug for openSUSE:Factory 
checked in at 2021-10-20 20:23:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Werkzeug (Old)
 and      /work/SRC/openSUSE:Factory/.python-Werkzeug.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Werkzeug"

Wed Oct 20 20:23:33 2021 rev:33 rq:925758 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Werkzeug/python-Werkzeug.changes  
2021-07-10 22:53:45.948099689 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Werkzeug.new.1890/python-Werkzeug.changes    
    2021-10-20 20:24:19.773379751 +0200
@@ -1,0 +2,38 @@
+Sat Oct 16 21:20:36 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 2.0.2:
+  * Handle multiple tokens in ``Connection`` header when routing
+    WebSocket requests.
+  * Set the debugger pin cookie secure flag when on https.
+  * Fix type annotation for ``MultiDict.update`` to accept iterable
+    values :pr:`2142`
+  * Prevent double encoding of redirect URL when ``merge_slash=True``
+    for ``Rule.match``.
+  * ``CombinedMultiDict.to_dict`` with ``flat=False`` considers all
+    component dicts when building value lists. :issue:`2189`
+  * ``send_file`` only sets a detected ``Content-Encoding`` if
+    ``as_attachment`` is disabled to avoid browsers saving
+    decompressed ``.tar.gz`` files.
+  * Fix type annotations for ``TypeConversionDict.get`` to not return an
+    ``Optional`` value if both ``default`` and ``type`` are not
+    ``None``.
+  * Fix type annotation for routing rule factories to accept
+    ``Iterable[RuleFactory]`` instead of ``Iterable[Rule]`` for the
+    ``rules`` parameter. :issue:`2183`
+  * Add missing type annotation for ``FileStorage.__getattr__``
+  * The debugger pin cookie is set with ``SameSite`` set to ``Strict``
+    instead of ``None`` to be compatible with modern browser security.
+  * Type annotations use ``IO[bytes]`` and ``IO[str]`` instead of
+    ``BinaryIO`` and ``TextIO`` for wider type compatibility.
+  * Ad-hoc TLS certs are generated with SAN matching CN. :issue:`2158`
+  * Fix memory usage for locals when using Python 3.6 or pre 0.4.17
+    greenlet versions. :pr:`2212`
+  * Fix type annotation in ``CallbackDict``, because it is not
+    utilizing a bound TypeVar. :issue:`2235`
+  * Fix setting CSP header options on the response. :pr:`2237`
+  * Fix an issue with with the interactive debugger where lines would
+    not expand on click for very long tracebacks. :pr:`2239`
+  * The interactive debugger handles displaying an exception that does
+    not have a traceback, such as from ``ProcessPoolExecutor``.
+
+-------------------------------------------------------------------

Old:
----
  Werkzeug-2.0.1.tar.gz

New:
----
  Werkzeug-2.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Werkzeug.spec ++++++
--- /var/tmp/diff_new_pack.0feEja/_old  2021-10-20 20:24:20.229380033 +0200
+++ /var/tmp/diff_new_pack.0feEja/_new  2021-10-20 20:24:20.233380036 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-Werkzeug
-Version:        2.0.1
+Version:        2.0.2
 Release:        0
 Summary:        The Swiss Army knife of Python web development
 License:        BSD-3-Clause

++++++ Werkzeug-2.0.1.tar.gz -> Werkzeug-2.0.2.tar.gz ++++++
++++ 2504 lines of diff (skipped)

Reply via email to