diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-15 17:02:22 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 16:36:14 -0700 |
| commit | 4092284b93b6f418343adb0a359d46e6c4c60664 (patch) | |
| tree | f19acc2512bb63fa162325b0ff064033e4bd6c5c /meta-python | |
| parent | 812d2aa3c5d8ffa25204150e3e937334c225d580 (diff) | |
| download | meta-openembedded-4092284b93b6f418343adb0a359d46e6c4c60664.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-types-setuptools_70.3.0.20240710.bb (renamed from meta-python/recipes-devtools/python/python3-types-setuptools_70.1.0.20240627.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 | |||
| 5 | 5 | ||
| 6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "385907a47b5cf302b928ce07953cd91147d5de6f3da604c31905fdf0ec309e83" | 8 | SRC_URI[sha256sum] = "842cbf399812d2b65042c9d6ff35113bbf282dee38794779aa1f94e597bafc35" |
| 9 | 9 | ||
| 10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
