You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed incorrect package version in build; Increased pipdeptree version
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>
0 commit comments