Skip to content

Conversation

@igaw
Copy link
Collaborator

@igaw igaw commented Jan 5, 2026

When building the test CI build for Python, the versioning scheme is switched to a PyPi scheme. That is X.Y.devN, where N is the git commit distance to the last tag.

The version string for the library needs to be of type X.Y.Z, thus the '.dev' part has to be splitted away.

Fixes: #3030

When building the test CI build for Python, the versioning scheme is
switched to a PyPi scheme. That is X.Y.devN, where N is the git commit
distance to the last tag.

The version string for the library needs to be of type X.Y.Z, thus the
'.dev' part has to be splitted away.

Signed-off-by: Daniel Wagner <[email protected]>
@igaw igaw merged commit e40cc52 into linux-nvme:master Jan 5, 2026
18 of 19 checks passed
@igaw igaw deleted the fix-meson branch January 5, 2026 14:31
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.

fix python build

1 participant