summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-yarl: Upgrade 1.13.1 -> 1.14.0Leon Anavi2024-10-101-0/+34
Upgrade to release 1.14.0: - Switched to using the :mod:`propcache <propcache.api>` package for property caching - Started testing with Hypothesis - Improved performance of :py:meth:`~yarl.URL.is_default_port` when no explicit port is set - Improved performance of converting :class:`~yarl.URL` to a string when no explicit port is set - Improved performance of the :py:meth:`~yarl.URL.origin` method - Improved performance of encoding hosts Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>