summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-11-03 14:11:50 +0200
committerKhem Raj <raj.khem@gmail.com>2021-11-04 06:52:51 -0700
commit118bfa649324be52640ce52d69df0a6e06ab5ae7 (patch)
treec3fdb6c8c07ac8ba3ad8035cf3654fa857ed17b8 /meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb
parentc674fd8644edb5b19a2e8c71c01038ce19affc14 (diff)
downloadmeta-openembedded-118bfa649324be52640ce52d69df0a6e06ab5ae7.tar.gz
python3-aenum: Upgrade 3.1.0 -> 3.1.2
Upgrade to release 3.1.2: - fix extend_enum() - tests: move enum setting from body to header 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/python/python3-aenum_3.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb
new file mode 100644
index 0000000000..ce58c5ef49
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb
@@ -0,0 +1,10 @@
1SUMMARY = "Advanced Enumerations library"
2HOMEPAGE = "https://pypi.org/project/aenum/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9"
5
6SRC_URI[sha256sum] = "806dd4791298e19daff2cdfe7be3ae6d931d0d03097973f802b3ea55066f62dd"
7
8inherit pypi setuptools3
9
10BBCLASSEXTEND = "native nativesdk"