summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nocasedict_0.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-nocasedict: Upgrade 0.5.0 -> 1.0.0Leon Anavi2020-09-151-9/+0
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.0.0 with the following bug fixes: - Test: Fixed that the reversed test against the built-in dict was attempted on Python 3.7, but the built-in dict became reversible only in Python 3.8. - Test: Fixed issue on pypy2 (Python 2.7) where the testcases for update() passed keyword arguments that had integer-typed argument names. That is supported by CPython 2.7 when passing them as a kwargs dict, but not by pypy2. Removed these testcases, because the support for that feature in CPython 2.7 is not part of the Python language. - Docs: Fixed missing Python 2 only methods in RTD docs - Pylint: Accomodated new ‘raise-missing-from’ check in Pylint 2.6.0. 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-nocasedict: Add recipeLeon Anavi2020-08-251-0/+9
Add recipe for nocasedict, a case-insensitive ordered dictionary for Python. 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>