summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-08-23 14:02:01 +0300
committerKhem Raj <raj.khem@gmail.com>2022-08-23 19:12:52 -0700
commitd058eb1a3c7d8b1e45802d5eac0ba233307906c0 (patch)
tree4fca8c531fdbcc62abe2360e35963d83aedd6667 /meta-python/recipes-devtools
parent812f20667a507829a683483f28d898938299d9a6 (diff)
downloadmeta-openembedded-d058eb1a3c7d8b1e45802d5eac0ba233307906c0.tar.gz
python3-awesomeversion: Upgrade 22.6.0 -> 22.8.0
Upgrade to release 22.8.0: - Change devcontainer - Do not allow find_first_match without ensure_strategy - Warn instead of raise for missing ensure_strategy - Correct spelling mistakes - Handle KeyError - _compare_versions takes AwesomeVersion not str Signed-off-by: Leon Anavi <leon.anavi@konsulko.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.8.0.bb (renamed from meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_22.8.0.bb
index cadb6f502d..550a8c439b 100644
--- a/meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-awesomeversion_22.8.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d" 5LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d"
6 6
7SRC_URI[sha256sum] = "38f580bfacf1c06b674bcd0f68e0c445ebb03fcd3700c6a2c588fb9313308e0f" 7SRC_URI[sha256sum] = "0469a801faafb3a7a13c529edc977ea04c3bce825af9ebb602f58012bc487db5"
8 8
9RDEPENDS:${PN} += "python3-profile python3-logging" 9RDEPENDS:${PN} += "python3-profile python3-logging"
10 10