-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
Improve packagecode and other release prep #2992
Conversation
CI and metainfo
check type annotations
* Also improve cleaning keywords Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Rather than trying to get things recompiled on ARM for now, we instead force relaunching the current shell script (scancode, configure, ...) under the x86_64 Intel architecture. This makes things work OK on macOS M1 and does not impact other OSes. Reference: #2938 Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
This is borrowed from dephell_setuptools Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
We now include the original requirements as-is Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
7f1f52e
to
6687b6f
Compare
Closing now, while fixing flaky tests |
The code that was computing depth was mistakenly counting iterations instead of computin the os.walk depth and this was the source of a seemingly randon issue in the CI. The reason why only the CI was failing is likely because Azure builds of Python have a slightly different set of defaults and the os.walk iteration order is not the same as a plain Ubuntu installation. Signed-off-by: Philippe Ombredanne <[email protected]>
YAML output is mostly strings. Some JSON output was numeric. Conversion to CSV was failing with --from-json using a JSON output converted by hand from a YAML output Signed-off-by: Philippe Ombredanne <[email protected]>
@JonoYang please have a look at this before I merge ... This is a bit of a mini mess of many unrelated things:
I could split this in multiple PRs instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just had a question about is_setup_call
Reported-by: Jono Yang <[email protected]> Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
@JonoYang Thanks! |
@pombredanne Thanks, merging now! |
This PR adds:
This is a potpourri towards the latest release.
Tasks
Run tests locally to check for errors.