-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Deprecate bdist_wheel.universal
#4617
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
Conversation
f1b130e
to
8299117
Compare
8299117
to
1f5f6be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this change would affect some of the backport modules I maintain, but I scanned though them and in all cases, I've dropped support for Python 2.7. If I or others need to build a universal wheel, it seems reasonable they could pin to an older version of Setuptools, but it seems decreasingly likely it will be needed.
One case this will affect is building old releases when the builders don't take reproducibility measures like using |
This is a follow-up to pypa#4617 which deprecated the `universal` flag of `bdist_wheel`. It originally offered people to complain in issues. I, however, think that it's useful to mention the non-deprecated alternative that will keep working past deprecation date. This is what this patch implements.
@abravalheri I think I've found a non-deprecated replacement that would be useful to mention as a part of deprecation messages: #4939. |
Summary of changes
Closes #4613
Pull Request Checklist
newsfragments/
.(See documentation for details)