Skip to content

Use setuptools_scm for package versions#243

Merged
dweindl merged 1 commit intomasterfrom
setuptoolsscm
Oct 15, 2024
Merged

Use setuptools_scm for package versions#243
dweindl merged 1 commit intomasterfrom
setuptoolsscm

Conversation

@dweindl
Copy link
Member

@dweindl dweindl commented Oct 15, 2024

Removes some extra build-system.requires entries.

So far, repository versions were date-based (well, there was only one, v20230717). The Python package had a constant version number 0.0.0a1.
To work well with the default setuptools_scm schema, future releases should ideally use vYYYY.MM.DD tags.
The Python package will then also have the same version as the benchmark collection as such.

@dweindl dweindl marked this pull request as ready for review October 15, 2024 10:33
@dweindl dweindl requested a review from dilpath October 15, 2024 10:34
Copy link
Collaborator

@dilpath dilpath left a comment

Choose a reason for hiding this comment

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

Thanks, should we delete the fallback version and make a GitHub release immediately after merging this, with the appropriate version format?

@dweindl
Copy link
Member Author

dweindl commented Oct 15, 2024

Thanks, should we delete the fallback version and make a GitHub release immediately after merging this, with the appropriate version format?

Good to make a release, but no need to remove the fallback version. This will just be ignored then.

Update: Created a compatible tag for the previous release and removed the fallback.

@dweindl dweindl force-pushed the setuptoolsscm branch 2 times, most recently from 6680903 to 76b2ebd Compare October 15, 2024 11:26
Removes some extra `build-system.requires` entries.
@dweindl dweindl merged commit c163e11 into master Oct 15, 2024
@dweindl dweindl deleted the setuptoolsscm branch June 4, 2025 07:34
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