Path to this page:
Subject: CVS commit: pkgsrc/www/py-werkzeug
From: Thomas Klausner
Date: 2024-11-11 10:19:57
Message id: 20241111091957.64C49FC7D@cvs.NetBSD.org
Log Message:
py-werkzeug: update to 3.1.3.
Version 3.1.3
-------------
Released 2024-11-08
- 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`
Files: