Bas Couwenberg pushed to branch experimental at Debian GIS Project / pywps
Commits: 4ce66169 by Bas Couwenberg at 2021-06-04T06:00:11+02:00 New upstream version 4.4.4 - - - - - 745c2ed4 by Bas Couwenberg at 2021-06-04T06:00:13+02:00 Update upstream source from tag 'upstream/4.4.4' Update to upstream version '4.4.4' with Debian dir bd692f2b28bb4dcb88b4ad774faccb45e64ef25c - - - - - 3ef47673 by Bas Couwenberg at 2021-06-04T06:01:17+02:00 New upstream release. - - - - - f42f852e by Bas Couwenberg at 2021-06-04T06:04:07+02:00 Remove myself from Uploaders. - - - - - dbac0c47 by Bas Couwenberg at 2021-06-04T06:04:27+02:00 Set distribution to experimental. - - - - - 7 changed files: - VERSION.txt - debian/changelog - debian/control - 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,11 @@ +pywps (4.4.4-1~exp1) experimental; urgency=medium + + * Team upload. + * New upstream release. + * Remove myself from Uploaders. + + -- Bas Couwenberg <[email protected]> Fri, 04 Jun 2021 06:04:09 +0200 + pywps (4.4.3-1~exp1) experimental; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -1,7 +1,6 @@ Source: pywps Maintainer: Debian GIS Project <[email protected]> -Uploaders: Bas Couwenberg <[email protected]>, - Angelos Tzotsos <[email protected]> +Uploaders: Angelos Tzotsos <[email protected]> Section: python Priority: optional Build-Depends: debhelper (>= 10~), ===================================== 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/-/compare/e52207f195881455745f0415c8de216eba1dad1a...dbac0c4710b30f62787cd8212e07433bccb5423a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/compare/e52207f195881455745f0415c8de216eba1dad1a...dbac0c4710b30f62787cd8212e07433bccb5423a 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
