[meta-python] python3-absl: upgrade 0.15.0 -> 1.0.0

Message ID 1637033756-81253-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-absl: upgrade 0.15.0 -> 1.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 16, 2021, 3:35 a.m. UTC
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 <wangmy@fujitsu.com>
---
 .../python/{python3-absl_0.15.0.bb => python3-absl_1.0.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-absl_0.15.0.bb => python3-absl_1.0.0.bb} (76%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-absl_0.15.0.bb b/meta-python/recipes-devtools/python/python3-absl_1.0.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-absl_0.15.0.bb
rename to meta-python/recipes-devtools/python/python3-absl_1.0.0.bb
index f25201dc3f..736e6a9444 100644
--- a/meta-python/recipes-devtools/python/python3-absl_0.15.0.bb
+++ b/meta-python/recipes-devtools/python/python3-absl_1.0.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "72d782fbeafba66ba3e525d46bccac949b9a174dbf66233e50ece09ee688dc81"
+SRC_URI[sha256sum] = "ac511215c01ee9ae47b19716599e8ccfa746f2e18de72bdf641b79b22afa27ea"
 
 PYPI_PACKAGE = "absl-py"