From 7d7484b45247826222584b019af549ad7cf7e4d2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Oct 2025 17:19:04 +0800 Subject: python3-frozenlist: upgrade 1.7.0 -> 1.8.0 Changelog: ========== - The :file:'reusable-cibuildwheel.yml' workflow has been refactored to be more generic and :file:'ci-cd.yml' now holds all the configuration toggles - When building wheels, the source distribution is now passed directly to the cibuildwheel invocation - Builds and tests have been added to ci-cd.yml for arm64 Windows wheels - Started building wheels for CPython 3.14 - Removed --config-settings=pure-python=false from :file:'requirements/dev.txt'. Developers on CPython still get accelerated builds by default. To explicitly build a pure Python wheel, use pip install -e . --config-settings=pure-python=true Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-frozenlist_1.7.0.bb | 17 ----------------- .../recipes-devtools/python/python3-frozenlist_1.8.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-frozenlist_1.8.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb deleted file mode 100644 index d832494c82..0000000000 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "A list-like structure which implements collections.abc.MutableSequence, and which can be made immutable." -HOMEPAGE = "https://github.com/aio-libs/frozenlist" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" - -SRC_URI[sha256sum] = "2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f" - -inherit pypi python_setuptools_build_meta cython - -SRC_URI += " \ - file://0001-build-wheel-in-place.patch \ -" -DEPENDS += " \ - python3-expandvars-native \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.8.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.8.0.bb new file mode 100644 index 0000000000..cf2ed455bf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.8.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "A list-like structure which implements collections.abc.MutableSequence, and which can be made immutable." +HOMEPAGE = "https://github.com/aio-libs/frozenlist" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" + +SRC_URI[sha256sum] = "3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad" + +inherit pypi python_setuptools_build_meta cython + +SRC_URI += " \ + file://0001-build-wheel-in-place.patch \ +" +DEPENDS += " \ + python3-expandvars-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf