From c8861ea40481c7e220d58941dc62be2c73b5eb95 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 24 Aug 2023 16:21:02 +0800 Subject: [PATCH] python3-types-setuptools: upgrade 68.0.0.3 -> 68.1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- ...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"