You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use the python micro version to parse whl metadata in bzlmod
Add `<micro>` version to the target platform. Instead of `cpxy_os_cpu`
the target platform string format becomes `cpxy.z_os_cpu` and this PR
just spikes the implementation to see the main points that need to be
done:
- [ ] test `select_whls` function needs to be tested to ensure that the
whl selection is not impacted when we have the full version in the
target platform.
- [ ] `download_only` legacy whl code path in `bzlmod` needs further
testing.
- [ ] test `whl_config_setting` handling.
- [ ] doc the new format and add changelog.
- [x] `pep508_deps` tests for handling the `full_python_version`
correctly.
Fixes#2319
0 commit comments