From 45b8634578e901a1074cf5e36a9b38c132532d48 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 16 Nov 2021 11:35:53 +0800 Subject: python3-absl: upgrade 0.15.0 -> 1.0.0 Changed absl-py no longer supports Python 2.7, 3.4, 3.5. All versions have reached end-of-life for more than a year now. New releases will be tagged as vX.Y.Z instead of pypi-vX.Y.Z in the git repo going forward. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-absl_0.15.0.bb | 13 ------------- meta-python/recipes-devtools/python/python3-absl_1.0.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-absl_0.15.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-absl_1.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-absl_0.15.0.bb b/meta-python/recipes-devtools/python/python3-absl_0.15.0.bb deleted file mode 100644 index f25201dc3f..0000000000 --- a/meta-python/recipes-devtools/python/python3-absl_0.15.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Abseil Python Common Libraries" -HOMEPAGE = "https://github.com/abseil/abseil-py" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[sha256sum] = "72d782fbeafba66ba3e525d46bccac949b9a174dbf66233e50ece09ee688dc81" - -PYPI_PACKAGE = "absl-py" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-absl_1.0.0.bb b/meta-python/recipes-devtools/python/python3-absl_1.0.0.bb new file mode 100644 index 0000000000..736e6a9444 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-absl_1.0.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Abseil Python Common Libraries" +HOMEPAGE = "https://github.com/abseil/abseil-py" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[sha256sum] = "ac511215c01ee9ae47b19716599e8ccfa746f2e18de72bdf641b79b22afa27ea" + +PYPI_PACKAGE = "absl-py" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf