[pywps] branch experimental updated (cdc4be7 -> f439be9)
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 change to branch experimental
in repository pywps.
from cdc4be7 Set distribution to experimental.
new bdc8760 Imported Upstream version 4.0.0~rc3
new 49374ab Merge tag 'upstream/4.0.0_rc3' into experimental
new f67f597 New upstream release candidate.
new eb866bb Don't repack upstream tarball, pre-built docs removed upstream.
new 3ed84ac Add python-dateutil to (build) dependencies.
new 15d3979 Update copyright file.
new 46cc32f Refresh patches.
new 43de3dd Add patch to fix sphinx-build failure due to syntax errors.
new d64c8e7 Add python-sqlalchemy to (build) dependencies.
new f439be9 Set distribution to experimental.
The 10 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/changelog | 14 +
debian/control | 6 +-
debian/copyright | 39 ++-
debian/patches/fix-sphinx-failure.patch | 27 ++
debian/patches/offline-tests.patch | 6 +-
debian/patches/series | 1 +
debian/patches/use-mathjax-package.patch | 4 +-
debian/watch | 3 +-
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 +-
83 files changed, 1719 insertions(+), 949 deletions(-)
delete mode 100644 .nojekyll
create mode 100644 RELEASE-howto.md
create mode 100644 debian/patches/fix-sphinx-failure.patch
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