summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nocaselist_1.0.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-nocaselist: Upgrade 1.0.2 -> 1.0.3Leon Anavi2020-10-071-9/+0
| | | | | | | | | | | | | Upgrade to release 1.0.3: - Test: Fixed issue with virtualenv raising AttributeError during installtest on Python 3.4. - Added checking for no expected warning. Adjusted a testcase to accomodate the new check. 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-nocaselist: Upgrade 1.0.1 -> 1.0.2Leon Anavi2020-09-161-0/+9
Upgrade to release 1.0.2: - Fixed an AttributeError during unpickling. - Optimized pickling a NocaseList object by serializing only the original list, but not the second lower-cased list. This optimization is only implemented for Python 3. - Added tests for pickling and unpickling. - Suppressed new Pylint issue 'super-with-arguments', because this package still supports Python 2.7. 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>