From e174e3bf71e7256e576934e0e58593911c774d3d Mon Sep 17 00:00:00 2001 From: zangrc Date: Thu, 28 Oct 2021 01:23:33 +0800 Subject: python3-absl: upgrade 0.14.1 -> 0.15.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-absl_0.14.1.bb | 13 ------------- meta-python/recipes-devtools/python/python3-absl_0.15.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-absl_0.14.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-absl_0.15.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-absl_0.14.1.bb b/meta-python/recipes-devtools/python/python3-absl_0.14.1.bb deleted file mode 100644 index 270dbf200f..0000000000 --- a/meta-python/recipes-devtools/python/python3-absl_0.14.1.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] = "eb0383bd431c0d7b2320179904cab00120a10977e3c9671d99efbbed17efb55a" - -PYPI_PACKAGE = "absl-py" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native" 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 new file mode 100644 index 0000000000..f25201dc3f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-absl_0.15.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] = "72d782fbeafba66ba3e525d46bccac949b9a174dbf66233e50ece09ee688dc81" + +PYPI_PACKAGE = "absl-py" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf