Conversation
f1b130e to
8299117
Compare
8299117 to
1f5f6be
Compare
jaraco
left a comment
There was a problem hiding this comment.
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. |
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.
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.
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.
Summary of changes
Closes #4613
Pull Request Checklist
newsfragments/.(See documentation for details)