From d44f512eafca24baf9b9b901fbca66ed718634da Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Jul 2023 12:25:30 +0800 Subject: python3-frozenlist: upgrade 1.3.3 -> 1.4.0 Changelog: ============ Removed an unused :py:data:'typing.Tuple' import Dropped Python 3.7 support. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-frozenlist_1.3.3.bb | 11 ----------- .../recipes-devtools/python/python3-frozenlist_1.4.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-frozenlist_1.3.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-frozenlist_1.4.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.3.3.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.3.bb deleted file mode 100644 index 0cd23ab7a8..0000000000 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.3.3.bb +++ /dev/null @@ -1,11 +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] = "58bcc55721e8a90b88332d6cd441261ebb22342e238296bb330968952fbb3a6a" - -inherit pypi python_setuptools_build_meta - -BBCLASSEXTEND = "native nativesdk" - diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.4.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.4.0.bb new file mode 100644 index 0000000000..340b0e3845 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.4.0.bb @@ -0,0 +1,11 @@ +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] = "09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251" + +inherit pypi python_setuptools_build_meta + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf