summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-absl_2.1.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 09:31:06 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-23 11:55:35 -0800
commit0007269307a080ef4a51a289741ec19246f60d28 (patch)
treeeec96115788fd43fd3242411b603d5b21f459d6e /meta-python/recipes-devtools/python/python3-absl_2.1.0.bb
parent3616b8972711b1e52e86a00191c023b0e1b9003f (diff)
downloadmeta-openembedded-0007269307a080ef4a51a289741ec19246f60d28.tar.gz
python3-absl: upgrade 2.0.0 -> 2.1.0
Changelog: ========= -Added absl.flags.override_value function to provide FlagHolder with a construct to modify values. -Added a new method absltest.TestCase.assertDataclassEqual that tests equality of dataclass.dataclass objects with better error messages when the assert fails. -absl.flags.argparse_flags.ArgumentParser now correctly inherits an empty instance of FlagValues to ensure that absl flags, such as --flagfile, --undefok are supported. -Do not exit 5 if tests were skipped on Python 3.12. This follows the CPython change in python/cpython#113856. -The flag foo no longer retains the value bar after FLAGS.foo = bar fails due to a validation error. -Fixed an issue caused by this Python 3.12.1 change where the test reporter crashes when all tests are skipped. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-absl_2.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-absl_2.1.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-absl_2.1.0.bb b/meta-python/recipes-devtools/python/python3-absl_2.1.0.bb
new file mode 100644
index 0000000000..5bdb83175d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-absl_2.1.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Abseil Python Common Libraries"
2HOMEPAGE = "https://github.com/abseil/abseil-py"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7SRC_URI[sha256sum] = "7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff"
8
9PYPI_PACKAGE = "absl-py"
10
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native"