- Oct 14, 2019
-
-
Régis Behmo authored
jinja2 should include the `tojson` filter, which is only available in 2.9 (Released 2017-01-07, codename Derivation).
-
- Oct 09, 2019
-
-
Régis Behmo authored
-
- Sep 23, 2019
-
-
Régis Behmo authored
Get rid of "warning: `long_description_content_type` missing. defaulting to `text/x-rst`."
-
- Aug 31, 2019
-
-
Régis Behmo authored
MANIFEST.in is unavoidable, as the template folder contains python files.
-
- Aug 20, 2019
-
-
Régis Behmo authored
All existing plugins are added to the binary bundle, in their latest version, so that users don't need to pip install tutor. Also, the tutor MANIFEST.in file was removed to simplify the management of package data. Close #242.
-
- Jun 23, 2019
-
-
Régis Behmo authored
-
Régis Behmo authored
-
Régis Behmo authored
After installing from pypi, install was broken with "ModuleNotFoundError: No module named 'tutor.command".
-
Régis Behmo authored
v3.4.0 package from pypi was still installing the kubernetes requirement, although is wasn't required anymore.
-
- May 29, 2019
-
-
Régis Behmo authored
-
- Mar 27, 2019
-
-
Régis Behmo authored
-
- Mar 24, 2019
-
-
Régis Behmo authored
After all, we don't use any 3.6-specific feature, so should just support all major python 3 versions.
-
- Feb 20, 2019
-
-
Régis Behmo authored
-
- Feb 13, 2019
-
-
Régis Behmo authored
Close #171
-
- Feb 12, 2019
-
-
Régis Behmo authored
-
- Feb 10, 2019
-
-
Régis Behmo authored
`./dist/tutor --version` raises an error: Traceback (most recent call last): File "main", line 4, in <module> File "tutor/cli.py", line 21, in main File "click/core.py", line 764, in __call__ File "click/core.py", line 716, in main File "click/core.py", line 641, in make_context File "click/core.py", line 1089, in parse_args File "click/core.py", line 940, in parse_args File "click/core.py", line 1477, in handle_parse_result File "click/core.py", line 96, in invoke_param_callback File "click/decorators.py", line 270, in callback RuntimeError: Could not determine version [1659] Failed to execute script main To address this, we pass the version value directly to click. This is for issue #156.
-
- Feb 09, 2019
-
-
Régis Behmo authored
Replace all make commands by a single "tutor" binary. Environment and data are all moved to ~/.tutor/local/share/tutor. We take the opportunity to add a web UI and revamp the documentation. This is a complete rewrite. Close #121. Close #147.
-