[Python-modules-commits] [python-prov] 07/14: merge patched into master

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 13 12:39:44 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository python-prov.

commit f1e97dd76d6083f1d588a64839e63f0dc3d00fb8
Merge: 742cfe5 bec65d7
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Dec 12 21:25:27 2016 +0000

    merge patched into master

 AUTHORS.rst                                        |   4 +-
 CONTRIBUTING.rst                                   |  16 +-
 HISTORY.rst                                        |   8 +
 LICENSE                                            |   2 +-
 MANIFEST.in                                        |   2 +
 PKG-INFO                                           |  22 +-
 README.rst                                         |   7 +-
 debian/.git-dpm                                    |   6 +-
 ..._xml-decode-buffers-to-work-with-py3-also.patch |  30 --
 ...ated-usage-of-cgi.escape-since-Python-3.3.patch |  42 --
 debian/patches/series                              |   2 -
 dev/__init__.py                                    |   0
 dev/debug_jsons.py                                 |  58 ++
 dev/script.py                                      |  99 ++++
 dev/test_count_JSON-LD.py                          |  38 ++
 dev/test_count_PROV-JSON.py                        |  25 +
 dev/test_count_Streaming.py                        |  82 +++
 dev/test_jsonld.py                                 |  14 +
 docs/prov.serializers.rst                          |   8 +
 prov.egg-info/PKG-INFO                             |  22 +-
 prov.egg-info/SOURCES.txt                          | 413 +++++++++++++++
 prov.egg-info/requires.txt                         |   3 +-
 prov.egg-info/top_level.txt                        |   1 +
 prov/__init__.py                                   |   2 +-
 prov/dot.py                                        |  14 +-
 prov/graph.py                                      |  40 +-
 prov/model.py                                      |  37 +-
 prov/serializers/__init__.py                       |   2 +
 prov/serializers/jsonld_streaming.py               | 209 ++++++++
 prov/serializers/provjsons.py                      | 368 +++++++++++++
 prov/serializers/provrdf.py                        | 588 +++++++++++++++++++++
 prov/tests/json/activity5.json                     |   2 +-
 prov/tests/json/activity6.json                     |   2 +-
 prov/tests/json/activity7.json                     |   4 +-
 prov/tests/json/activity8.json                     |   8 +-
 prov/tests/json/activity9.json                     |   4 +-
 prov/tests/json/agent6.json                        |   2 +-
 prov/tests/json/agent7.json                        |   2 +-
 prov/tests/json/agent8.json                        |   4 +-
 prov/tests/json/association7.json                  |   2 +-
 prov/tests/json/association9.json                  |   2 +-
 prov/tests/json/attr_activity0.json                |  66 +--
 prov/tests/json/attr_agent0.json                   |  66 +--
 prov/tests/json/attr_association0.json             |  66 +--
 .../json/attr_association_one_role_attr21.json     |   2 +-
 .../json/attr_association_one_role_attr22.json     |   2 +-
 .../json/attr_association_one_role_attr23.json     |   2 +-
 .../json/attr_association_one_role_attr24.json     |   2 +-
 .../json/attr_association_one_role_attr25.json     |   2 +-
 .../json/attr_association_one_role_attr26.json     |   2 +-
 prov/tests/json/attr_attribution0.json             |  54 +-
 prov/tests/json/attr_communication0.json           |  54 +-
 prov/tests/json/attr_delegation0.json              |  54 +-
 prov/tests/json/attr_derivation0.json              |  54 +-
 prov/tests/json/attr_end0.json                     |  78 +--
 prov/tests/json/attr_entity0.json                  |  66 +--
 prov/tests/json/attr_entity_one_attr21.json        |   2 +-
 prov/tests/json/attr_entity_one_attr22.json        |   2 +-
 prov/tests/json/attr_entity_one_attr23.json        |   2 +-
 prov/tests/json/attr_entity_one_attr24.json        |   2 +-
 prov/tests/json/attr_entity_one_attr25.json        |   2 +-
 prov/tests/json/attr_entity_one_attr26.json        |   2 +-
 .../json/attr_entity_one_location_attr21.json      |   2 +-
 .../json/attr_entity_one_location_attr22.json      |   2 +-
 .../json/attr_entity_one_location_attr23.json      |   2 +-
 .../json/attr_entity_one_location_attr24.json      |   2 +-
 .../json/attr_entity_one_location_attr25.json      |   2 +-
 .../json/attr_entity_one_location_attr26.json      |   2 +-
 prov/tests/json/attr_entity_one_other_attr21.json  |   2 +-
 prov/tests/json/attr_entity_one_other_attr22.json  |   2 +-
 prov/tests/json/attr_entity_one_other_attr23.json  |   2 +-
 prov/tests/json/attr_entity_one_other_attr24.json  |   2 +-
 prov/tests/json/attr_entity_one_other_attr25.json  |   2 +-
 prov/tests/json/attr_entity_one_other_attr26.json  |   2 +-
 prov/tests/json/attr_entity_one_value_attr21.json  |   2 +-
 prov/tests/json/attr_entity_one_value_attr22.json  |   2 +-
 prov/tests/json/attr_entity_one_value_attr23.json  |   2 +-
 prov/tests/json/attr_entity_one_value_attr24.json  |   2 +-
 prov/tests/json/attr_entity_one_value_attr25.json  |   2 +-
 prov/tests/json/attr_entity_one_value_attr26.json  |   2 +-
 prov/tests/json/attr_generation0.json              |  78 +--
 prov/tests/json/attr_influence0.json               |  54 +-
 prov/tests/json/attr_invalidation0.json            |  78 +--
 prov/tests/json/attr_start0.json                   |  78 +--
 prov/tests/json/attr_usage0.json                   |  78 +--
 prov/tests/json/attribution7.json                  |   2 +-
 prov/tests/json/attribution8.json                  |   2 +-
 prov/tests/json/bundle1.json                       |   4 +-
 prov/tests/json/bundle2.json                       |   4 +-
 prov/tests/json/bundle3.json                       |   4 +-
 prov/tests/json/bundle4.json                       |   4 +-
 prov/tests/json/communication6.json                |   2 +-
 prov/tests/json/communication7.json                |   2 +-
 prov/tests/json/delegation7.json                   |   2 +-
 prov/tests/json/delegation8.json                   |   2 +-
 prov/tests/json/derivation11.json                  |   2 +-
 prov/tests/json/derivation12.json                  |   2 +-
 prov/tests/json/derivation13.json                  |   2 +-
 prov/tests/json/derivation8.json                   |   2 +-
 prov/tests/json/derivation9.json                   |   2 +-
 prov/tests/json/end10.json                         |   4 +-
 prov/tests/json/end8.json                          |   4 +-
 prov/tests/json/entity10.json                      |   4 +-
 prov/tests/json/entity3.json                       |   2 +-
 prov/tests/json/entity5.json                       |   2 +-
 prov/tests/json/entity6.json                       |   2 +-
 prov/tests/json/entity7.json                       |   4 +-
 prov/tests/json/entity8.json                       |   8 +-
 prov/tests/json/entity9.json                       |   4 +-
 prov/tests/json/generation5.json                   |   4 +-
 prov/tests/json/generation7.json                   |   4 +-
 prov/tests/json/influence6.json                    |   2 +-
 prov/tests/json/influence7.json                    |   2 +-
 prov/tests/json/invalidation5.json                 |   4 +-
 prov/tests/json/invalidation7.json                 |   4 +-
 prov/tests/json/start10.json                       |   4 +-
 prov/tests/json/start8.json                        |   4 +-
 prov/tests/json/usage5.json                        |   4 +-
 prov/tests/json/usage7.json                        |   4 +-
 prov/tests/rdf/activity1.ttl                       |   8 +
 prov/tests/rdf/activity2.ttl                       |   9 +
 prov/tests/rdf/activity3.ttl                       |  10 +
 prov/tests/rdf/activity4.ttl                       |   9 +
 prov/tests/rdf/activity5.ttl                       |   9 +
 prov/tests/rdf/activity6.ttl                       |  10 +
 prov/tests/rdf/activity7.ttl                       |  10 +
 prov/tests/rdf/activity8.ttl                       |  13 +
 prov/tests/rdf/activity9.ttl                       |  17 +
 prov/tests/rdf/agent1.ttl                          |   8 +
 prov/tests/rdf/agent2.ttl                          |   9 +
 prov/tests/rdf/agent3.ttl                          |   9 +
 prov/tests/rdf/agent4.ttl                          |   9 +
 prov/tests/rdf/agent5.ttl                          |   9 +
 prov/tests/rdf/agent6.ttl                          |   9 +
 prov/tests/rdf/agent7.ttl                          |  10 +
 prov/tests/rdf/agent8.ttl                          |  10 +
 prov/tests/rdf/alternate1.ttl                      |   8 +
 prov/tests/rdf/association1.ttl                    |  10 +
 prov/tests/rdf/association2.ttl                    |   9 +
 prov/tests/rdf/association3.ttl                    |  11 +
 prov/tests/rdf/association4.ttl                    |  13 +
 prov/tests/rdf/association5.ttl                    |   8 +
 prov/tests/rdf/association6.ttl                    |  14 +
 prov/tests/rdf/association7.ttl                    |  15 +
 prov/tests/rdf/association8.ttl                    |  14 +
 prov/tests/rdf/association9.ttl                    |  22 +
 prov/tests/rdf/attr_activity0.ttl                  |  16 +
 prov/tests/rdf/attr_agent0.ttl                     |  16 +
 prov/tests/rdf/attr_association0.ttl               |  21 +
 prov/tests/rdf/attr_association_one_role_attr0.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr1.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr10.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr11.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr12.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr13.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr14.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr15.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr16.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr17.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr18.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr19.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr2.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr20.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr21.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr22.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr23.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr24.ttl |  14 +
 .../tests/rdf/attr_association_one_role_attr25.ttl |  14 +
 .../tests/rdf/attr_association_one_role_attr26.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr27.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr28.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr29.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr3.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr30.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr31.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr32.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr33.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr34.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr35.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr36.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr37.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr38.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr39.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr4.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr40.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr41.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr42.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr43.ttl |  13 +
 .../tests/rdf/attr_association_one_role_attr44.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr5.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr6.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr7.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr8.ttl |  13 +
 prov/tests/rdf/attr_association_one_role_attr9.ttl |  13 +
 prov/tests/rdf/attr_attribution0.ttl               |  20 +
 prov/tests/rdf/attr_communication0.ttl             |  20 +
 prov/tests/rdf/attr_delegation0.ttl                |  21 +
 prov/tests/rdf/attr_derivation0.ttl                |  20 +
 prov/tests/rdf/attr_end0.ttl                       |  22 +
 prov/tests/rdf/attr_entity0.ttl                    |  17 +
 prov/tests/rdf/attr_entity_one_attr0.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_attr1.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_attr10.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr11.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr12.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr13.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr14.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr15.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr16.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr17.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr18.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr19.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr2.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_attr20.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr21.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr22.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr23.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr24.ttl          |   9 +
 prov/tests/rdf/attr_entity_one_attr25.ttl          |   9 +
 prov/tests/rdf/attr_entity_one_attr26.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr27.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr28.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr29.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr3.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_attr30.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr31.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr32.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr33.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr34.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr35.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr36.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr37.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr38.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr39.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr4.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_attr40.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr41.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr42.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr43.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr44.ttl          |   8 +
 prov/tests/rdf/attr_entity_one_attr5.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_attr6.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_attr7.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_attr8.ttl           |   8 +
 prov/tests/rdf/attr_entity_one_location_attr0.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr1.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr10.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr11.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr12.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr13.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr14.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr15.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr16.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr17.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr18.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr19.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr2.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr20.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr21.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr22.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr23.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr24.ttl |  10 +
 prov/tests/rdf/attr_entity_one_location_attr25.ttl |  10 +
 prov/tests/rdf/attr_entity_one_location_attr26.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr27.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr28.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr29.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr3.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr30.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr31.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr32.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr33.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr34.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr35.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr36.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr37.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr38.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr39.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr4.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr40.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr41.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr42.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr43.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr44.ttl |   9 +
 prov/tests/rdf/attr_entity_one_location_attr5.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr6.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr7.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr8.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_location_attr9.ttl  |   9 +
 prov/tests/rdf/attr_entity_one_other_attr0.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr1.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr10.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr11.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr12.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr13.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr14.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr15.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr16.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr17.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr18.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr19.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr2.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr20.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr21.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr22.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr23.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr24.ttl    |  10 +
 prov/tests/rdf/attr_entity_one_other_attr25.ttl    |  10 +
 prov/tests/rdf/attr_entity_one_other_attr26.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr27.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr28.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr29.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr3.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr30.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr31.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr32.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr33.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr34.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr35.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr36.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr37.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr38.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr39.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr4.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr40.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr41.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr42.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr43.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr44.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_other_attr5.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr6.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr7.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr8.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_other_attr9.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr0.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr1.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr10.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr11.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr12.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr13.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr14.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr15.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr16.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr17.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr18.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr19.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr2.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr20.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr21.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr22.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr23.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr24.ttl    |  10 +
 prov/tests/rdf/attr_entity_one_value_attr25.ttl    |  10 +
 prov/tests/rdf/attr_entity_one_value_attr26.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr27.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr28.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr29.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr3.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr30.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr31.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr32.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr33.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr34.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr35.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr36.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr37.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr38.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr39.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr4.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr40.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr41.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr42.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr43.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr44.ttl    |   9 +
 prov/tests/rdf/attr_entity_one_value_attr5.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr6.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr7.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr8.ttl     |   9 +
 prov/tests/rdf/attr_entity_one_value_attr9.ttl     |   9 +
 prov/tests/rdf/attr_generation0.ttl                |  22 +
 prov/tests/rdf/attr_influence0.ttl                 |  20 +
 prov/tests/rdf/attr_invalidation0.ttl              |  22 +
 prov/tests/rdf/attr_start0.ttl                     |  22 +
 prov/tests/rdf/attr_usage0.ttl                     |  22 +
 prov/tests/rdf/attribution1.ttl                    |  10 +
 prov/tests/rdf/attribution2.ttl                    |   9 +
 prov/tests/rdf/attribution3.ttl                    |  11 +
 prov/tests/rdf/attribution4.ttl                    |  11 +
 prov/tests/rdf/attribution5.ttl                    |   8 +
 prov/tests/rdf/attribution6.ttl                    |  13 +
 prov/tests/rdf/attribution7.ttl                    |  14 +
 prov/tests/rdf/attribution8.ttl                    |  21 +
 prov/tests/rdf/bundle1.trig                        |  32 ++
 prov/tests/rdf/bundle1.ttl                         |  26 +
 prov/tests/rdf/bundle2.trig                        |  32 ++
 prov/tests/rdf/bundle2.ttl                         |  24 +
 prov/tests/rdf/bundle3.trig                        |  32 ++
 prov/tests/rdf/bundle3.ttl                         |  26 +
 prov/tests/rdf/bundle4.trig                        |  33 ++
 prov/tests/rdf/bundle4.ttl                         |  27 +
 prov/tests/rdf/communication1.ttl                  |  10 +
 prov/tests/rdf/communication2.ttl                  |   9 +
 prov/tests/rdf/communication3.ttl                  |  11 +
 prov/tests/rdf/communication4.ttl                  |   8 +
 prov/tests/rdf/communication5.ttl                  |  13 +
 prov/tests/rdf/communication6.ttl                  |  14 +
 prov/tests/rdf/communication7.ttl                  |  21 +
 prov/tests/rdf/delegation1.ttl                     |  10 +
 prov/tests/rdf/delegation2.ttl                     |   9 +
 prov/tests/rdf/delegation3.ttl                     |  11 +
 prov/tests/rdf/delegation4.ttl                     |  13 +
 prov/tests/rdf/delegation5.ttl                     |   8 +
 prov/tests/rdf/delegation6.ttl                     |  14 +
 prov/tests/rdf/delegation7.ttl                     |  15 +
 prov/tests/rdf/delegation8.ttl                     |  22 +
 prov/tests/rdf/derivation1.ttl                     |   9 +
 prov/tests/rdf/derivation10.ttl                    |  15 +
 prov/tests/rdf/derivation11.ttl                    |  15 +
 prov/tests/rdf/derivation12.ttl                    |  15 +
 prov/tests/rdf/derivation13.ttl                    |  15 +
 prov/tests/rdf/derivation2.ttl                     |  10 +
 prov/tests/rdf/derivation3.ttl                     |  11 +
 prov/tests/rdf/derivation4.ttl                     |  13 +
 prov/tests/rdf/derivation5.ttl                     |  13 +
 prov/tests/rdf/derivation6.ttl                     |  14 +
 prov/tests/rdf/derivation7.ttl                     |  15 +
 prov/tests/rdf/derivation8.ttl                     |  21 +
 prov/tests/rdf/derivation9.ttl                     |  12 +
 prov/tests/rdf/end1.ttl                            |   9 +
 prov/tests/rdf/end10.ttl                           |  24 +
 prov/tests/rdf/end2.ttl                            |  11 +
 prov/tests/rdf/end3.ttl                            |  10 +
 prov/tests/rdf/end4.ttl                            |  10 +
 prov/tests/rdf/end5.ttl                            |  13 +
 prov/tests/rdf/end6.ttl                            |  12 +
 prov/tests/rdf/end7.ttl                            |  13 +
 prov/tests/rdf/end8.ttl                            |  24 +
 prov/tests/rdf/end9.ttl                            |   8 +
 prov/tests/rdf/entity0.ttl                         |  10 +
 prov/tests/rdf/entity1.ttl                         |   8 +
 prov/tests/rdf/entity10.ttl                        |  17 +
 prov/tests/rdf/entity2.ttl                         |   9 +
 prov/tests/rdf/entity3.ttl                         |  10 +
 prov/tests/rdf/entity4.ttl                         |   9 +
 prov/tests/rdf/entity5.ttl                         |   9 +
 prov/tests/rdf/entity6.ttl                         |  10 +
 prov/tests/rdf/entity7.ttl                         |  10 +
 prov/tests/rdf/entity8.ttl                         |  10 +
 prov/tests/rdf/entity9.ttl                         |  17 +
 prov/tests/rdf/generation1.ttl                     |  10 +
 prov/tests/rdf/generation2.ttl                     |  11 +
 prov/tests/rdf/generation3.ttl                     |  13 +
 prov/tests/rdf/generation4.ttl                     |  14 +
 prov/tests/rdf/generation5.ttl                     |  24 +
 prov/tests/rdf/generation6.ttl                     |   8 +
 prov/tests/rdf/generation7.ttl                     |  24 +
 prov/tests/rdf/influence1.ttl                      |  10 +
 prov/tests/rdf/influence2.ttl                      |   9 +
 prov/tests/rdf/influence3.ttl                      |  11 +
 prov/tests/rdf/influence4.ttl                      |   8 +
 prov/tests/rdf/influence5.ttl                      |  13 +
 prov/tests/rdf/influence6.ttl                      |  14 +
 prov/tests/rdf/influence7.ttl                      |  21 +
 prov/tests/rdf/invalidation1.ttl                   |  10 +
 prov/tests/rdf/invalidation2.ttl                   |  11 +
 prov/tests/rdf/invalidation3.ttl                   |  13 +
 prov/tests/rdf/invalidation4.ttl                   |  14 +
 prov/tests/rdf/invalidation5.ttl                   |  24 +
 prov/tests/rdf/invalidation6.ttl                   |   8 +
 prov/tests/rdf/invalidation7.ttl                   |  24 +
 prov/tests/rdf/member1.ttl                         |   8 +
 prov/tests/rdf/member2.ttl                         |   8 +
 prov/tests/rdf/member3.ttl                         |   8 +
 prov/tests/rdf/mention1.ttl                        |   8 +
 prov/tests/rdf/mention2.ttl                        |   9 +
 prov/tests/rdf/scruffy-end1-M.ttl                  |  17 +
 prov/tests/rdf/scruffy-end1-S.ttl                  |  13 +
 prov/tests/rdf/scruffy-end2-M.ttl                  |  20 +
 prov/tests/rdf/scruffy-end2-S.ttl                  |  16 +
 prov/tests/rdf/scruffy-end3-M.ttl                  |  26 +
 prov/tests/rdf/scruffy-end3-S.ttl                  |  18 +
 prov/tests/rdf/scruffy-end4-M.ttl                  |  34 ++
 prov/tests/rdf/scruffy-end4-S.ttl                  |  22 +
 prov/tests/rdf/scruffy-generation1-M.ttl           |  17 +
 prov/tests/rdf/scruffy-generation1-S.ttl           |  13 +
 prov/tests/rdf/scruffy-generation2-M.ttl           |  20 +
 prov/tests/rdf/scruffy-generation2-S.ttl           |  16 +
 prov/tests/rdf/scruffy-invalidation1-M.ttl         |  17 +
 prov/tests/rdf/scruffy-invalidation1-S.ttl         |  13 +
 prov/tests/rdf/scruffy-invalidation2-M.ttl         |  20 +
 prov/tests/rdf/scruffy-invalidation2-S.ttl         |  16 +
 prov/tests/rdf/scruffy-start1-M.ttl                |  17 +
 prov/tests/rdf/scruffy-start1-S.ttl                |  13 +
 prov/tests/rdf/scruffy-start2-M.ttl                |  20 +
 prov/tests/rdf/scruffy-start2-S.ttl                |  16 +
 prov/tests/rdf/scruffy-start3-M.ttl                |  26 +
 prov/tests/rdf/scruffy-start3-S.ttl                |  18 +
 prov/tests/rdf/scruffy-start4-M.ttl                |  34 ++
 prov/tests/rdf/scruffy-start4-S.ttl                |  22 +
 prov/tests/rdf/scruffy-usage1-M.ttl                |  17 +
 prov/tests/rdf/scruffy-usage1-S.ttl                |  13 +
 prov/tests/rdf/scruffy-usage2-M.ttl                |  20 +
 prov/tests/rdf/scruffy-usage2-S.ttl                |  16 +
 prov/tests/rdf/specialization1.ttl                 |   8 +
 prov/tests/rdf/start1.ttl                          |   9 +
 prov/tests/rdf/start10.ttl                         |  24 +
 prov/tests/rdf/start2.ttl                          |  11 +
 prov/tests/rdf/start3.ttl                          |  10 +
 prov/tests/rdf/start4.ttl                          |  10 +
 prov/tests/rdf/start5.ttl                          |  13 +
 prov/tests/rdf/start6.ttl                          |  12 +
 prov/tests/rdf/start7.ttl                          |  13 +
 prov/tests/rdf/start8.ttl                          |  24 +
 prov/tests/rdf/start9.ttl                          |   8 +
 prov/tests/rdf/usage1.ttl                          |   9 +
 prov/tests/rdf/usage2.ttl                          |  11 +
 prov/tests/rdf/usage3.ttl                          |  13 +
 prov/tests/rdf/usage4.ttl                          |  14 +
 prov/tests/rdf/usage5.ttl                          |  24 +
 prov/tests/rdf/usage6.ttl                          |   8 +
 prov/tests/rdf/usage7.ttl                          |  24 +
 prov/tests/test_dot.py                             |  28 +-
 prov/tests/test_graphs.py                          |  10 +-
 prov/tests/test_model.py                           |  12 +-
 prov/tests/test_rdf.py                             | 244 +++++++++
 scripts/prov-compare                               |  12 +-
 scripts/prov-convert                               |  18 +-
 setup.py                                           |  14 +-
 528 files changed, 7694 insertions(+), 725 deletions(-)

diff --cc debian/.git-dpm
index 4ba230d,0000000..7d3c813
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- c4fa1b3953f0793667d0dd4ace35c1c7d3762fa0
- c4fa1b3953f0793667d0dd4ace35c1c7d3762fa0
- c1b7a50d8df5fd2b8122b9d2871dacf1782234bd
++bec65d7ac8f7533ad839a98ec9c5b38ebc3cde93
++bec65d7ac8f7533ad839a98ec9c5b38ebc3cde93
++bec65d7ac8f7533ad839a98ec9c5b38ebc3cde93
 +bec65d7ac8f7533ad839a98ec9c5b38ebc3cde93
 +python-prov_1.5.0.orig.tar.gz
 +94883c177329c353331cf5b5e1559a4f5f10ddf0
 +125045
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-prov.git



More information about the Python-modules-commits mailing list