BLD: PEP 440#5387
Conversation
|
Why not, it's probably the right fix. But let's hold on with merging until the issue is fully understood. |
|
Still need to check that |
|
Note: Unless the person has setuptools 8+ installed tools like wheel and setup.py sdist will normalize this to |
|
OK I think we can merge this. @argriffing would you mind adding some explanation to the commit message? Might be useful later on. |
…rom e.g. 1.10.0.dev-243ab56 to 1.10.0.dev+243ab56
OK, added |
|
Thanks. Going to hit the merge button in the morning unless someone stops me. |
|
LGTM too. Might as well get it in now... |
|
Could someone send a quick heads up to the making list with an example of a
|
|
does this work with NumPyVersion or do we have to put fixes into the 0.14.1 and 1.9.2? |
|
tests succeed if one replaces dev- with dev+ so numpy should be good |
|
|
|
@njsmith good idea, I'll send an email now. |
|
Should probably be mentioned in the 1.10 release notes. |
DOC: add change to dev-version string (gh-5387) to 1.10.0 release notes.
https://www.python.org/dev/peps/pep-0440/
See pypa/pip#2256.
This is just a proof of concept, I'm not seriously expecting this to be merged. SciPy version names have the same issue.