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

Rework version handling in setup.py #515

Merged
merged 21 commits into from
Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8b855a7
Fix package imports from setup file.
mdickinson Aug 21, 2019
a445201
Remove __requires__; don't fail if _version.py has not been written.
mdickinson Aug 22, 2019
d669e8e
Add explanation for the ImportError branch
mdickinson Aug 22, 2019
04fb83c
Rework version handling.
mdickinson Aug 22, 2019
25483c6
No unicode literals: Python 2's setuptools doesn't like them.
mdickinson Aug 22, 2019
b125c2c
Use 'natural' string handling on both Python 2 and Python 3.
mdickinson Aug 22, 2019
eeaf307
Remove __future__ imports.
mdickinson Aug 22, 2019
e812310
Merge remote-tracking branch 'origin/master' into build/rework-versio…
mdickinson Aug 27, 2019
edbaa44
Use pkg_resources rather than depending on packaging.
mdickinson Aug 27, 2019
24b0e7b
Rename _version.py to version.py; fix traits.__version__ (needs tests).
mdickinson Aug 27, 2019
1c0db4f
Fix: remove EDM-installed traits before installing from source.
mdickinson Aug 27, 2019
6af3cd0
Merge branch 'fix/remove-traits-before-installing-from-source' into b…
mdickinson Aug 27, 2019
afff5fd
Add tests; make sure that version.py file is written without u-prefix…
mdickinson Aug 27, 2019
34a1441
Tweak version file format, tests; make version strings Unicode.
mdickinson Aug 27, 2019
86ad855
Merge remote-tracking branch 'origin/master' into build/rework-versio…
mdickinson Aug 27, 2019
50aa770
Document the version module.
mdickinson Aug 27, 2019
00e5ac1
Simplify overengineered solution.
mdickinson Aug 27, 2019
b53d6e9
Fix incorrect type in Parameters docstrings, use double quotes in ver…
mdickinson Aug 27, 2019
2ac8005
Be consistent about documentation of Unicode strings.
mdickinson Aug 27, 2019
b73043c
Use triple single quotes to allow embedding of triple double quotes.
mdickinson Aug 27, 2019
b2cfb51
Unicode tweaks. I'd *like* to use the unicode_literals future import,…
mdickinson Aug 27, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading