From: Wang Mingyu <[email protected]> Changelog: ========== - Update incorrect or incomplete constants in distutils - Use Generator instead of Iterator for 3rd-party context managers - Bump mypy to 1.11.1
License-Update: License changed from "Apache-2.0 license" to "Apache-2.0" Signed-off-by: Wang Mingyu <[email protected]> --- .../python/python3-types-setuptools_71.1.0.20240726.bb | 10 ---------- .../python/python3-types-setuptools_73.0.0.20240822.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_71.1.0.20240726.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_71.1.0.20240726.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_71.1.0.20240726.bb deleted file mode 100644 index ace198d04..000000000 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_71.1.0.20240726.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Typing stubs for setuptools" -HOMEPAGE = "https://github.com/python/typeshed" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "85ba28e9461bb1be86ebba4db0f1c2408f2b11115b1966334ea9dc464e29303e" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb new file mode 100644 index 000000000..2eaa2d136 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb @@ -0,0 +1,10 @@ +SUMMARY = "Typing stubs for setuptools" +HOMEPAGE = "https://github.com/python/typeshed" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "3a060681098eb3fbc2fea0a86f7f6af6aa1ca71906039d88d891ea2cecdd4dbf" + +BBCLASSEXTEND = "native" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112018): https://lists.openembedded.org/g/openembedded-devel/message/112018 Mute This Topic: https://lists.openembedded.org/mt/108138494/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
