Skip to content
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

Issue 5642 - Build fails against setuptools 67.0.0 #5662

Merged
merged 1 commit into from Feb 14, 2023
Merged

Issue 5642 - Build fails against setuptools 67.0.0 #5662

merged 1 commit into from Feb 14, 2023

Conversation

vashirov
Copy link
Member

Bug Description:
setuptools 67.0.0 vendors packaging 23.0 which dropped LegacyVersion.

Fix Description:
Replace LegacyVersion with DSVersion to compare version strings that are not compatible with PEP 440 and PEP 508.

Reviewed by: ?

Fixes: #5642

Copy link
Contributor

@progier389 progier389 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Bug Description:
`setuptools` 67.0.0 vendors `packaging` 23.0 which dropped `LegacyVersion`.

Fix Description:
Replace `LegacyVersion` with `DSVersion` to compare version strings that are
not compatible with PEP 440 and PEP 508.

Reviewed by: @mreynolds389, @progier389

Fixes: #5642
@vashirov vashirov merged commit c0e2f68 into 389ds:main Feb 14, 2023
@vashirov vashirov deleted the i5642 branch January 24, 2024 11:23
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.

Build fails against setuptools 67.0.0
3 participants