summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aenum: Upgrade 3.0.0 -> 3.1.0Leon Anavi2021-05-281-0/+10
Upgrade to release 3.1.0: - AddValue is similar to the old AutoNumber: it will always activate, but uses _generate_next_value_ to get the next value (so the user has some control over the return data type instead of always getting an int). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>