Skip to content

Comments

configure: update to latest config.guess and config.sub#6

Open
github-actions[bot] wants to merge 2714 commits intomasterfrom
periodic/update-configure
Open

configure: update to latest config.guess and config.sub#6
github-actions[bot] wants to merge 2714 commits intomasterfrom
periodic/update-configure

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 3, 2024

This updates config.guess and config.sub to their latest versions.
If the two files are deleted in this PR, please check the logs of the workflow here:
Workflow run summary

Automated changes by create-pull-request GitHub action

@github-actions github-actions bot force-pushed the periodic/update-configure branch from 6dde1e1 to 5936025 Compare February 7, 2024 10:35
@github-actions github-actions bot force-pushed the periodic/update-configure branch from 0e6b2b8 to 5c99be3 Compare March 6, 2024 10:37
@github-actions github-actions bot force-pushed the periodic/update-configure branch from d288976 to 39441b0 Compare April 3, 2024 10:35
@github-actions github-actions bot force-pushed the periodic/update-configure branch from c0ed318 to e2c6fd7 Compare May 1, 2024 10:38
@github-actions github-actions bot force-pushed the periodic/update-configure branch from e2c6fd7 to f547ed5 Compare August 7, 2024 10:38
@github-actions github-actions bot force-pushed the periodic/update-configure branch from f547ed5 to 35ebcb3 Compare November 6, 2024 10:41
@github-actions github-actions bot force-pushed the periodic/update-configure branch from f998d32 to 8cc8db2 Compare August 30, 2025 15:38
renovate bot and others added 16 commits November 8, 2025 08:48
* switch to new GRASS test project
* adjust related tests

Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…pathlib (OSGeo#6604)

CQ: Fix Ruff PTH102 and PTH103: Replace `os.mkdir()` and `os.makedirs()` with pathlib

PTH102 `os.mkdir()` should be replaced by `Path.mkdir()`
PTH103 `os.makedirs()` should be replaced by `Path.mkdir(parents=True)`

Ruff rules: https://docs.astral.sh/ruff/rules/os-mkdir/
https://docs.astral.sh/ruff/rules/os-makedirs/
…)` (OSGeo#6603)

* CQ: Fix Ruff PTH112:  `os.path.isdir()` should be replaced by `Path.is_dir()`

Ruff rule: https://docs.astral.sh/ruff/rules/os-path-isdir/

* Apply suggestions from code review

Co-authored-by: Stefan Blumentrath <stefan.blumentrath@gmx.de>

---------

Co-authored-by: Stefan Blumentrath <stefan.blumentrath@gmx.de>
Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.


Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasslibs/
Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grassmods/
Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasswxpy/
Translation: GRASS GIS/grasslibs
Translation: GRASS GIS/grassmods
Translation: GRASS GIS/grasswxpy

Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 30 commits February 1, 2026 09:36
* insert maps to TGIS DB if not present yet

* add warning if nothing is extracted

* reduce decision tree depth

* set npocs to r3.mapcalc to 1

* some ruff fixes
Users need to provide elevation and dx and dy layers from r.slope.aspect. The new code computes dx and dy internally to simplify workflow. The algorithm and code is based on r.slope.aspect. It behaves the same way as r.slope.aspect's flags -a (Do not align the current region to the raster elevation map) and -e (Compute output at edges and near NULL values).

Tested in projections with feet. I did comparisons with dx and dy from r.slope.aspect and they are identical, however in r.sim.water they are computed as double precision while from r.slope.aspect they come as float and this difference seems to cause slight discrepancies in r.sim.water output, but very small ones. Test is testing against the currently used result by comparing difference with higher tolerance, but also computing a sum of differences manually to show the the overall difference is minimal.

The nulls from elevation input are now either transferred during computation of derivatives or, if dx and dy were provided, by explicit transfer (original code).

Both r.sim.water and r.sim.sediment have dx and dy which are now optional. Since dx and dy are optional, user can still provide them.
Added translation using Weblate (Hindi)

Added translation using Weblate (Hindi)

Added translation using Weblate (Hindi)

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.



Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasslibs/
Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grassmods/
Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasswxpy/
Translation: GRASS GIS/grasslibs
Translation: GRASS GIS/grassmods
Translation: GRASS GIS/grasswxpy

Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Edouard Choiniere <echoix@users.noreply.weblate.osgeo.org>
Version increment after creation of `release_branch_8_5` branch.
Fine-tuning of existing branching how-to.
* Translated using Weblate (Hindi)

Co-authored-by: Abhimanyu <abhimanyupg04@gmail.com>
Co-authored-by: Edouard Choiniere <echoix@users.noreply.weblate.osgeo.org>
Co-authored-by: Weblate <noreply@weblate.org>
…eo#6996)

* r.in.ascii: Fix uninitialized memory access and conditional jump

* r.in.ascii: fixed error at the correct place after backtracing

* better initialisation of variable

* removing from gethead
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Abhimanyu <abhimanyupg04@gmail.com>
Co-authored-by: Edouard Choiniere <echoix@users.noreply.weblate.osgeo.org>
OSGeo#7060)

On wxPython 4.2.5 release, wheels were not immediately available. To prevent from happening again (and fixing failing builds), pin to 4.2.4 and let renovate open a PR for us to upgrade when we are ready.
Co-authored-by: echoix <27212526+echoix@users.noreply.github.com>
…#7056)

This will enable maintenance PRs for the releasebranch_8_5 branch.
…7058)

Since v3 of [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), a new permission is needed to push the attestation to the registry
…20.1.8 (main) (OSGeo#6886)

* CI(deps): Update pre-commit hook pre-commit/mirrors-clang-format to v20.1.8

* Apply clang-format 20.1.8 formatting, fixing regressions present in previous patch releases of 20.1.x

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.