From c8861ea40481c7e220d58941dc62be2c73b5eb95 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 24 Aug 2023 16:21:02 +0800 Subject: 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 --- .../python/python3-types-setuptools_68.0.0.3.bb | 10 ---------- .../python/python3-types-setuptools_68.1.0.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.0.bb (limited to 'meta-python') 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.0.0.3.bb deleted file mode 100644 index 5a810c795f..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.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] = "d57ae6076100b5704b3cc869fdefc671e1baf4c2cd6643f84265dfc0b955bf05" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.0.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.0.bb new file mode 100644 index 0000000000..f5f23facaa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.0.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=ef4dc1e740f5c928f1608a4a9c7b578e" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "2bc9b0c0818f77bdcec619970e452b320a423bb3ac074f5f8bc9300ac281c4ae" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf