summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yarl_1.9.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-yarl: upgrade 1.9.2 -> 1.9.4Leon Anavi2023-12-181-27/+0
| | | | | | | | | | | | | | | Upgrade to version 1.9.4: - Started raising :py:exc:TypeError when a string value is passed into :py:meth:~yarl.URL.build as the port argument -- by :user:commonism - The leading -- has been dropped from the :pep:517 in-tree build backend config setting names. --pure-python is now just pure-python - A step-by-step :doc:Release Guide <contributing/release_guide> guide has been added, describing how to release yarl Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: upgrade 1.8.2 -> 1.9.2Wang Mingyu2023-05-081-0/+27
Changelog: Fix regression with truediv and absolute URLs with empty paths causing the raw path to lack the leading /. License-Update:Update the LICENSE file to contain the license used (Apache-2.0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>