From edd9d267ecfe6cc6d39fecc5832485c91d5b51d0 Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Wed, 10 Dec 2025 19:54:46 +0100 Subject: [PATCH 1/3] update changes --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index cf8f0e78..0013d569 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +pywps (4.7.0) trusty; urgency=medium + + * Skipped support for Python 3.8 and 3.9. + * Added support for Python 3.12 and 3.13. + * Security upgrade of numpy (#695) and urllib (#693). + * Added conda support (#696). + * Fixed linting (#694). + * Reconfigure CI and documentation (#692). + * Improve the content of default-config.cfg (#691). + * Uniform tab/spaces in WPS templates (#690). + + -- Carsten Ehbrecht Wed, 11 Dec 2025 18:00:00 +0000 + pywps (4.6.0) trusty; urgency=medium * Skip support for Python 3.7 From bd388958b88587f982a9f869c96f7c12b1eb40c2 Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Wed, 10 Dec 2025 19:58:06 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=204.6.0=20=E2=86=92=204.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.txt | 2 +- pywps/__init__.py | 2 +- setup.cfg | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 6016e8ad..f6cdf409 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.6.0 +4.7.0 diff --git a/pywps/__init__.py b/pywps/__init__.py index 8966000b..444fd584 100644 --- a/pywps/__init__.py +++ b/pywps/__init__.py @@ -8,7 +8,7 @@ from lxml.builder import ElementMaker -__version__ = "4.6.0" +__version__ = "4.7.0" LOGGER = logging.getLogger('PYWPS') LOGGER.debug('setting core variables') diff --git a/setup.cfg b/setup.cfg index 331c4695..96b6f1ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.6.0 +current_version = 4.7.0 commit = False tag = False parse = (?P\d+)\.(?P\d+).(?P\d+) @@ -16,5 +16,3 @@ replace = {new_version} [coverage:run] relative_files = True - - From 6ffe395734d6973d6afe74739fc0d37e1713a633 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Mon, 15 Dec 2025 11:38:15 +0100 Subject: [PATCH 3/3] update changelog --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0013d569..deb11f03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ pywps (4.7.0) trusty; urgency=medium * Improve the content of default-config.cfg (#691). * Uniform tab/spaces in WPS templates (#690). - -- Carsten Ehbrecht Wed, 11 Dec 2025 18:00:00 +0000 + -- Carsten Ehbrecht Mon, 15 Dec 2025 18:00:00 +0000 pywps (4.6.0) trusty; urgency=medium