[med-svn] [python-schema-salad] 02/07: Updated version 2.6.20171201034858 from 'upstream/2.6.20171201034858'

Andreas Tille tille at debian.org
Wed Dec 6 15:57:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-schema-salad.

commit e2001a819afcd8ec5aee23e9f4218b2075d8ef5e
Merge: 48070b0 ab8b103
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 6 16:38:39 2017 +0100

    Updated version 2.6.20171201034858 from 'upstream/2.6.20171201034858'
    
    with Debian dir 14fe90680c05993c9a14957afe025446ba65688c

 MANIFEST.in                                        |    1 +
 Makefile                                           |    5 +-
 PKG-INFO                                           |   12 +-
 README.rst                                         |    7 +
 schema_salad.egg-info/PKG-INFO                     |   12 +-
 schema_salad.egg-info/SOURCES.txt                  |   33 +
 schema_salad.egg-info/pbr.json                     |    1 +
 schema_salad.egg-info/requires.txt                 |   23 +-
 schema_salad/__init__.py                           |   22 +
 schema_salad/codegen.py                            |  100 +
 schema_salad/codegen_base.py                       |   78 +
 schema_salad/java_codegen.py                       |  152 ++
 schema_salad/main.py                               |  116 +-
 schema_salad/makedoc.py                            |   13 +-
 schema_salad/metaschema.py                         | 1447 ++++++++++++
 schema_salad/metaschema/metaschema.html            |  971 ++++++++
 schema_salad/metaschema/metaschema.yml             |    2 +-
 .../metaschema/{metaschema.yml => metaschema2.yml} |   17 +-
 schema_salad/python_codegen.py                     |  225 ++
 schema_salad/python_codegen_support.py             |  383 ++++
 schema_salad/ref_resolver.py                       |  140 +-
 schema_salad/schema.py                             |    5 +-
 schema_salad/sourceline.py                         |   13 +-
 schema_salad/tests/#cg_metaschema.py#              | 1568 +++++++++++++
 schema_salad/tests/.coverage                       |    1 +
 schema_salad/tests/cwl-pre.yml                     | 2354 ++++++++++++++++++++
 schema_salad/tests/df                              |    5 +
 schema_salad/tests/df2                             |    1 +
 schema_salad/tests/docimp/d1.yml                   |    7 +
 schema_salad/tests/docimp/d2.md                    |    1 +
 schema_salad/tests/docimp/d3.yml                   |    3 +
 schema_salad/tests/docimp/d4.yml                   |    3 +
 schema_salad/tests/docimp/d5.md                    |    1 +
 schema_salad/tests/docimp/dpre.json                |   13 +
 schema_salad/tests/hello.txt                       |    1 +
 schema_salad/tests/hellofield.yml                  |    5 +
 schema_salad/tests/matcher.py                      |   32 +
 schema_salad/tests/metaschema-pre.yml              |  628 ++++++
 schema_salad/tests/pt.yml                          |   28 +
 schema_salad/tests/test_cg.py                      |  177 ++
 schema_salad/tests/test_errors.py                  |    3 +-
 schema_salad/tests/test_examples.py                |   49 +-
 schema_salad/tests/test_fetch.py                   |    3 +-
 schema_salad/tests/test_print_oneline.py           |  120 +
 schema_salad/tests/test_ref_resolver.py            |  108 +
 schema_salad/tests/test_schema/CommandLineTool.yml |    1 +
 schema_salad/tests/test_schema/Workflow.yml        |    1 +
 schema_salad/tests/test_schema/test15.cwl          |   13 +
 schema_salad/tests/test_schema/test16.cwl          |   15 +
 schema_salad/tests/test_schema/test17.cwl          |   13 +
 schema_salad/tests/test_schema/test18.cwl          |   13 +
 schema_salad/tests/test_schema/test19.cwl          |   15 +
 schema_salad/tests/test_validate.pyx               |   71 +
 schema_salad/tests/util.py                         |    1 +
 schema_salad/utils.py                              |   21 +-
 schema_salad/validate.py                           |    3 +-
 setup.cfg                                          |    2 +-
 setup.py                                           |    7 +-
 58 files changed, 8946 insertions(+), 119 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-schema-salad.git



More information about the debian-med-commit mailing list