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


Commits:
a204f1fd by Bas Couwenberg at 2019-10-30T11:16:17Z
New upstream version 4.2.3
- - - - -


3 changed files:

- VERSION.txt
- docs/configuration.rst
- pywps/templates/1.0.0/describe/literal.xml


Changes:

=====================================
VERSION.txt
=====================================
@@ -1 +1 @@
-4.2.2
+4.3


=====================================
docs/configuration.rst
=====================================
@@ -183,7 +183,7 @@ configuration file 
<https://docs.pycsw.org/en/latest/configuration.html>`_.
 
 :database:
     Connection string to database where the login about requests/responses is 
to be stored. We are using `SQLAlchemy 
<https://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls>`_
-    please use the configuration string. The default is SQLite3 `:memory:` 
object.
+    please use the configuration string. The default is SQLite3 `:memory:` 
object, however this has `known issues 
<https://github.com/geopython/pywps/issues?utf8=%E2%9C%93&q=is%3Aissue+async+sqlite>`_
 with async processing and should be avoided.
 
 
 [grass]


=====================================
pywps/templates/1.0.0/describe/literal.xml
=====================================
@@ -32,6 +32,6 @@
                     {% endfor %}
                 </ows:AllowedValues>
                 {% endif %}
-                {% if put.data is not none %}
+                {% if put.data is defined and put.data is not none %}
                 <DefaultValue>{{ put.data }}</DefaultValue>
                 {% endif %}



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pywps/commit/a204f1fde1e6fe5f221322d8a9f8e61bdfe3a63e

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pywps/commit/a204f1fde1e6fe5f221322d8a9f8e61bdfe3a63e
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to