[Git][debian-gis-team/pywps][upstream] New upstream version 4.4.4
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Jun 4 05:11:09 BST 2021
Bas Couwenberg pushed to branch upstream at Debian GIS Project / pywps
Commits:
4ce66169 by Bas Couwenberg at 2021-06-04T06:00:11+02:00
New upstream version 4.4.4
- - - - -
6 changed files:
- VERSION.txt
- debian/changelog
- pywps/__init__.py
- pywps/ext_autodoc.py
- requirements-dev.txt
- setup.cfg
Changes:
=====================================
VERSION.txt
=====================================
@@ -1 +1 @@
-4.4.3
+4.4.4
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+pywps (4.4.4) trusty; urgency=medium
+
+ * Fixed sphinx build (#608)
+
+ -- Carsten Ehbrecht <ehbrecht at dkrz.de> Wed, 02 Jun 2021 18:00:00 +0000
+
pywps (4.4.3) trusty; urgency=medium
* Using pytest ... xfail online opendap tests (#605).
=====================================
pywps/__init__.py
=====================================
@@ -9,7 +9,7 @@ import os
from lxml.builder import ElementMaker
-__version__ = "4.4.3"
+__version__ = "4.4.4"
LOGGER = logging.getLogger('PYWPS')
LOGGER.debug('setting core variables')
=====================================
pywps/ext_autodoc.py
=====================================
@@ -2,7 +2,6 @@
from sphinx.ext.autodoc import ClassDocumenter, bool_option
from sphinx.ext.napoleon.docstring import NumpyDocstring
from sphinx.util.docstrings import prepare_docstring
-from sphinx.util import force_decode
from docutils.parsers.rst import directives
from pywps import Process
from pywps.app.Common import Metadata, MetadataUrl
=====================================
requirements-dev.txt
=====================================
@@ -3,7 +3,7 @@ coveralls
pytest
flake8
pylint
-Sphinx<4.0
+Sphinx
twine
wheel
bump2version
=====================================
setup.cfg
=====================================
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 4.4.3
+current_version = 4.4.4
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/4ce66169595feb3c233f51501f8ced900ed9fdc8
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/4ce66169595feb3c233f51501f8ced900ed9fdc8
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/20210604/a2d714b3/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list