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

Use vendored packaging to canonicalize requirements #614

Merged
merged 3 commits into from
May 1, 2024

Conversation

wimglenn
Copy link
Contributor

This makes the METADATA file from bdist_wheel and the PKG-INFO file from setuptools render the same way (see pypa/setuptools#4336 for more info)

Closes #395

This makes the METADATA file from bdist_wheel and the PKG-INFO file from setuptools render the same way (see pypa/setuptools#4336 for more info)

Closes pypa#395
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.09%. Comparing base (754a238) to head (f0ffa56).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #614      +/-   ##
==========================================
+ Coverage   71.00%   71.09%   +0.09%     
==========================================
  Files          13       13              
  Lines        1083     1083              
==========================================
+ Hits          769      770       +1     
+ Misses        314      313       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@agronholm
Copy link
Contributor

Would you mind adding a changelog entry too?

@wimglenn
Copy link
Contributor Author

wimglenn commented May 1, 2024

@agronholm Added.

@agronholm agronholm merged commit 4ec2ae3 into pypa:main May 1, 2024
18 checks passed
@agronholm
Copy link
Contributor

Thanks.

@wimglenn wimglenn deleted the canonicalize-requires branch May 1, 2024 14:30
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.

Change Requires-Dist format to not use parentheses
2 participants