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

Fix/updater #506

Merged
merged 17 commits into from
Sep 25, 2023
Merged

Fix/updater #506

merged 17 commits into from
Sep 25, 2023

Conversation

bimac
Copy link
Contributor

@bimac bimac commented Sep 23, 2023

No description provided.

@bimac bimac requested a review from oliche September 23, 2023 13:04
.gitignore Outdated
Copy link
Member

Choose a reason for hiding this comment

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

roooo

@@ -1,8 +1,7 @@
from pathlib import Path
from setuptools_scm import get_version
Copy link
Member

Choose a reason for hiding this comment

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

Is there an alternative to a new package? In general we're very careful about adding packages that are not part of the standard library or large reputable open source packages.

In this case to get the version number, I would look into alternatives.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one is a bit more specific, as it gets the version numbers from the local .git directory. Alternative would be to go back to hardcoding the version numbers - which wouldn't be a big deal either.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We would, however, lose support for per-commit versions (e.g., "8.9.3.post3"), but these could probably also be possible with a bit of git magic

Copy link
Contributor Author

Choose a reason for hiding this comment

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

git describe should do the job - I'll look into it

@bimac bimac marked this pull request as ready for review September 25, 2023 17:33
@bimac bimac merged commit 9ebfe07 into iblrigv8 Sep 25, 2023
2 checks passed
@bimac bimac deleted the fix/updater branch September 25, 2023 18:04
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