From 4092284b93b6f418343adb0a359d46e6c4c60664 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Jul 2024 17:02:22 +0800 Subject: [PATCH] python3-types-setuptools: upgrade 70.1.0.20240627 -> 70.3.0.20240710 Changelog: ============ - Support for loading distutils from the standard library is now deprecated, including use of SETUPTOOLS_USE_DISTUTILS=stdlib and importing distutils before importing setuptools. - Bugfix for building Cython extension on Windows - Updated distutils including significant changes to support Cygwin and mingw compilers. - Fix distribution name normalisation (PEP 625) for valid versions that are not canonical (e.g. 1.0-2). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ....20240627.bb => python3-types-setuptools_70.3.0.20240710.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-types-setuptools_70.1.0.20240627.bb => python3-types-setuptools_70.3.0.20240710.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_70.1.0.20240627.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_70.3.0.20240710.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-types-setuptools_70.1.0.20240627.bb rename to meta-python/recipes-devtools/python/python3-types-setuptools_70.3.0.20240710.bb index 6e2c6a70f3..b461e7445b 100644 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_70.1.0.20240627.bb +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_70.3.0.20240710.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1 inherit pypi setuptools3 -SRC_URI[sha256sum] = "385907a47b5cf302b928ce07953cd91147d5de6f3da604c31905fdf0ec309e83" +SRC_URI[sha256sum] = "842cbf399812d2b65042c9d6ff35113bbf282dee38794779aa1f94e597bafc35" BBCLASSEXTEND = "native"