configure: update to latest config.guess and config.sub#6
Open
github-actions[bot] wants to merge 2714 commits intomasterfrom
Open
configure: update to latest config.guess and config.sub#6github-actions[bot] wants to merge 2714 commits intomasterfrom
github-actions[bot] wants to merge 2714 commits intomasterfrom
Conversation
6dde1e1 to
5936025
Compare
0e6b2b8 to
5c99be3
Compare
d288976 to
39441b0
Compare
c0ed318 to
e2c6fd7
Compare
e2c6fd7 to
f547ed5
Compare
f547ed5 to
35ebcb3
Compare
f998d32 to
8cc8db2
Compare
* 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>
* 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>
…ntions in utils.py (OSGeo#6950)
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.
It seems to have been missed in PR OSGeo#5481
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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