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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
