Skip to content
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

Make blhost.py compatible with click >= 8.1 #41

Closed
wants to merge 1 commit into from

Conversation

dvzrv
Copy link
Contributor

@dvzrv dvzrv commented Apr 4, 2022

spsdk/apps/blhost.py:
Remove all occurences of click.get_os_args() as it has been removed in
click 8.1 (see
https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0) and
replace it with sys.argv[1:].

requirements.txt:
Increase the upper version boundary for click to < 8.2.

Fixes #44

Signed-off-by: David Runge dave@sleepmap.de

spsdk/apps/blhost.py:
Remove all occurences of `click.get_os_args()` as it has been removed in
click 8.1 (see
https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0) and
replace it with `sys.argv[1:]`.

requirements.txt:
Increase the upper version boundary for click to < 8.2.

Signed-off-by: David Runge <dave@sleepmap.de>
@dvzrv
Copy link
Contributor Author

dvzrv commented May 19, 2022

@mstarecek could you have a look into this PR please? :)

@dvzrv
Copy link
Contributor Author

dvzrv commented Sep 24, 2022

This has probably been integrated into the project without letting people (at least me) know and is somewhere in the diff of 053fb9a

@dvzrv dvzrv closed this Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incompatible with click >= 8.1
1 participant