[pywps] 02/10: Merge tag 'upstream/4.0.0_rc3' into experimental
Bas Couwenberg
sebastic at debian.org
Sat Dec 3 13:39:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository pywps.
commit 49374aba3dca92e2bfa52a34bb606b9bd06fa80b
Merge: cdc4be7 bdc8760
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Dec 3 10:32:50 2016 +0100
Merge tag 'upstream/4.0.0_rc3' into experimental
Upstream version 4.0.0~rc3
Conflicts:
debian/control
.gitignore | 1 +
.nojekyll | 0
.travis.yml | 7 +
CONTRIBUTORS.md | 35 +-
README.md | 5 +-
RELEASE-howto.md | 114 +++++++
VERSION.txt | 2 +-
default-sample.cfg | 76 ++---
docs/{ => _static}/pywps.png | Bin
docs/_static/pywps.svg | 404 ++++++++++++++++++++++++
docs/conf.py | 56 ++--
docs/configuration.rst | 28 +-
docs/demobuffer.py | 30 +-
docs/deployment.rst | 6 +-
docs/development.rst | 3 +-
docs/exceptions.rst | 3 +-
docs/{external_tools.rst => external-tools.rst} | 6 +-
docs/index.rst | 27 +-
docs/install.rst | 57 +++-
docs/migration.rst | 7 +-
docs/process.rst | 9 +-
docs/pywps.rst | 9 +-
docs/wps.rst | 34 +-
pywps/__init__.py | 35 +-
pywps/_compat.py | 37 +--
pywps/app/Common.py | 31 ++
pywps/app/Process.py | 116 +++----
pywps/app/Service.py | 112 +++----
pywps/app/WPSRequest.py | 48 +--
pywps/app/WPSResponse.py | 49 +--
pywps/app/__init__.py | 19 +-
pywps/app/basic.py | 12 +-
pywps/configuration.py | 60 ++--
pywps/dblog.py | 308 +++++++-----------
pywps/dependencies.py | 30 +-
pywps/exceptions.py | 61 ++--
pywps/inout/__init__.py | 7 +
pywps/inout/basic.py | 55 ++--
pywps/inout/formats/__init__.py | 41 ++-
pywps/inout/inputs.py | 33 +-
pywps/inout/literaltypes.py | 95 +++++-
pywps/inout/outputs.py | 58 +++-
pywps/inout/storage.py | 21 +-
pywps/resources/__init__.py | 5 +
pywps/resources/schemas/__init__.py | 5 +
tests/common.py => pywps/tests.py | 12 +-
pywps/validator/__init__.py | 12 +-
pywps/validator/allowed_value.py | 7 +
pywps/validator/base.py | 10 +-
pywps/validator/complexvalidator.py | 41 +--
pywps/validator/literalvalidator.py | 34 +-
pywps/validator/mode.py | 7 +
pywps/wpsserver.py | 30 +-
requirements.txt | 2 +
setup.cfg | 4 +
setup.py | 28 +-
tests/__init__.py | 6 +
tests/process.py | 9 +-
tests/processes/__init__.py | 7 +
tests/requests/__init__.py | 5 +
tests/test_assync.py | 10 +-
tests/test_capabilities.py | 18 +-
tests/test_dblog.py | 39 +--
tests/test_describe.py | 21 +-
tests/test_exceptions.py | 8 +-
tests/test_execute.py | 8 +-
tests/test_formats.py | 6 +
tests/test_inout.py | 6 +
tests/test_literaltypes.py | 37 +++
tests/test_ows.py | 14 +-
tests/test_wpsrequest.py | 6 +
tests/validator/__init__.py | 7 +
tests/validator/test_complexvalidators.py | 7 +
tests/validator/test_literalvalidators.py | 7 +
tox.ini | 3 +-
75 files changed, 1647 insertions(+), 921 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git
More information about the Pkg-grass-devel
mailing list