]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-setuptools: upgrade 69.1.1 -> 69.2.0
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 26 Mar 2024 00:34:45 +0000 (08:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2024 06:38:37 +0000 (07:38 +0100)
commit49d2c4cf43d4ccac6f3f6c090fc0e5b0365645b6
treeee0993e79d335152618b2906b83399f0938fae50
parentf61957bc35fe36849c5b0d8ed512da7ee7d1f084
python3-setuptools: upgrade 69.1.1 -> 69.2.0

0001-conditionally-do-not-fetch-code-by-easy_install.patch
refreshed for 69.2.0

Changelog:
==========
-Explicitly use encoding="locale" for .pth files whenever possible, to reduce
 EncodingWarnings. This avoid errors with UTF-8
-Clarify some Package Discovery and Resource Access using pkg_resources methods
 return bytes, not str. Also return an empty bytes in EmptyProvider._get
-Return an empty list by default in pkg_resources.ResourceManager.cleanup_resources
-Made pkg_resoursces.NullProvider's has_metadata and metadata_isdir methods
 return actual booleans like all other Providers.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
meta/recipes-devtools/python/python3-setuptools_69.2.0.bb [moved from meta/recipes-devtools/python/python3-setuptools_69.1.1.bb with 94% similarity]