summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-09-15 17:32:55 +0300
committerKhem Raj <raj.khem@gmail.com>2022-09-15 08:18:10 -0700
commit2659f3d1f3fd0103e9857234cedc4ddec6d97416 (patch)
treedd6c9fd628efe8be36a331a7d691486fde795f54 /meta-python
parent7525235e2dd2387750fc2427ebf2f27919394fcc (diff)
downloadmeta-openembedded-2659f3d1f3fd0103e9857234cedc4ddec6d97416.tar.gz
python3-awesomeversion: Upgrade 22.8.0 -> 22.9.0
Upgrade to release 22.9.0: - Allow and add named sections for CalVer - Add diff method to AwesomeVersion to list out changes between 2 objects Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-awesomeversion_22.9.0.bb (renamed from meta-python/recipes-devtools/python/python3-awesomeversion_22.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_22.8.0.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_22.9.0.bb
index 550a8c439b..20ed1890db 100644
--- a/meta-python/recipes-devtools/python/python3-awesomeversion_22.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-awesomeversion_22.9.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] = "0469a801faafb3a7a13c529edc977ea04c3bce825af9ebb602f58012bc487db5" 7SRC_URI[sha256sum] = "2f4190d333e81e10b2a4e156150ddb3596f5f11da67e9d51ba39057aa7a17f7e"
8 8
9RDEPENDS:${PN} += "python3-profile python3-logging" 9RDEPENDS:${PN} += "python3-profile python3-logging"
10 10