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

adapt for upcoming changes in PyPy's SOABI tag #373

Merged
merged 6 commits into from
Nov 29, 2020

Conversation

mattip
Copy link
Contributor

@mattip mattip commented Aug 25, 2020

Closes #372. PyPy currently has a SOABI tag like pypy36-pp73 (only the ABI tag) but according to PEP 3149 it should be pypy36-pp73-x86_64-linux-gnu (ABI tag - platform tag). PyPy may change this in an upcoming release.

This should be forward compatible, as long as the ABI tag contains a single -.

@agronholm
Copy link
Contributor

One more thing – could you add a news entry for this? I'm not sure I understand these changes well enough.

@mattip
Copy link
Contributor Author

mattip commented Nov 29, 2020

added a news blurb, feel free to fix it up. It seems too wordy to me.

@agronholm
Copy link
Contributor

Sorry for not being clear – I was hoping for something more concise for the news item, maybe a one-liner. I can think of something on my own too.

@mattip
Copy link
Contributor Author

mattip commented Nov 29, 2020

redone now that I reviewed what I did and understood it more completely

@mattip
Copy link
Contributor Author

mattip commented Nov 29, 2020

maybe "'Future-proof calculating the ABI tag from PyPy's SOABI tag" ?

@agronholm agronholm merged commit 5a2e613 into pypa:master Nov 29, 2020
@agronholm
Copy link
Contributor

Thanks!

@mattip
Copy link
Contributor Author

mattip commented Nov 29, 2020

Thank you!

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.

Transition PyPy to PEP 3149 compliant SOABI tags
3 participants