From 00b76b33d42a0800fc72abed49ffa342bb36735b Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 20 May 2021 09:38:32 +0800 Subject: python3-sortedcontainers: upgrade 2.3.0 -> 2.4.0 (From OE-Core rev: c8c4e324eccc816432381d61b94c6ec13e25d634) Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb | 9 --------- meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb create mode 100644 meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb diff --git a/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb b/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb deleted file mode 100644 index 6060c03723..0000000000 --- a/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions." -HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae" - -inherit pypi setuptools3 -SRC_URI[sha256sum] = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb b/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb new file mode 100644 index 0000000000..0755d3e177 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions." +HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae" + +inherit pypi setuptools3 +SRC_URI[sha256sum] = "25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf