[Python-modules-commits] [sparqlwrapper] branch master updated (aa76ece -> 7687195)

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


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

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

      from  aa76ece   Move packaging from SVN to Git
       new  ecd5c3d   New upstream version 1.7.6
       new  edcea18   Merge tag 'upstream/1.7.6'
       new  a6a13e0   Update copyright file from AUTHORS file
       new  ff37330   Acknowlede new upstream version in changelog
       new  8798a85   Set debhelper version to 10
       new  0ace6c9   Set standards-version to 3.9.8 (no further changes needed)
       new  c9a6fec   Use dh_clean to remove egg-info
       new  e743efd   Run tests with python3 too (Closes: #761186)
       new  5b09646   Fix 2to3 corner case for tests
       new  8b3c264   Drop pybuild nosetests workarounds
       new  7687195   Update changelog for upload to unstable

The 11 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:
 .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 --------------------------
 debian/changelog                  |  13 ++-
 debian/clean                      |   1 +
 debian/compat                     |   2 +-
 debian/control                    |   4 +-
 debian/copyright                  |   7 +-
 debian/rules                      |   6 +-
 requirements.txt                  |   2 +
 run_tests_py3.sh                  |  38 ++++++
 setup.py                          |  70 +++++++----
 test/dbpedia.py                   |  14 ++-
 test/wrapper_test.py              | 238 ++++++++++++++++++++++++++++++++++----
 tests.sh                          |  13 +++
 26 files changed, 667 insertions(+), 334 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 debian/clean
 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