[SCM] PostGIS branch master updated. 3.6.0rc2-371-g15349103e

git at osgeo.org git at osgeo.org
Fri Mar 6 11:01:15 PST 2026


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  15349103ef89627d9be54a67bd81eabed3ca1072 (commit)
      from  9346e2beb44b2b6c873f48dc62e5a2699ef48d44 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 15349103ef89627d9be54a67bd81eabed3ca1072
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Fri Mar 6 22:59:46 2026 +0400

    ci: note why codespell still uses pip

diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 2549dbc79..efb5f0bf5 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -23,10 +23,12 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install -y --no-install-recommends \
-          codespell \
           autoconf automake libtool pkg-config \
           libgeos-dev libproj-dev libxml2-dev \
           libxml2-utils docbook-xml docbook-xsl docbook-xsl-ns xsltproc
+        # Ubuntu's packaged codespell is too old for the skip globs in .codespellrc,
+        # which makes the job scan generated/vendor trees and fail noisily.
+        sudo pip install codespell
 
     - name: 'Build & Test'
       run: |

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/codespell.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list