summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-absl_1.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-absl: upgrade 1.1.0 -> 1.2.0zhengruoqin2022-07-271-13/+0
| | | | | | | Fixed a crash in Python 3.11 when TempFileCleanup.SUCCESS is used. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-absl: upgrade 1.0.0 -> 1.1.0zhengruoqin2022-06-301-0/+13
Changelog: ========== *Flag instances now raise an error if used in a bool context. This prevents the occasional mistake of testing an instance for truthiness rather than testing flag.value. *absl-py no longer depends on six. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>