diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-24 16:21:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
commit | c8861ea40481c7e220d58941dc62be2c73b5eb95 (patch) | |
tree | a3b9412f2c575c3576301fb5718f0f587ab4d029 | |
parent | 104345e1d3467630974b400a8fea34801afae80b (diff) | |
download | meta-openembedded-c8861ea40481c7e220d58941dc62be2c73b5eb95.tar.gz |
python3-types-setuptools: upgrade 68.0.0.3 -> 68.1.0.0
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-types-setuptools_68.0.0.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 | |||
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "d57ae6076100b5704b3cc869fdefc671e1baf4c2cd6643f84265dfc0b955bf05" | 8 | SRC_URI[sha256sum] = "2bc9b0c0818f77bdcec619970e452b320a423bb3ac074f5f8bc9300ac281c4ae" |
9 | 9 | ||
10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |