From 7374ceffe82dc2a00a751c32af5f10e7641e0518 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 22 Feb 2021 19:50:39 +0200 Subject: python3-transitions: Upgrade 0.8.6 -> 0.8.7 Upgrade to release 0.8.7: - State configuration dictionaries passed to HierarchicalMachine can also use states as a keyword to define substates. If children and states are present, only children will be considered. - HierarchicalMachine with custom separator now adds is_state partials for nested states (e.g. is_C.s3.a()) to models. - Use model_attribute consistently in AsyncMachine - Testing now treats most warnings as errors - As a consequence, pygraphviz.Agraph in diagrams_pygraphviz are now copied by transitions since AGraph.copy as of version 1.6 does not close temporary files appropriately - HierarchicalMachine now checks whether state_cls, event_cls and transition_cls have been subclassed from nested base classes (e.g. NestedState) to prevent hard to debug inheritance errors Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-transitions_0.8.6.bb | 9 --------- meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-transitions_0.8.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.6.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.6.bb deleted file mode 100644 index 701c82cda8..0000000000 --- a/meta-python/recipes-devtools/python/python3-transitions_0.8.6.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=baac7be1f4c17620df74188e23da6d47" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "032e10113139852ffb3ecfa4c2a5138f87441d85c3d6ad9122bb4b0978180a8d" - -RDEPENDS_${PN} += "python3-six" diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb new file mode 100644 index 0000000000..04a033742a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.7.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=baac7be1f4c17620df74188e23da6d47" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "8c60ec0828cd037820726283cad5d4d77a5e31514e058b51250420e9873e9bc7" + +RDEPENDS_${PN} += "python3-six" -- cgit v1.2.3-54-g00ecf