From 6d535fd88c52127ac9151f232ea7b35ef4c45b18 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Jul 2025 17:06:52 +0800 Subject: python3-transitions: upgrade 0.9.2 -> 0.9.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-transitions_0.9.2.bb | 9 --------- meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-transitions_0.9.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.9.2.bb b/meta-python/recipes-devtools/python/python3-transitions_0.9.2.bb deleted file mode 100644 index 3a27b666cf..0000000000 --- a/meta-python/recipes-devtools/python/python3-transitions_0.9.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions." -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=de0a0876a688a4483bfafa764773ab39" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "2f8490dbdbd419366cef1516032ab06d07ccb5839ef54905e842a472692d4204" - -RDEPENDS:${PN} += "python3-six python3-logging" diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb b/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb new file mode 100644 index 0000000000..7a4ac0e796 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb @@ -0,0 +1,9 @@ +SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=de0a0876a688a4483bfafa764773ab39" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "881fb75bb1654ed55d86060bb067f2c716f8e155f57bb73fd444e53713aafec8" + +RDEPENDS:${PN} += "python3-six python3-logging" -- cgit v1.2.3-54-g00ecf