[med-svn] [python-schema-salad] branch upstream updated (93e80b1 -> bd36ec8)
Andreas Tille
tille at debian.org
Fri Dec 9 22:48:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository python-schema-salad.
from 93e80b1 Imported Upstream version 1.6.20160202222448
new bd36ec8 New upstream version 1.21.20161206204028
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MANIFEST.in | 4 +
Makefile | 192 +
PKG-INFO | 10 +-
README.rst | 2 +-
gittaggers.py | 23 +
schema_salad.egg-info/PKG-INFO | 10 +-
schema_salad.egg-info/SOURCES.txt | 16 +-
schema_salad.egg-info/pbr.json | 2 +-
schema_salad.egg-info/requires.txt | 15 +-
schema_salad/__init__.py | 2 +
schema_salad/__main__.py | 3 +-
schema_salad/add_dictlist.py | 7 +
schema_salad/aslist.py | 5 +-
schema_salad/flatten.py | 4 +
schema_salad/jsonld_context.py | 139 +-
schema_salad/main.py | 160 +-
schema_salad/makedoc.py | 192 +-
schema_salad/metaschema/import_include.md | 64 +
schema_salad/metaschema/metaschema.yml | 270 +-
.../metaschema/{metaschema.yml => metaschema2.yml} | 274 +-
.../{metaschema.yml => metaschema2.yml~} | 273 +-
schema_salad/metaschema/metaschema_base.yml | 164 +
schema_salad/ref_resolver.py | 792 +-
schema_salad/schema.py | 290 +-
schema_salad/tests/EDAM.owl | 51294 +++++++++++++++++++
schema_salad/tests/Process.yml | 36 +
schema_salad/tests/__init__.py | 0
schema_salad/tests/mixin.yml | 2 +
schema_salad/tests/test_examples.py | 369 +
schema_salad/tests/test_fetch.py | 57 +
schema_salad/validate.py | 210 +-
setup.cfg | 14 +-
setup.py | 66 +-
33 files changed, 53786 insertions(+), 1175 deletions(-)
create mode 100644 MANIFEST.in
create mode 100644 Makefile
create mode 100644 gittaggers.py
create mode 100644 schema_salad/add_dictlist.py
copy schema_salad/metaschema/{metaschema.yml => metaschema2.yml} (60%)
copy schema_salad/metaschema/{metaschema.yml => metaschema2.yml~} (60%)
create mode 100644 schema_salad/metaschema/metaschema_base.yml
create mode 100644 schema_salad/tests/EDAM.owl
create mode 100644 schema_salad/tests/Process.yml
create mode 100644 schema_salad/tests/__init__.py
create mode 100644 schema_salad/tests/mixin.yml
create mode 100644 schema_salad/tests/test_examples.py
create mode 100644 schema_salad/tests/test_fetch.py
mode change 100644 => 100755 setup.py
--
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