-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updates.py: cleanup pass #301
Open
antonlacon
wants to merge
7
commits into
LibreELEC:master
Choose a base branch
from
antonlacon:update-base
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mglae can you have a look |
antonlacon
force-pushed
the
update-base
branch
2 times, most recently
from
June 12, 2023 02:03
9899c7b
to
27cecd3
Compare
antonlacon
force-pushed
the
update-base
branch
2 times, most recently
from
June 21, 2023 00:04
c1976da
to
c7940e2
Compare
antonlacon
force-pushed
the
update-base
branch
from
November 9, 2023 20:30
c7940e2
to
6603e8f
Compare
antonlacon
force-pushed
the
update-base
branch
2 times, most recently
from
November 18, 2023 06:46
e199155
to
d70b134
Compare
General review and cleanup of issues pointed out by pylint: unexpected indent could use f-strings not inializing variables in init redefining builtins too broad exceptions unneeded elses after returns unneeded parantheses == instead of is in evaluating True/False unused function parameters unused imports Signed-off-by: Ian Leonard <[email protected]>
Signed-off-by: Ian Leonard <[email protected]>
Signed-off-by: Ian Leonard <[email protected]>
Signed-off-by: Ian Leonard <[email protected]>
Signed-off-by: Ian Leonard <[email protected]>
Signed-off-by: Ian Leonard <[email protected]>
Addon will require Python >=3.9 Signed-off-by: Ian Leonard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a cleanup pass on updates.py. Some issues from reviewing it and some issues shown by pylint. Functional changes are converting Automatic Updates from a auto/manual selector to true/false and deleting custom channel 3. Info text for automatic updates also updated to reflect change.
The lchop/rchop changes means >=python-3.9, so no more support for LE10.
It's pulled the RPi2 LE11.0.0 -> 11.0.1 update for me. Other device testing appreciated.