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

Vendor wheel 0.36.2 #275

Merged
merged 5 commits into from
Dec 24, 2020
Merged

Vendor wheel 0.36.2 #275

merged 5 commits into from
Dec 24, 2020

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Dec 17, 2020

wheel does not provide a public API yet. In order not to be impacted by any internal refactoring/changes in the wheel package, the version of the wheel package is pinned by auditwheel. This causes some nuisance for users of auditwheel.
This commit vendors wheel to avoid such nuisance and while waiting for a public API in wheel.

@codecov
Copy link

codecov bot commented Dec 17, 2020

Codecov Report

Merging #275 (0e3567a) into master (8d52879) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #275   +/-   ##
=======================================
  Coverage   90.89%   90.89%           
=======================================
  Files          20       20           
  Lines        1043     1043           
  Branches      223      223           
=======================================
  Hits          948      948           
  Misses         54       54           
  Partials       41       41           
Impacted Files Coverage Δ
auditwheel/main_addtag.py 86.84% <100.00%> (ø)
auditwheel/wheeltools.py 92.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d52879...0e3567a. Read the comment docs.

`wheel` does not provide a public API yet. In order not to be impacted by any internal refactoring/changes in the `wheel` package, the version of the `wheel` package is pinned by `auditwheel`. [This causes some nuisance for users of `auditwheel`](pypa#274).
This commit vendors `wheel` to avoid such nuisance and while waiting for a public API in `wheel`.
@mayeut mayeut merged commit 7ca5a84 into pypa:master Dec 24, 2020
@mayeut mayeut deleted the vendor-wheel branch December 24, 2020 09:20
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.

1 participant