From 0c22099bce29909fe82c016e969179b3c1e5e034 Mon Sep 17 00:00:00 2001 From: okot daniel Date: Mon, 13 Oct 2025 22:48:38 +0300 Subject: [PATCH 1/5] chore(deps): bump postgis from 14-3.1 to 17.3.5 --- docs/changes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 452242279..c319754d8 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -13,6 +13,8 @@ Pending class instance, regardless if any data was generated. * Fixed selenium tests for CI by using psycopg for Python 3.13 runs. * Added ``CommunityPanel`` containing links to documentation and resources. +* Upgraded postigs from ``postgis:14-3.1`` to ``postgis:17-3.5``. + 6.0.0 (2025-07-22) ------------------ From 5e76203527223d64e8f54fbf2d92ded889046db9 Mon Sep 17 00:00:00 2001 From: okot daniel Date: Mon, 13 Oct 2025 23:06:42 +0300 Subject: [PATCH 2/5] chore(deps): bump postgis from 14-3.1 to 17.3.5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfa1236a5..a0b0e8d42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,7 +95,7 @@ jobs: services: postgres: - image: postgis/postgis:14-3.1 + image: postgis/postgis:17-3.5 env: POSTGRES_DB: debug_toolbar POSTGRES_USER: debug_toolbar From e6d20eb01a16b780cf24dc2f68d651f018989b79 Mon Sep 17 00:00:00 2001 From: Okot Daniel Date: Mon, 13 Oct 2025 23:52:25 +0300 Subject: [PATCH 3/5] Fixed a typo --- docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 4e6a1957e..762faa29a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -13,7 +13,7 @@ Pending class instance, regardless if any data was generated. * Fixed selenium tests for CI by using psycopg for Python 3.13 runs. * Added ``CommunityPanel`` containing links to documentation and resources. -* Upgraded postigs from ``postgis:14-3.1`` to ``postgis:17-3.5``. +* Upgraded ``postigs`` from ``postgis:14-3.1`` to ``postgis:17-3.5``. * Added how to generate the documentation locally to the contributing documentation. From de35a5e9d3a54454137afb63c91bd0d6995f32b0 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 13 Oct 2025 16:42:30 -0500 Subject: [PATCH 4/5] Include context for postgis usage in the changelog. --- docs/changes.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 762faa29a..317e0cc83 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -13,8 +13,7 @@ Pending class instance, regardless if any data was generated. * Fixed selenium tests for CI by using psycopg for Python 3.13 runs. * Added ``CommunityPanel`` containing links to documentation and resources. -* Upgraded ``postigs`` from ``postgis:14-3.1`` to ``postgis:17-3.5``. - +* Upgraded CI ``postgis`` version 17-3.5. * Added how to generate the documentation locally to the contributing documentation. From 8e08699946a1cf716553310d8aaecdbeaec9b3a0 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 13 Oct 2025 16:49:40 -0500 Subject: [PATCH 5/5] Clean up changes.rst --- docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 317e0cc83..352b4f946 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -13,7 +13,7 @@ Pending class instance, regardless if any data was generated. * Fixed selenium tests for CI by using psycopg for Python 3.13 runs. * Added ``CommunityPanel`` containing links to documentation and resources. -* Upgraded CI ``postgis`` version 17-3.5. +* Upgraded CI ``postgis`` version to 17-3.5. * Added how to generate the documentation locally to the contributing documentation.