summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-09-10 05:57:14 +0800
committerKhem Raj <raj.khem@gmail.com>2021-09-10 06:55:20 -0700
commitcebf01f326de251a94f6944b6d06019d673893ae (patch)
treed09f8d935da2c173984afb04ff80e104f1246042 /meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb
parent5f60aab530b5979c1bdb7059d323e0a53ced62fe (diff)
downloadmeta-openembedded-cebf01f326de251a94f6944b6d06019d673893ae.tar.gz
python3-transitions: upgrade 0.8.8 -> 0.8.9
Release 0.8.8 is a minor release and contains a bugfix for HSM, a feature for `GraphSupport` and changes internal cache handling: - Bugfix #544: `NestedEvent` now wraps the machine's scope into partials passed to `HierarchicalMachine._process`. This prevents queued transitions from losing their scope. - Feature #533: `(A)Graph.draw` function (object returned by `GraphMachine.get_graph()`) can be passed a file/stream object as first parameter or `None`. The later will result in `draw` returning a binary string. (thanks @Blindfreddy). - Feature #532: Use id(model) instead of model for machine-bound caches in `LockedMachine`, `AsyncMachine` and `GraphMachine`. This might influence pickling (thanks @thedrow). Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb
new file mode 100644
index 0000000000..178dfad3f3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.9.bb
@@ -0,0 +1,9 @@
1SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47"
4
5inherit pypi setuptools3
6
7SRC_URI[sha256sum] = "fc2ec6d6b6f986cd7e28e119eeb9ba1c9cc51ab4fbbdb7f2dedad01983fd2de0"
8
9RDEPENDS:${PN} += "python3-six python3-logging"