summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pip_24.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pip: upgrade 23.3.2 -> 24.0Wang Mingyu2024-03-011-0/+60
no_shebang_mangling.patch refreshed for 24.0 Changelog: =========== -Retry on HTTP status code 502 -Automatically use the setuptools PEP 517 build backend when --config-settings is used for projects without pyproject.toml. -Make pip freeze and pip uninstall of legacy editable installs of packages whose name contains _ compatible with setuptools>=69.0.3. -Support per requirement --config-settings for editable installs. (From OE-Core rev: 73040d2ed2a440d7497b448b8e81ee19bef5858b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>