summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yarl_1.18.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-yarl: Upgrade 1.17.1 -> 1.18.0Leon Anavi2024-11-291-0/+37
Upgrade to release 1.18.0: - Added keep_query and keep_fragment flags in the :py:meth:`yarl.URL.with_path`, :py:meth:`yarl.URL.with_name` and :py:meth:`yarl.URL.with_suffix` methods, allowing users to optionally retain the query string and fragment in the resulting URL when replacing the path - Started running downstream aiohttp tests - Improved performance of converting :class:`~yarl.URL` to a string Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>