[Git][debian-gis-team/pywps][master] 3 commits: Add patch fix SyntaxError in demobuffer.py. (closes: #896612)

Bas Couwenberg gitlab at salsa.debian.org
Sun Apr 22 21:33:54 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / pywps


Commits:
09879682 by Bas Couwenberg at 2018-04-22T22:09:15+02:00
Add patch fix SyntaxError in demobuffer.py. (closes: #896612)

- - - - -
8c4e80cb by Bas Couwenberg at 2018-04-22T22:23:04+02:00
Add lintian override for python-foo-but-no-python3-foo.

- - - - -
71f3dc73 by Bas Couwenberg at 2018-04-22T22:23:04+02:00
Set distribution to unstable.

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/demobuffer-syntaxerror.patch
- debian/patches/series
- + debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,14 @@
-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 at debian.org>  Wed, 27 Sep 2017 15:07:44 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 22 Apr 2018 22:09:16 +0200
 
 pywps (4.0.0-4) unstable; urgency=medium
 


=====================================
debian/patches/demobuffer-syntaxerror.patch
=====================================
--- /dev/null
+++ b/debian/patches/demobuffer-syntaxerror.patch
@@ -0,0 +1,16 @@
+Description: Fix SyntaxError with Sphinx 1.7.
+Author: Bas Couwenberg <sebastic at 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,


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 offline-tests.patch
 use-mathjax-package.patch
 privacy-breach.patch
+demobuffer-syntaxerror.patch


=====================================
debian/source/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# Package will switch to Python 3 when Python 2 is EOL.
+pywps source: python-foo-but-no-python3-foo python-pywps
+



View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/compare/ce3e5d6210fde4d01772f1b018560737cf7f6a2b...71f3dc7311360947ceec59c1b5ba9f2601892237

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/compare/ce3e5d6210fde4d01772f1b018560737cf7f6a2b...71f3dc7311360947ceec59c1b5ba9f2601892237
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180422/80fe642e/attachment-0001.html>


More information about the Pkg-grass-devel mailing list