Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-nocaselist: Upgrade 1.0.2 -> 1.0.3 | Leon Anavi | 2020-10-07 | 1 | -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.2 | Leon Anavi | 2020-09-16 | 1 | -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> |