[pywps] branch upstream updated (032143c -> bdc8760)
Bas Couwenberg
sebastic at debian.org
Sat Dec 3 13:39:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository pywps.
from 032143c Imported Upstream version 4.0.0~rc2+ds
new bdc8760 Imported Upstream version 4.0.0~rc3
The 1 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 | 1 +
.nojekyll | 0
.travis.yml | 7 +
CONTRIBUTORS.md | 35 +-
README.md | 5 +-
RELEASE-howto.md | 114 +++++++
VERSION.txt | 2 +-
debian/control | 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 +-
76 files changed, 1648 insertions(+), 922 deletions(-)
delete mode 100644 .nojekyll
create mode 100644 RELEASE-howto.md
rename docs/{ => _static}/pywps.png (100%)
create mode 100644 docs/_static/pywps.svg
rename docs/{external_tools.rst => external-tools.rst} (65%)
create mode 100644 pywps/app/Common.py
rename tests/common.py => pywps/tests.py (83%)
create mode 100644 setup.cfg
--
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