[Python-modules-commits] [sparqlwrapper] branch upstream updated (a4521b4 -> ecd5c3d)

chrysn chrysn-guest at moszumanska.debian.org
Wed Nov 16 11:11:50 UTC 2016


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

chrysn-guest pushed a change to branch upstream
in repository sparqlwrapper.

      from  a4521b4   New upstream version 1.6.0
      adds  ecd5c3d   New upstream version 1.7.6

No new revisions were added by this update.

Summary of changes:
 .gitignore                        |   3 +
 .travis.yml                       |  17 +++
 AUTHORS.md                        |  26 +++++
 AUTHORS.txt                       |  23 ----
 ChangeLog.txt                     |  31 ++++-
 MANAGEMENT.md                     |  38 ++++++
 MANIFEST.in                       |   5 +-
 Makefile                          |   6 +-
 README.md                         |   9 +-
 SPARQLWrapper/SPARQLExceptions.py |   4 +-
 SPARQLWrapper/SmartWrapper.py     |   4 +
 SPARQLWrapper/Wrapper.py          | 235 ++++++++++++++++++++++++++-----------
 SPARQLWrapper/__init__.py         |  28 +++--
 SPARQLWrapper/jsonlayer.py        | 164 --------------------------
 requirements.txt                  |   2 +
 run_tests_py3.sh                  |  38 ++++++
 setup.py                          |  70 +++++++----
 test/dbpedia.py                   |  14 ++-
 test/wrapper_test.py              | 238 ++++++++++++++++++++++++++++++++++----
 tests.sh                          |  13 +++
 20 files changed, 645 insertions(+), 323 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 AUTHORS.md
 delete mode 100644 AUTHORS.txt
 create mode 100644 MANAGEMENT.md
 delete mode 100644 SPARQLWrapper/jsonlayer.py
 create mode 100644 requirements.txt
 create mode 100755 run_tests_py3.sh
 create mode 100755 tests.sh

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



More information about the Python-modules-commits mailing list