-
Notifications
You must be signed in to change notification settings - Fork 93
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
Wrong version number in release #422
Comments
Related to #370. |
We don’t have any Can you paste the output of I get this (from the
|
|
I mean, if you patch the file locally, then that is the correct version number you’re getting. |
Not really… It just says the tree wasn’t clean at build time on the given date. Building another time will have a different version number, but that does not makes sense. And any change will have this same version number, but could have very different content. So this version number does not make any sense. Anyway for this time I’ve built whipper bypassing this since we only modify a test during check. |
You could apply the patch as a git commit, that way you will get a |
Not that I think anyone cares, but being whipper maintainer in my distribution of choice, it's enough of a reason to stop updating whipper to new versions. Requiring git checkout just to get a proper release version is an overkill. |
According to the message above (Make sure you're either building from a fully intact git repository or PyPI tarballs), you should be able to use the PyPI tarballs rather than git checkout. Does that not work for you? |
This is a generic setuptools-scm error message. There are no PyPI tarballs for whipper or at least none I'm aware of. |
(Follow-up of #420)
Recent changes induced this at building time from Github release tarball:
But building from a git clone of the 0.8.0 tag ends up with:
I did not look where the version number was computed, but currently this is not working as I would expect.
The text was updated successfully, but these errors were encountered: