From: Wang Mingyu <[email protected]> Changelog: =========== - Removed code referencing bdist_wininst in install_scripts. - Promote pyproject.toml’s [tool.setuptools] out of beta. - Automatically add files listed in Extension.depends to sdists, as long as they are contained in the project directory - Require Python 3.8 or later. - Made imports in editable installs case-sensitive on case-insensitive filesystems - Use default encoding to create .pth files with editable_wheel. - Detects (and complain about) scripts and gui-scripts set via setup.py when pyproject.toml does not include them in dynamic.
Signed-off-by: Wang Mingyu <[email protected]> --- ...uptools_68.0.0.3.bb => python3-types-setuptools_68.1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-types-setuptools_68.0.0.3.bb => python3-types-setuptools_68.1.0.0.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb rename to meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.0.bb index 5a810c795f..f5f23facaa 100644 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.0.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1 inherit pypi setuptools3 -SRC_URI[sha256sum] = "d57ae6076100b5704b3cc869fdefc671e1baf4c2cd6643f84265dfc0b955bf05" +SRC_URI[sha256sum] = "2bc9b0c0818f77bdcec619970e452b320a423bb3ac074f5f8bc9300ac281c4ae" BBCLASSEXTEND = "native" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#104583): https://lists.openembedded.org/g/openembedded-devel/message/104583 Mute This Topic: https://lists.openembedded.org/mt/100931721/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
