-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Regression after #800 #838
Comments
should e resolved on master now |
No, it's not resolved. I test on https://github.com/python/black and use the command |
ok, now i have a local reproducer and found 2 bugs that need extra tests, will implement tommorow |
@ofek this comes down to hatch-vcs passing in a empty string, i'll make this something that triggers a deprecation warning and will fail in a year or so |
fix #838 - handle empty tag regex
I confirm, that now it works. Thanks for investigating and fixing it. |
@KOLANICH btw, it is uncommon to have unreleased versions in use, im curious as to what types of pipeline need/want that (setuptools_scm is currently are not set up for true CI , so thee is a certain risk with that) |
I just prefer using bleeding edge versions of software to
Some rare breakages are not considered so bad, but instead are viewed as an opportunity to interfere before bugs are cast in stone as "features". Except of them, just installing the most of Python packages from git works pretty fine and I'm making a package manager as a replacement (in fact not quite a replacement, since it relies on some pip machinery and also |
After #800 got landed
setuptools_scm
has started breaking https://github.com/ofek/hatch-vcs (pypa/hatch#795) .78e7d6b - can build itself, breaks hatch_vcs
bf0e813 - cannot build itself, version.py:15, ImportError: cannot import name '_call_version_scheme' from partially initialized module 'setuptools_scm._entrypoints'
45ad9c8 - cannot build itself, version.py:15, ImportError: cannot import name '_call_version_scheme' from partially initialized module 'setuptools_scm._entrypoints'
8e4e22f - cannot build itself, version.py:15, ImportError: cannot import name '_call_version_scheme' from partially initialized module 'setuptools_scm._entrypoints'
4208223 - cannot build itself, version.py:15, ImportError: cannot import name '_call_version_scheme' from partially initialized module 'setuptools_scm._entrypoints'
fd04e24 - cannot build itself, version.py:15, ImportError: cannot import name '_call_version_scheme' from partially initialized module 'setuptools_scm._entrypoints'
91061f9 - cannot build itself, version.py:18 ImportError: cannot import name '_get_ep' from partially initialized module 'setuptools_scm._entrypoints'
770d5dd - works fine
The text was updated successfully, but these errors were encountered: