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

[1.8 backport] inspection: error on unsupported metadata versions #9229

Merged
merged 3 commits into from
Apr 22, 2024

Commits on Apr 22, 2024

  1. inspection/info: correctly raise PackageInfoError

    Previously, when processing wheel files, PackageInfo incorrectly
    returned an empty instance. This change ensures a PackageInfoError
    is correctly raised.
    
    (cherry picked from commit 23612d4)
    abn authored and radoering committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f2fc7a9 View commit details
    Browse the repository at this point in the history
  2. inspection: error on unsupported metadata versions

    Resolves: python-poetry#9195
    
    (cherry picked from commit 2a2abce)
    abn authored and radoering committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6740b0b View commit details
    Browse the repository at this point in the history
  3. include metadata version in "unknown metadata" error message

    I thought this would be nice just to help people debug things in the
    future.
    
    (cherry picked from commit 8b9cf46)
    jfly authored and radoering committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ebd6a3d View commit details
    Browse the repository at this point in the history