diff mbox series

[meta-python] python3-absl: upgrade 1.3.0 -> 1.4.0

Message ID 1673939970-20246-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-absl: upgrade 1.3.0 -> 1.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 17, 2023, 7:19 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==============
NEW
---
    (testing) Added @flagsaver.as_parsed: this allows saving/restoring flags
    using string values as if parsed from the command line and will also reflect
    other flag states after command line parsing, e.g. .present is set.

Changed
--------
    (logging) If no log dir is specified logging.find_log_dir() now falls back
    to tempfile.gettempdir() instead of /tmp/.

Fixed
-------
    (flags) Additional kwargs (e.g. short_name=) to DEFINE_multi_enum_class
    are now correctly passed to the underlying Flag object.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-absl_1.3.0.bb => python3-absl_1.4.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-absl_1.3.0.bb => python3-absl_1.4.0.bb} (76%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-absl_1.3.0.bb b/meta-python/recipes-devtools/python/python3-absl_1.4.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-absl_1.3.0.bb
rename to meta-python/recipes-devtools/python/python3-absl_1.4.0.bb
index b37627816..bbea9cacb 100644
--- a/meta-python/recipes-devtools/python/python3-absl_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-absl_1.4.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "463c38a08d2e4cef6c498b76ba5bd4858e4c6ef51da1a5a1f27139a022e20248"
+SRC_URI[sha256sum] = "d2c244d01048ba476e7c080bd2c6df5e141d211de80223460d5b3b8a2a58433d"
 
 PYPI_PACKAGE = "absl-py"