Go to file
Wang Mingyu ad8b9b2baa
python3-transitions: upgrade 0.9.0 -> 0.9.1
Changelog:
===========
- Fix may_ always returning false for internal transitions
- Pass investigated transition to EventData context in 'may' check
- Improve the handling of diagrams when working with parallel states,
  especially when using the show_roi option
- Exception is not broad enough and does not catch asyncio.CancelledError or
  KeyboardInterrupt; use BaseException instead
- '_anchor' suffix has been removed for (py)graphviz cluster node anchors
- local testing switched from tox to nox
- Remove surrounding whitespace from docstrings
- Add on_final to Machine and NestedState constructor and final to State.
  Callbacks passed to on_final will be executed when a State with final=True is
  entered or all children of a parallel state are final.
- Process exceptions with Machine.on_exception in may_ as well
- Improved handling of removing transitions for GraphMachine and HiearachicalMachine
- Better handling of unset styling in GraphMachine

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-28 09:34:34 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
meta-gnome nautilus: upgrade 46.1 -> 46.2 2024-05-28 09:34:31 -07:00
meta-initramfs layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
meta-multimedia layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
meta-networking arno-iptables-firewall: upgrade 2.1.1 -> 2.1.2 2024-05-28 09:34:28 -07:00
meta-oe libdevmapper: upgrade 2.03.22 -> 2.03.24 2024-05-28 09:34:30 -07:00
meta-perl layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
meta-python python3-transitions: upgrade 0.9.0 -> 0.9.1 2024-05-28 09:34:34 -07:00
meta-webserver layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
meta-xfce layers: stop declaring compatibility with scarthgap 2024-05-28 09:34:02 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories