Skip to content
Commits on Source (3)
pywps (4.0.0-5) UNRELEASED; urgency=medium
pywps (4.0.0-5) unstable; urgency=medium
* Add python3-sphinx to build dependencies.
* Bump Standards-Version to 4.1.4, no changes.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Add patch fix SyntaxError in demobuffer.py.
(closes: #896612)
* Add lintian override for python-foo-but-no-python3-foo.
-- Bas Couwenberg <sebastic@debian.org> Wed, 27 Sep 2017 15:07:44 +0200
-- Bas Couwenberg <sebastic@debian.org> Sun, 22 Apr 2018 22:09:16 +0200
pywps (4.0.0-4) unstable; urgency=medium
......
Description: Fix SyntaxError with Sphinx 1.7.
Author: Bas Couwenberg <sebastic@debian.org>
Bug-Debian: https://bugs.debian.org/896612
Forwarded: not-needed
--- 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,
offline-tests.patch
use-mathjax-package.patch
privacy-breach.patch
demobuffer-syntaxerror.patch
# Package will switch to Python 3 when Python 2 is EOL.
pywps source: python-foo-but-no-python3-foo python-pywps