Go to file
Dirk Mueller 5addf4ec6f - 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`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=100
2024-11-12 09:37:54 +00:00
_multibuild - Update to 3.1.3 2024-11-12 09:37:54 +00:00
.gitattributes - Update to 3.1.3 2024-11-12 09:37:54 +00:00
.gitignore - Update to 3.1.3 2024-11-12 09:37:54 +00:00
python-Werkzeug.changes - Update to 3.1.3 2024-11-12 09:37:54 +00:00
python-Werkzeug.spec - Update to 3.1.3 2024-11-12 09:37:54 +00:00
werkzeug-3.0.3.tar.gz - Update to 3.1.3 2024-11-12 09:37:54 +00:00
werkzeug-3.0.4.tar.gz - Update to 3.1.3 2024-11-12 09:37:54 +00:00
werkzeug-3.0.6.tar.gz - Update to 3.1.3 2024-11-12 09:37:54 +00:00
werkzeug-3.1.1.tar.gz - Update to 3.1.3 2024-11-12 09:37:54 +00:00
werkzeug-3.1.3.tar.gz - Update to 3.1.3 2024-11-12 09:37:54 +00:00