[med-svn] [python-rdflib-jsonld] branch master updated (bf32dc3 -> ab2a164)
Michael Crusoe
misterc-guest at moszumanska.debian.org
Thu Nov 10 11:27:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a change to branch master
in repository python-rdflib-jsonld.
from bf32dc3 match uploaded version
adds 2612df5 Imported Upstream version 0.4.0
adds fa23ba5 Merge tag 'upstream/0.4.0'
adds ab2a164 New upstream release
No new revisions were added by this update.
Summary of changes:
LICENSE.md | 35 +++
PKG-INFO | 2 +-
README.md | 78 +++---
debian/changelog | 7 +
debian/control | 4 +-
docs/jsonld-parser.rst | 8 +-
docs/jsonld-serializer.rst | 8 +-
rdflib_jsonld.egg-info/PKG-INFO | 2 +-
rdflib_jsonld.egg-info/SOURCES.txt | 11 +-
rdflib_jsonld.egg-info/entry_points.txt | 2 +
rdflib_jsonld.egg-info/requires.txt | 2 +-
rdflib_jsonld/__init__.py | 2 +-
rdflib_jsonld/context.py | 100 +++++---
rdflib_jsonld/errors.py | 6 +
rdflib_jsonld/parser.py | 428 ++++++++++++++++----------------
rdflib_jsonld/util.py | 18 +-
setup.py | 4 +-
test/.DS_Store | Bin 6148 -> 0 bytes
test/__init__.pyc | Bin 597 -> 0 bytes
test/earl-context.jsonld | 24 --
test/test-suite/.DS_Store | Bin 6148 -> 0 bytes
test/test_api.pyc | Bin 1434 -> 0 bytes
test/test_compaction.py | 62 ++++-
test/test_compaction.pyc | Bin 1718 -> 0 bytes
test/test_context.py | 169 +++++++++++++
test/test_context.rst | 116 ---------
test/test_testsuite.py | 3 +
test/test_testsuite.pyc | Bin 11331 -> 0 bytes
28 files changed, 641 insertions(+), 450 deletions(-)
create mode 100644 LICENSE.md
create mode 100644 rdflib_jsonld/errors.py
delete mode 100644 test/.DS_Store
delete mode 100644 test/__init__.pyc
delete mode 100644 test/earl-context.jsonld
delete mode 100644 test/test-suite/.DS_Store
delete mode 100644 test/test_api.pyc
delete mode 100644 test/test_compaction.pyc
create mode 100644 test/test_context.py
delete mode 100644 test/test_context.rst
delete mode 100644 test/test_testsuite.pyc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-rdflib-jsonld.git
More information about the debian-med-commit
mailing list