Accepting request 1223597 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1223597 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Werkzeug?expand=0&rev=50
This commit is contained in:
commit
dd12c1edc9
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 07:59:40 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.1.3
|
||||
* Initial data passed to ``MultiDict`` and similar interfaces only accepts
|
||||
``list``, ``tuple``, or ``set`` when passing multiple values. It had been
|
||||
changed to accept any ``Collection``, but this matched types that should be
|
||||
treated as single values, such as ``bytes``. :issue:`2994`
|
||||
* When the ``Host`` header is not set and ``Request.host`` falls back to the
|
||||
WSGI ``SERVER_NAME`` value, if that value is an IPv6 address it is wrapped
|
||||
in ``[]`` to match the ``Host`` header. :issue:`2993`
|
||||
- from version 3.1.2
|
||||
* Improve type annotation for ``TypeConversionDict.get`` to allow the ``type``
|
||||
parameter to be a callable. :issue:`2988`
|
||||
* ``Headers`` does not inherit from ``MutableMapping``, as it is does not
|
||||
exactly match that interface. :issue:`2989`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 10:57:09 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Werkzeug%{psuffix}
|
||||
Version: 3.1.1
|
||||
Version: 3.1.3
|
||||
Release: 0
|
||||
Summary: The Swiss Army knife of Python web development
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cd39dfbdfc1e051965f156163e2974e52c210f130810e9ad36858f0fd3edad4
|
||||
size 806453
|
3
werkzeug-3.1.3.tar.gz
Normal file
3
werkzeug-3.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746
|
||||
size 806925
|
Loading…
Reference in New Issue
Block a user