Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-websocket-client: Upgrade 1.0.0 -> 1.0.1 | Leon Anavi | 2021-05-28 | 1 | -16/+0 |
| | | | | | | | | | | Upgrade to release 1.0.1: - Fix exception handling bug 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> | ||||
* | python3-websocket-client: Upgrade 0.59.0 -> 1.0.0 | Leon Anavi | 2021-05-19 | 1 | -0/+16 |
Upgrade to release 1.0.0: - Removed Python 2 code, now only Python 3 compatible - Use semver for release versions, unlike breaking release 0.58.0 - Enhance enableTrace output - Improve unit tests to over 80% code coverage - Fix old _app.py close status code bug - Replace select import with selectors 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> |