vcswatch reports that
this package seems to have a new changelog entry (version
1.6-1, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit f88aac70c5b0eb59199c7d89f93a3e09b2696f24
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Fri Mar 17 10:08:52 2023 +0100
CI: lower the code coverage
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit 51c0e27ca2b5954e2f899505719b9b5248dfd6db
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Fri Mar 17 10:00:19 2023 +0100
Fix pylint warnings
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit fb7734d0c1456542b78b44d49d29f15fe364c4e3
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Tue Mar 14 18:12:38 2023 +0100
Drop support for LAVA before 2019.01
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit 0a9fad433692c05b64d97739090f70492d3cc8b2
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Tue Mar 14 18:09:14 2023 +0100
Require python 3.7 at minimum
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit ec3dfd12d07eb262a4c68dff0fa5c34091a979e7
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Tue Mar 14 18:06:59 2023 +0100
Make pyzmq optional
This is not needed anymore since LAVA 2020.09
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit 1c4039acaff6b4319bcd477028b2761b8cf23aad
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Tue Mar 14 17:59:15 2023 +0100
events: use websockets for waiting
Factorize the code to reduce duplication
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit f7f7537d906076f6b75bfaa32d265cf953703dbf
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Tue Mar 14 17:50:42 2023 +0100
events: print a message when the publisher drop the connection
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit 6a9690a2da21c4f0b5ca19ac46ad07dc11ecdb79
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Tue Mar 14 17:33:57 2023 +0100
Fix carsh when lava-server crashes early
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit eca8491946f3e13389346889d5a2f5b3eaf354b3
Author: Fathi Boudra <fathi.boudra@linaro.org>
Date: Tue Feb 28 16:27:10 2023 +0100
requirements.txt: remove PyYAML leftover
We use ruamel.yaml now. Update requirements.txt to avoid confusion.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
commit e432e78f8f760d4aa2e99317601b799808c7062a
Author: Fathi Boudra <fathi.boudra@linaro.org>
Date: Tue Feb 28 16:21:10 2023 +0100
setup.py: move pytest-runner to test requirements
pytest-runner is a test requirement. It isn't necessary to be in the
setup requirements. Fixes a build failure when using OE build system.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>