meta-openembedded/meta-python
zangrc 516fcc1ca6 python3-transitions: upgrade 0.8.9 -> 0.8.10
Release 0.8.10 is a minor release and contains two bug fixes for the HSM extension and changes how the 'self' literal string is handled.

- Feature #545: The literal 'self' (default model parameter of `Machine`) has been replaced by the class variable `Machine.self_literal = 'self'`. `Machine` now performs an identity check (instead of a value check) with `mod is self.self_literal` to determine whether it should act as a model. While 'self' should still work when passed to the `model` parameter, we encourage using `Machine.self_literal` from now on. This was done to enable easier override of `Machine.__eq__` in subclasses (thanks @VKSolovev).
- Bug #547: Introduce `HierarchicalMachine.prefix_path` to resolve global state names since the HSM stack is not reliable when `queued=True` (thanks @jankrejci).
- Bug #548: `HSM` source states were exited even though they are parents of the destination state (thanks @wes-public-apps).

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>
(cherry picked from commit 4613292202)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-10-14 13:52:17 -07:00
..
classes
conf layer.conf: Update to honister 2021-08-03 10:21:25 -07:00
licenses
recipes-connectivity python3-pyro4: upgrade 4.80 -> 4.81 2021-09-27 11:34:15 -07:00
recipes-core python3-posix-ipc: Add recipe for version 1.0.5 2021-10-11 07:19:52 -07:00
recipes-devtools python3-transitions: upgrade 0.8.9 -> 0.8.10 2021-10-14 13:52:17 -07:00
recipes-extended python3-pyparted: Inherit pkgconfig 2021-09-24 08:11:53 -07:00
COPYING.MIT
README README: updated Maintainers list for Honister 2021-10-01 15:30:15 -07:00

meta-python
================================

Introduction
-------------------------

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies
-------------------------

The meta-python layer depends on:

	URI: git://git.openembedded.org/openembedded-core
	layers: meta
	branch: honister

	URI: git://git.openembedded.org/meta-openembedded
	layers: meta-oe
	branch: honister

Please follow the recommended setup procedures of your OE distribution.
For Angstrom that is:
        http://www.angstrom-distribution.org/building-angstrom,
other distros should have similar online resources.

Contributing
-------------------------

The meta-openembedded mailinglist
(openembedded-devel@lists.openembedded.org) is used for questions,
comments and patch review. It is subscriber only, so please register
before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with
'[meta-python][honister]' in the subject.

When sending single patches, please use something like:
git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][honister][PATCH'

Maintenance
-------------------------

Stable Branch Maintainer: Armin Kuster <akuster088@gmail.com>