Skip to content
Snippets Groups Projects
  1. Oct 14, 2019
    • Régis Behmo's avatar
      Fix jinja2 dependency · 5675af4d
      Régis Behmo authored
      jinja2 should include the `tojson` filter, which is only available in
      2.9 (Released 2017-01-07, codename Derivation).
      5675af4d
  2. Oct 09, 2019
  3. Sep 23, 2019
    • Régis Behmo's avatar
      Remove twine warning · 431ef10e
      Régis Behmo authored
      Get rid of "warning: `long_description_content_type` missing.
      defaulting to `text/x-rst`."
      431ef10e
  4. Aug 31, 2019
  5. Aug 20, 2019
    • Régis Behmo's avatar
      Add all plugins (with data) to binary bundle · be1ff089
      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.
      be1ff089
  6. Jun 23, 2019
  7. May 29, 2019
  8. Mar 27, 2019
  9. Mar 24, 2019
  10. Feb 20, 2019
  11. Feb 13, 2019
  12. Feb 12, 2019
  13. Feb 10, 2019
    • Régis Behmo's avatar
      Fix version information in bundle · d65a7a1b
      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.
      d65a7a1b
  14. Feb 09, 2019
Loading