summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aenum_2.2.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aenum: Upgrade 2.2.3 -> 2.2.4Leon Anavi2020-07-281-11/+0
| | | | | | | | | | | | | | | | Upgrade to release 2.2.4: - add support to Constant to retrieve members by value - add pickle/deepcopy support to Constant - add support for Constant to use other Constant values - AutoNumber and auto() now work together - Enum members are now added to the class as enum_property, which supports unshadowing of parent class attributes when called on an Enum member Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aenum: add recipe for 2.2.3Martin Kelly2020-03-241-0/+11
This is a dependency for python3-can. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>