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

Always output PEP 600 platform tags #525

Merged
merged 2 commits into from
May 6, 2021

Conversation

messense
Copy link
Member

@messense messense commented May 6, 2021

@messense messense force-pushed the multiple-platform-tags branch from a13b7b0 to 76f12a1 Compare May 6, 2021 08:07
@messense messense merged commit 15fe896 into PyO3:main May 6, 2021
@messense messense deleted the multiple-platform-tags branch May 6, 2021 08:56
(Os::Macos, Arch::X86_64) => {
if universal2 {
"macosx_10_9_universal2".to_string()
"macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2".to_string()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as #523 (comment): What extra information do we get through this that we don't get through macosx_10_9_universal2?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old version of pip which doesn't know about universal2 can still pick up this wheel.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer not to support old versions of pip and instead tell people to update their pip, given that the pip team doesn't support old versions and they print a yellow warning after every command run from an outdated version

bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request May 22, 2021
https://build.opensuse.org/request/show/894986
by user mia + dimstar_suse
- Update to 0.10.6
  * Fix build with the “upload” feature disabled by ravenexp
    gh#PyO3/maturin#548
- Changes in 0.10.5:
  * Add manylinux_2_27 support
    gh#PyO3/maturin#521
  * Add support for Windows arm64 target
    gh#PyO3/maturin#524
  * Always output PEP 600 platform tags
    gh#PyO3/maturin#525
  * Fix missing PyInit_<module_name> warning with Rust submodule
    gh#PyO3/maturin#528
  * Better cross compiling support for PyO3 binding on Unix
    gh#PyO3/maturin#454
  * Fix s390x architecture support
    gh#PyO3/maturin#530
  * Fix auditwheel panic with s390x wheels
    gh#PyO3/maturin#532
  * Support uploading heterogenous wheels by ravenexp
    gh#PyO3/maturin#544
  * Warn about pyproject.toml missing maturin version constraint
    gh#PyO3/maturin#545
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.

2 participants