[GRASS-git] [OSGeo/grass] a6e0eb: CI(deps): Update dependency sphinx to v9.0.4 (#6701)
Edouard Choinière
noreply at github.com
Fri Dec 12 17:03:38 PST 2025
Branch: refs/heads/renovate/alpine-3.x
Home: https://github.com/OSGeo/grass
Commit: a6e0eb99530f98a3be7196f241a59a21bb942b52
https://github.com/OSGeo/grass/commit/a6e0eb99530f98a3be7196f241a59a21bb942b52
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M python/grass/docs/requirements.txt
Log Message:
-----------
CI(deps): Update dependency sphinx to v9.0.4 (#6701)
Commit: 5eb9d11009059ec22a089de51a2f9dc5e39e4601
https://github.com/OSGeo/grass/commit/5eb9d11009059ec22a089de51a2f9dc5e39e4601
Author: Nicklas Larsson <n_larsson at yahoo.com>
Date: 2025-12-08 (Mon, 08 Dec 2025)
Changed paths:
M vector/v.external.out/Makefile
M vector/v.external/Makefile
Log Message:
-----------
v.external{.out}: always build module (#6713)
Commit: d3c6479bef77a58e3b5d85259303dbfb9c1babe8
https://github.com/OSGeo/grass/commit/d3c6479bef77a58e3b5d85259303dbfb9c1babe8
Author: Nicklas Larsson <n_larsson at yahoo.com>
Date: 2025-12-08 (Mon, 08 Dec 2025)
Changed paths:
M REQUIREMENTS.md
M cmake/modules/CheckDependentLibraries.cmake
M configure
M configure.ac
M display/d.grid/plot.c
M display/d.where/main.c
M general/g.proj/input.c
M general/g.proj/list_codes.c
M general/g.proj/output.c
M general/g.region/printwindow.c
M general/g.version/main.c
M include/config.h.cmake.in
M include/grass/config.h.in
M include/grass/defs/gprojects.h
M include/grass/gprojects.h
M lib/proj/convert.c
M lib/proj/do_proj.c
M lib/proj/get_proj.c
M raster/r.external/proj.c
M raster/r.in.gdal/proj.c
M raster/r.out.gdal/main.c
M raster/r.proj/main.c
M raster3d/r3.out.netcdf/main.c
M vector/v.external/proj.c
M vector/v.in.ogr/proj.c
M vector/v.out.ogr/main.c
M vector/v.proj/main.c
Log Message:
-----------
configure: require PROJ version 9.0 (#6693)
Drop support for PROJ's old `proj_api.h` API and make the
version 9.0 the minimal requirement of PROJ support.
In addition, remove code using the proj_api.h API.
Commit: cb3b418fea5a2ec8e2ba2d04a7be1fb77d14b2be
https://github.com/OSGeo/grass/commit/cb3b418fea5a2ec8e2ba2d04a7be1fb77d14b2be
Author: Nicklas Larsson <n_larsson at yahoo.com>
Date: 2025-12-09 (Tue, 09 Dec 2025)
Changed paths:
M cmake/modules/CheckDependentLibraries.cmake
M configure
M configure.ac
M include/config.h.cmake.in
M include/grass/config.h.in
M include/grass/gprojects.h
M mswindows/osgeo4w/config.h.vc
Log Message:
-----------
configure: remove HAVE_PROJ_H macro (#6714)
The HAVE_PROJ_H macro is always true, given PROJ is a requirement
and configuration will fail if <proj.h> is not found.
Commit: f06ab044f3e3ebc29a58170615e1df6e39d1667b
https://github.com/OSGeo/grass/commit/f06ab044f3e3ebc29a58170615e1df6e39d1667b
Author: Gulshan Kumar <72340125+gulshan-123 at users.noreply.github.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M man/mkdocs/mkdocs.yml
Log Message:
-----------
doc: Enable MathJax rendering for equations in MkDocs documentation (#6703)
Commit: c17e4ea00a6a43d8ffa5cde37cad2a414496eec7
https://github.com/OSGeo/grass/commit/c17e4ea00a6a43d8ffa5cde37cad2a414496eec7
Author: SAKET KUMAR MALL <72020337+saket0187 at users.noreply.github.com>
Date: 2025-12-12 (Fri, 12 Dec 2025)
Changed paths:
M README.md
Log Message:
-----------
docs: Fixed broken tutorials link in README (#6719)
Fix broken tutorials link in README
Commit: 2ae12dc57b39cf0e9d47fc6fdde294184f3aa0e6
https://github.com/OSGeo/grass/commit/2ae12dc57b39cf0e9d47fc6fdde294184f3aa0e6
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2025-12-12 (Fri, 12 Dec 2025)
Changed paths:
M README.md
M REQUIREMENTS.md
M cmake/modules/CheckDependentLibraries.cmake
M configure
M configure.ac
M display/d.grid/plot.c
M display/d.where/main.c
M general/g.proj/input.c
M general/g.proj/list_codes.c
M general/g.proj/output.c
M general/g.region/printwindow.c
M general/g.version/main.c
M include/config.h.cmake.in
M include/grass/config.h.in
M include/grass/defs/gprojects.h
M include/grass/gprojects.h
M lib/proj/convert.c
M lib/proj/do_proj.c
M lib/proj/get_proj.c
M man/mkdocs/mkdocs.yml
M mswindows/osgeo4w/config.h.vc
M python/grass/docs/requirements.txt
M raster/r.external/proj.c
M raster/r.in.gdal/proj.c
M raster/r.out.gdal/main.c
M raster/r.proj/main.c
M raster3d/r3.out.netcdf/main.c
M vector/v.external.out/Makefile
M vector/v.external/Makefile
M vector/v.external/proj.c
M vector/v.in.ogr/proj.c
M vector/v.out.ogr/main.c
M vector/v.proj/main.c
Log Message:
-----------
Merge branch 'main' into renovate/alpine-3.x
Compare: https://github.com/OSGeo/grass/compare/deb47e04208c...2ae12dc57b39
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list