This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pywps.
commit 73336622736badd4b7868deb17f08d7735c5c4c5 Author: Bas Couwenberg <[email protected]> Date: Thu Dec 8 07:50:20 2016 +0100 Drop fix-sphinx-failure.patch, applied upstream. --- debian/changelog | 1 + debian/patches/fix-sphinx-failure.patch | 28 ---------------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31b2875..077fe70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pywps (4.0.0-1) UNRELEASED; urgency=medium * New upstream release. + * Drop fix-sphinx-failure.patch, applied upstream. -- Bas Couwenberg <[email protected]> Thu, 08 Dec 2016 07:49:43 +0100 diff --git a/debian/patches/fix-sphinx-failure.patch b/debian/patches/fix-sphinx-failure.patch deleted file mode 100644 index 7e81a40..0000000 --- a/debian/patches/fix-sphinx-failure.patch +++ /dev/null @@ -1,28 +0,0 @@ -Description: Fix syntax errors causing sphinx-build to fail. -Author: Bas Couwenberg <[email protected]> -Bug: https://github.com/geopython/pywps/issues/213 -Forwarded: https://github.com/geopython/pywps/pull/214 -Applied-Upstream: https://github.com/geopython/pywps/commit/e2ded1770754b5c6727393abdabee965b4a6fa1f - ---- a/tests/process.py -+++ b/tests/process.py -@@ -38,7 +38,7 @@ class ProcessTestCase(unittest.TestCase) - ComplexInput("vector", title="Vector") - ], - outputs=[], -- metadata=[Metadata('process metadata 1', 'http://example.org/1'), Metadata('process metadata 2', 'http://example.org/2')]) -+ metadata=[Metadata('process metadata 1', 'http://example.org/1'), Metadata('process metadata 2', 'http://example.org/2')] - ) - inputs = { - input.identifier: input.title ---- a/docs/demobuffer.py -+++ b/docs/demobuffer.py -@@ -57,7 +57,7 @@ class DemoBuffer(Process): - version='1.0.0', - title='Buffer', - abstract='This process demonstrates, how to create any process in PyWPS environment', -- metadata=[Metadata('process metadata 1', 'http://example.org/1'), Metadata('process metadata 2', 'http://example.org/2')]) -+ metadata=[Metadata('process metadata 1', 'http://example.org/1'), Metadata('process metadata 2', 'http://example.org/2')] - inputs=inputs, - outputs=outputs, - store_supported=True, diff --git a/debian/patches/series b/debian/patches/series index 596dab7..7463c47 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ offline-tests.patch use-mathjax-package.patch -fix-sphinx-failure.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

