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

Pyluwen: Add "version" to pyproject.toml #12

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

warthog9
Copy link
Member

Maturin made a change to come inline more specifically with pyproject.toml spec, unfortunately it's not a "backwards compatible" change and was done with little fanfare or warning, and immediately caused breakage outside distro's more plodding versions.

Maturin Issue: PyO3/maturin#2390
pyproject.toml spec: https://packaging.python.org/en/latest/specifications/pyproject-toml/#dynamic

change in Maturin committed here:

PyO3/maturin#2391

This commit superceeds the luwen PR here:

#11

as that sets an explicit version, and we don't want that as it adds more sources of truth on the version (seriously there should be 1, and only 1).

Maturin made a change to come inline more specifically with
pyproject.toml spec, unfortunately it's not a "backwards compatible"
change and was done with little fanfare or warning, and immediately
caused breakage outside distro's more plodding versions.

Maturin Issue: PyO3/maturin#2390
pyproject.toml spec: https://packaging.python.org/en/latest/specifications/pyproject-toml/#dynamic

change in Maturin committed here:

PyO3/maturin#2391

This commit superceeds the luwen PR here:

tenstorrent#11

as that sets an explicit version, and we don't want that as it adds more
sources of truth on the version (seriously there should be 1, and only
1).

Reported-by: Dongjin Na <dongjin.na@moreh.io>
Signed-off-by: John 'Warthog9' Hawley <jhawley@tenstorrent.com>
@warthog9 warthog9 force-pushed the jhawley/maturin-version-fix branch from 6f622ea to 754b8b6 Compare December 30, 2024 19:59
@warthog9 warthog9 merged commit 601dafe into tenstorrent:main Dec 30, 2024
warthog9 added a commit to tenstorrent/tt-tools-common that referenced this pull request Dec 30, 2024
Luwen needed an update to deal with Maturin, this should sort it
downstream as well.

tenstorrent/luwen#12

Signed-off-by: John 'Warthog9' Hawley <jhawley@tenstorrent.com>
warthog9 added a commit to tenstorrent/tt-smi that referenced this pull request Dec 30, 2024
Maturin made some updates / changes, that required the luwen version to
bump.  So bumping the luwen version

tenstorrent/luwen#12

if you are curious

Signed-off-by: John 'Warthog9' Hawley <jhawley@tenstorrent.com>
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.

1 participant