[med-svn] [python-schema-salad] branch master updated (9d6685e -> 03b9483)

Andreas Tille tille at debian.org
Fri Dec 9 22:47:59 UTC 2016


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

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

      from  9d6685e   fix watchfile & Vcs URLs
       new  4a38ed9   Adjust watch file to fetch only 1.x series - ignore 2.x for the moment
       new  bd36ec8   New upstream version 1.21.20161206204028
       new  9f61cbd   Merge tag 'upstream/1.21.20161206204028'
       new  2790da1   cme fix dpkg-control
       new  3982940   debhelper 10
       new  046607d   Patch applied upstream
       new  03b9483   stop generating manpage via help2man since this is broken by this upstream version

The 7 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 +-
 debian/changelog                                   |    12 +
 debian/compat                                      |     2 +-
 debian/control                                     |     7 +-
 debian/copyright                                   |     2 +-
 debian/patches/series                              |     1 -
 debian/patches/try-rdflib-4.1                      |    13 -
 debian/rules                                       |     3 +-
 debian/watch                                       |     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 +-
 41 files changed, 53807 insertions(+), 1196 deletions(-)
 create mode 100644 MANIFEST.in
 create mode 100644 Makefile
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/try-rdflib-4.1
 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