-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Allow building with setuptools_scm 6+ #1984
Conversation
Once again a new setuptools_scm version is available, 6. Lets' not change this to <7 again but allow any future version. If it breaks in the future, we can adapt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1 @@ | |||
Enable building tox with ``setuptools_scm`` 6+ by :user:hroncok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hroncok you forgot the backticks after :user:
☝️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, not again. If only a machine could tell me this before this was merged 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/me needs to teach chronographer parse RST maybe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even simpler, https://github.com/tox-dev/tox/blob/master/.pre-commit-config.yaml#L56-L66 can have a simple regex rule in there 🤷🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gaborbernat I also thought so and I'm trying to explore this. But then I started to think about cases when the person doesn't want to mark themselves as an author and it got rather complicated...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't have to be a must-have field, but just check for typos with it 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah.. You're right. I overengineered it, I guess: #1990.
Once again a new setuptools_scm version is available, 6.
Lets' not change this to
<7
again but allow any future version.If it breaks in the future, we can adapt.