summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-absl_1.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-absl: upgrade 1.0.0 -> 1.1.0zhengruoqin2022-06-301-13/+0
| | | | | | | | | | | | 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>
* python3-absl: upgrade 0.15.0 -> 1.0.0wangmy2021-11-171-0/+13
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> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>