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

Change in names in wheel #2535

Closed
henryiii opened this issue Jan 17, 2021 · 3 comments
Closed

Change in names in wheel #2535

henryiii opened this issue Jan 17, 2021 · 3 comments

Comments

@henryiii
Copy link
Contributor

I just noticed in the release about an hour ago that the following names have changed when you build a wheel:

E         Extra items in the left set:
E         'dist-info/top_level.txt'
E         'dist-info/WHEEL'
E         'dist-info/RECORD'
E         'dist-info/LICENSE'
E         'dist-info/METADATA'
E         Extra items in the right set:
E         'info/top_level.txt'
E         'info/RECORD'
E         'info/WHEEL'
E         'info/LICENSE'
E         'info/METADATA'
E         Use -v to get the full diff

Was this change intentional, and does it affect where this can be used? If it's fine, I'll adjust my output check. Just checking, thanks!

@henryiii
Copy link
Contributor Author

henryiii commented Jan 17, 2021

Actually, the issue might be that this is no longer picking up the correct name of the package. This is for a split package build and only one of the two packages is broken. Investigating.

Worked in 42-51.2, broken in 51.3.

@jaraco
Copy link
Member

jaraco commented Jan 17, 2021

I suspect what you've encountered is a symptom of #2536. Have a peek at 50.3.1 and let me know if that helps.

@henryiii
Copy link
Contributor Author

Before example: pybind11_global-2.6.2.dev1.dist-info/RECORD
After example: pybind11_global-2.6.2.dist-info/RECORD

And updating to 52.3.1 fixes it! Thanks for a quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants