wekan_list: Use logging module, work around upstream bug with missing 'sort' #28
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.
Fixed subtask boards which the API should not be able to see, and they do not have
sort
- this is a workaround fix for an upstream bug wekan/wekan#5582Couple other small fixes including adding a Repology badge -
![image](https://private-user-images.githubusercontent.com/1641362/387697055-44add80c-f0aa-4d8c-821c-e74a8f11af16.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODA0MjAsIm5iZiI6MTczOTA4MDEyMCwicGF0aCI6Ii8xNjQxMzYyLzM4NzY5NzA1NS00NGFkZDgwYy1mMGFhLTRkOGMtODIxYy1lNzRhOGYxMWFmMTYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMDU0ODQwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWFhYmNlNmQ0NTEwNjQ1NDVlZTFkYzlmYzg4MjVmMGViNmY4ZmIyN2M2YjE3ZjJlNmU2ODBkYjNmNzk5MTY1YSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.YxGyjf-Et4UjuNYyrmhxwMN50-3T6Ga50Nd5lY6MvVE)
Ticket was opened made with Repology to fix the PyPI link, so that should hopefully sort itself out.
Updated CI to get it working.
Code + examples updated in wekan_list+readme to allow using both tabs or spaces for indents.
Spaces were retained in code, it's just code style that was changed where it was problematic.
Remove checks for dead Python in requirements - which this codebase didn't support anymore after adding typing in some earlier versions - and make a note in the README.md to expect only upstream-supported versions to work.
Also migrated to pyproject.toml, fixes #19