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

Commits on Feb 14, 2023

  1. Issue 5642 - Build fails against setuptools 67.0.0

    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 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a0ed3c8 View commit details
    Browse the repository at this point in the history