summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-07-07 16:01:15 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-07 08:24:26 -0700
commita0e77fcb705b7b036c85fc0ced7de9bc5c84c6e8 (patch)
tree4143bea0deec702caed3f45c9dbd908921ae6405 /meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb
parent3674fd8dd3b76ff4665cca6f2b38277f076e5293 (diff)
downloadmeta-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/python/python3-awesomeversion_22.5.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb
deleted file mode 100644
index c43f9ee544..0000000000
--- a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1DESCRIPTION = "One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them."
2HOMEPAGE = "https://pypi.org/project/awesomeversion/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d"
6
7SRC_URI[sha256sum] = "051f89efd8ba0b157fb516bda5e1dad4d63f87e8f9c0c148930023d984fce62f"
8
9RDEPENDS:${PN} += "python3-profile python3-logging"
10
11inherit pypi setuptools3