Path to this page:
Subject: CVS commit: pkgsrc/www/py-yarl
From: Adam Ciarcinski
Date: 2024-10-01 09:50:20
Message id: 20241001075020.43BE2FC74@cvs.NetBSD.org
Log Message:
py-yarl: updated to 1.13.1
1.13.1
Miscellaneous internal changes
- Improved performance of calling :py:meth:`~yarl.URL.build` with ``authority``
1.13.0
Bug fixes
- Started rejecting ASCII hostnames with invalid characters. For host strings that
look like authority strings, the exception message includes advice on what to do
instead
- Fixed IPv6 addresses missing brackets when the :class:`~yarl.URL` was \
converted to a string
Features
- Added :attr:`~yarl.URL.host_subcomponent` which returns the \
:rfc:`3986#section-3.2.2` host subcomponent
1.12.1
No significant changes.
1.12.0
Features
- Added :attr:`~yarl.URL.path_safe` to be able to fetch the path without ``%2F`` \
and ``%25`` decoded
Removals and backward incompatible breaking changes
- Restore decoding ``%2F`` (``/``) in ``URL.path``
Miscellaneous internal changes
- Improved performance of processing paths
Files: