summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cerberus: Update version 1.3.4 -> 1.3.5Derek Straka2023-09-201-13/+0
| | | | | | | | | | | | | | | | | | | | Remove outdated setup tools dependency and inherit Changelog ========= New Support for Python 3.10 & 3.11 The HTML documentation uses the furo theme Fixed *of rules are skipped for None values (#582) Validations of mappings would raise an exception when the field's rules were provided as reference to a registry item (#599) Improved Various minor improvements of the documentation Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-cerberus: Upgrade 1.3.3 -> 1.3.4Leon Anavi2021-05-141-0/+13
Upgrade to release 1.3.4: - Reverts the unsatisfying fix for KeyError during import when running with python optimisation level of 2 - instead a RuntimeError is thrown when Python is running with optimization level 2 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>