Bas Couwenberg pushed to branch master at Debian GIS Project / pywps
Commits: a204f1fd by Bas Couwenberg at 2019-10-30T11:16:17Z New upstream version 4.2.3 - - - - - 1ce7b1f1 by Bas Couwenberg at 2019-10-30T11:16:19Z Update upstream source from tag 'upstream/4.2.3' Update to upstream version '4.2.3' with Debian dir 8c2a6210d480e60c257745561558dd7db0dfd496 - - - - - 8dcaf220 by Bas Couwenberg at 2019-10-30T11:16:37Z New upstream release. - - - - - c48341fe by Bas Couwenberg at 2019-10-30T11:22:16Z Add patch to fix version. - - - - - 34513c01 by Bas Couwenberg at 2019-10-30T11:22:32Z Set distribution to unstable. - - - - - 6 changed files: - VERSION.txt - debian/changelog - debian/patches/series - + debian/patches/version.patch - docs/configuration.rst - pywps/templates/1.0.0/describe/literal.xml Changes: ===================================== VERSION.txt ===================================== @@ -1 +1 @@ -4.2.2 +4.3 ===================================== debian/changelog ===================================== @@ -1,8 +1,10 @@ -pywps (4.2.2-2) UNRELEASED; urgency=medium +pywps (4.2.3-1) unstable; urgency=medium + * New upstream release. * Bump Standards-Version to 4.4.1, no changes. + * Add patch to fix version. - -- Bas Couwenberg <[email protected]> Mon, 30 Sep 2019 19:57:16 +0200 + -- Bas Couwenberg <[email protected]> Wed, 30 Oct 2019 12:22:19 +0100 pywps (4.2.2-1) unstable; urgency=medium ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ offline-tests.patch use-mathjax-package.patch privacy-breach.patch +version.patch ===================================== debian/patches/version.patch ===================================== @@ -0,0 +1,9 @@ +Description: Fix version. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/geopython/pywps/issues/500 + +--- a/VERSION.txt ++++ b/VERSION.txt +@@ -1 +1 @@ +-4.3 ++4.2.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/compare/670503b0f629f1480c803281e0684a476c42af26...34513c01673cdb3779313ed4efed31b6f5224210 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/compare/670503b0f629f1480c803281e0684a476c42af26...34513c01673cdb3779313ed4efed31b6f5224210 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
