-
Notifications
You must be signed in to change notification settings - Fork 126
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
Exclude tinycss2 hook for versions after 1.0.0 #54
Conversation
39f01c7
to
4f291f8
Compare
I take it earlier versions that did need the hook are old enough to be considered obsolete? i.e There's no real need to wrap the old hook in a |
@bwoodsend Thanks, I think I was going with the thought that the new version is out and projects should update. Keeping the hook around is more conservative, but also increases the burden for this project. Any thoughts on how long to keep the hook around in general after an update? |
4f291f8
to
f00db1a
Compare
cd5d5eb
to
d63a291
Compare
@bwoodsend I updated this PR to only exclude the hook for versions after 1.0.0. 👍 |
Hmm, well quite often not upgrading packages is the only way to get PyInstaller to behave itself. The latest matplotlib for example brought in changes which broke PyInstaller's hook for it. So I'd rather not jettison support just because you can upgrade your way around it in this case. I think the status quo is just to keep the hooks until they either start getting in the way or they break something. AFAIK thinycss2 isn't causing us issues and we don't have any tests for tinycss2 so it doesn't even slow our CI. So I'd rather hang onto it for now. Maybe we could add an |
I'd prefer just a note saying |
@Legorooj You want me to remove |
@danyeaw yes please. |
tinycss2 pyinstaller#27 updated the packaging which removes the need for a hook.
d63a291
to
5211e7b
Compare
@Legorooj Ok, updates made 👍 |
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.
Thanks @danyeaw
tinycss2 Kozea/tinycss2#27 updated the packaging which removes the need for a hook.