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>
This commit is contained in:
Wang Mingyu
2024-07-15 17:02:22 +08:00
committed by Khem Raj
parent 812d2aa3c5
commit 4092284b93

View File

@@ -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"