Fixed incorrect package version in build; Increased pipdeptree version#221
Merged
andy-maier merged 1 commit intomasterfrom Aug 18, 2025
Merged
Fixed incorrect package version in build; Increased pipdeptree version#221andy-maier merged 1 commit intomasterfrom
andy-maier merged 1 commit intomasterfrom
Conversation
Details: * For reasons not fully understood, the new setuptools-scm version 9.2.0 caused the 'python -m setuptools_scm' command to display a version with one character less in the commit ID (when the directory was not clean) than the 'build' package did. By using the 9.2.0 version as a minimum and by building without isolation (build --no-isolation), the issue could be fixed. * In order to verify the correct package version, the distribution archives are now listed in the make rule that builds them, so that any issues are surfaced immediately and not as a follow-up error somewhere else. The list commands issue some analysis commands if they fail. * Increased minimum version of pipdeptree to 2.24.0 (latest version still supporting Python 3.8), in order to solve the issue that the previously used version 2.2.0 did not find the version for package name 'ruamel-yaml' that is specified as a dependency of the 'safety' package, presumably because it did not properly match that dependent package name with the installed package name of 'ruamel.yaml'. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
36261df to
f4e3251
Compare
This file contains hidden or 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
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.
For details, see the commit message.
No review needed.