summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-yarl: upgrade 1.14.0 -> 1.15.1Wang Mingyu2024-10-141-35/+0
| | | | | | | | | | | | | Changelog: ========== - Improved performance of calling :py:meth:~yarl.URL.build - Improved performance of all :class:~yarl.URL methods that create new :class:~yarl.URL objects - Improved performance of :class:~yarl.URL methods that modify the network location Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: Add missing rdep on python3-hypothesis for ptestsKhem Raj2024-10-111-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>