From 1700bee64cbc76d0216f2a726cfc56a8c031c626 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 13 Nov 2022 11:17:26 +0800 Subject: python3-frozenlist: upgrade 1.3.1 -> 1.3.3 Changelog: Fixed CI runs when creating a new release, where new towncrier versions fail when the current version section is already present. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-frozenlist_1.3.1.bb | 11 ----------- .../recipes-devtools/python/python3-frozenlist_1.3.3.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-frozenlist_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-frozenlist_1.3.3.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.3.1.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.1.bb deleted file mode 100644 index b95a014f55..0000000000 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.3.1.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] = "3a735e4211a04ccfa3f4833547acdf5d2f863bfeb01cfd3edaffbc251f15cec8" - -inherit pypi python_setuptools_build_meta - -BBCLASSEXTEND = "native nativesdk" - 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 new file mode 100644 index 0000000000..0cd23ab7a8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.3.3.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] = "58bcc55721e8a90b88332d6cd441261ebb22342e238296bb330968952fbb3a6a" + +inherit pypi python_setuptools_build_meta + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf