From 28b472b1af5b12a49b255eef515fc6488dec049e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Jan 2023 15:19:27 +0800 Subject: python3-absl: upgrade 1.3.0 -> 1.4.0 Changelog: ============== NEW Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-absl_1.3.0.bb | 13 ------------- meta-python/recipes-devtools/python/python3-absl_1.4.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-absl_1.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-absl_1.4.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-absl_1.3.0.bb b/meta-python/recipes-devtools/python/python3-absl_1.3.0.bb deleted file mode 100644 index b376278165..0000000000 --- a/meta-python/recipes-devtools/python/python3-absl_1.3.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] = "463c38a08d2e4cef6c498b76ba5bd4858e4c6ef51da1a5a1f27139a022e20248" - -PYPI_PACKAGE = "absl-py" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-absl_1.4.0.bb b/meta-python/recipes-devtools/python/python3-absl_1.4.0.bb new file mode 100644 index 0000000000..bbea9cacb2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-absl_1.4.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] = "d2c244d01048ba476e7c080bd2c6df5e141d211de80223460d5b3b8a2a58433d" + +PYPI_PACKAGE = "absl-py" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf