Path to this page:
Subject: CVS commit: pkgsrc/www/py-yarl
From: Adam Ciarcinski
Date: 2024-12-04 10:24:08
Message id: 20241204092408.B8D57FC1C@cvs.NetBSD.org
Log Message:
py-yarl: updated to 1.18.3
1.18.3
Bug fixes
- Fixed uppercase ASCII hosts being rejected by :meth:`URL.build() \
<yarl.URL.build>` and :py:meth:`~yarl.URL.with_host`
Miscellaneous internal changes
- Improved performances of multiple path properties on cache miss
1.18.2
No significant changes.
1.18.1
Miscellaneous internal changes
- Improved cache performance when :class:`~yarl.URL` objects are constructed \
from :py:meth:`~yarl.URL.build` with ``encoded=True``
- Improved cache performance for operations that produce a new \
:class:`~yarl.URL` object
Files: