Skip to content

Comments

Fixed incorrect package version in build; Increased pipdeptree version#221

Merged
andy-maier merged 1 commit intomasterfrom
andy/fix-build-error
Aug 18, 2025
Merged

Fixed incorrect package version in build; Increased pipdeptree version#221
andy-maier merged 1 commit intomasterfrom
andy/fix-build-error

Conversation

@andy-maier
Copy link
Contributor

For details, see the commit message.
No review needed.

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>
@andy-maier andy-maier force-pushed the andy/fix-build-error branch from 36261df to f4e3251 Compare August 18, 2025 07:54
@coveralls
Copy link

Coverage Status

coverage: 96.335%. first build
when pulling f4e3251 on andy/fix-build-error
into e0f4af0 on master.

@andy-maier andy-maier merged commit ad33be5 into master Aug 18, 2025
14 checks passed
@andy-maier andy-maier deleted the andy/fix-build-error branch August 18, 2025 09:29
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.

2 participants