diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-07-07 16:01:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-07 08:24:26 -0700 |
commit | a0e77fcb705b7b036c85fc0ced7de9bc5c84c6e8 (patch) | |
tree | 4143bea0deec702caed3f45c9dbd908921ae6405 /meta-python/recipes-devtools | |
parent | 3674fd8dd3b76ff4665cca6f2b38277f076e5293 (diff) | |
download | meta-openembedded-a0e77fcb705b7b036c85fc0ced7de9bc5c84c6e8.tar.gz |
python3-awesomeversion: upgrade 22.5.2 -> 22.6.0
Changelog:
===========
Handle ValueError for possible blank values when casting to int
Remove deprecated method AwesomeVersion.ensure_strategy
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb index c43f9ee54..cadb6f502 100644 --- a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d" | 5 | LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "051f89efd8ba0b157fb516bda5e1dad4d63f87e8f9c0c148930023d984fce62f" | 7 | SRC_URI[sha256sum] = "38f580bfacf1c06b674bcd0f68e0c445ebb03fcd3700c6a2c588fb9313308e0f" |
8 | 8 | ||
9 | RDEPENDS:${PN} += "python3-profile python3-logging" | 9 | RDEPENDS:${PN} += "python3-profile python3-logging" |
10 | 10 | ||