From 118bfa649324be52640ce52d69df0a6e06ab5ae7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 3 Nov 2021 14:11:50 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb | 10 ---------- meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb deleted file mode 100644 index 999fd5a3d1..0000000000 --- a/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Advanced Enumerations library" -HOMEPAGE = "https://pypi.org/project/aenum/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9" - -SRC_URI[sha256sum] = "87f0e9ef4f828578ab06af30e4d7944043bf4ecd3f4b7bd1cbe37e2173cde94a" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" 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 @@ +SUMMARY = "Advanced Enumerations library" +HOMEPAGE = "https://pypi.org/project/aenum/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9" + +SRC_URI[sha256sum] = "806dd4791298e19daff2cdfe7be3ae6d931d0d03097973f802b3ea55066f62dd" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf