January 2025 Archives by author
Starting: Wed Jan 1 22:18:00 PST 2025
Ending: Fri Jan 31 20:19:18 PST 2025
Messages: 218
- [GRASS-git] [OSGeo/grass] 07030e: wxGUI: Fix flake8 F403, F405, F821 and F841 errors...
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 0c6e7a: temporal: Fixed E722 in temporal_granularity (#4926)
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 4af7d7: temporal: Fix bare except clauses in datetime_math...
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 83fe65: temporal: Replace bare except with specific except...
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 0b4db0: wxGUI: Fix flake8 e722 bare except warnings (#4929)
Arohan Ajit
- [GRASS-git] [OSGeo/grass] e5bedc: temporal: Fixed bare except clauses in spatial_top...
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 05b087: wxGUI: Add specific exception handling in vdigit/m...
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 2c9b61: wxGUI: Updated exception handling to fix Attribute...
Arohan Ajit
- [GRASS-git] [OSGeo/grass] bfcb54: wxGUI: Improve exception handling specificity in l...
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 71f1bc: wxGUI: Fixed star imports in wxdigit.py (#4973)
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 71410d: wxGUI: Fixed star imports in wxdisplay.py (#4974)
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 7f964e: wxGUI: Fixed bare except in mapdisp/main.py (#5006)
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 9186f7: wxGUI: Fixed bare except in mapwin/ (#5010)
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 0cade2: d.mon: Fix SIM115 linter warnings by using context...
Arohan Ajit
- [GRASS-git] [OSGeo/grass] 61fae4: lib: add grass JSON API (#4801)
Nishant Bansal
- [GRASS-git] [OSGeo/grass] 98001d: rasterlib: Rast_print_json_colors() added (taken f...
Nishant Bansal
- [GRASS-git] [OSGeo/grass] fbabf3: v.colors.out: Add JSON support (#4964)
Nishant Bansal
- [GRASS-git] [OSGeo/grass] 1c956f: r.describe: Add JSON support (#4918)
Nishant Bansal
- [GRASS-git] [OSGeo/grass] 3a8bce: v.distance: add JSON support (#3942)
Kriti Birda
- [GRASS-git] [OSGeo/grass-addons] e6cefc: i.eodag: Adjust configuration to breaking changes ...
Stefan Blumentrath
- [GRASS-git] [OSGeo/grass-addons] e841d7: v.multi2singlepart: fix #1277 (#1289)
Paulo van Breugel
- [GRASS-git] [OSGeo/grass] 0c59bb: r.path: Support bitmask encoding CW from East (#4943)
Huidae Cho
- [GRASS-git] [OSGeo/grass-addons] 5a0ad0: r.stream.snap: Fix snapping to immediate NW neighb...
Huidae Cho
- [GRASS-git] [OSGeo/grass-addons] 4d5837: r.watersheds: Renamed to r.hydrobasin to avoid con...
Huidae Cho
- [GRASS-git] [OSGeo/grass] 7e49a2: style: Fix R1716: Simplify chained comparison betw...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 39c2d2: style: Fix RUF056 [*] Avoid providing a falsy fall...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 6f3fd1: gui: Fix typos and formatting of docstring paramet...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] b70f2b: style: Fix no-blank-line-before-section (D411)
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 304e3d: style: Add basic repo-wide pyproject.toml config f...
Edouard Choinière
- [GRASS-git] [OSGeo/grass]
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 3d4e60: grass.script.utils: Add type hints to KeyValue cla...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 3f9830: gui: Use comprehensions when initializing lists, d...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] dd8785: python: Various remaining pyrefact refactorings (#...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] ed80a6: python: Use comprehensions when initializing lists...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 4558bb: gui(core.layerlist): Fix returning active layers i...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 4558bb: gui(core.layerlist): Fix returning active layers i...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 5bb9b2: grass.temporal.datetime_math: Return a TypedDict f...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] c03de1: python: Fix typos and formatting of docstring para...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 3cd4e8: CI(CodeQL): Add `actions` language support in Code...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] a01bbf: CI: Restrict default permissions on GitHub Actions...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] f958f4: utils: Use context managers for subprocesses and o...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] ca25eb: python: Use a context manager for opening files (S...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 74c7f6: python: Use context manager for subprocesses and o...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 744610: python: Early exit from functions or loops (#4910)
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 54a2c3: Set renovate schedule to run on weekends only
Edouard Choinière
- [GRASS-git] [OSGeo/grass]
Edouard Choinière
- [GRASS-git] [OSGeo/grass] e33e27: style: fix RUF058 [*] `itertools.starmap` called o...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 552e00: gui(nviz): Type hinting to the nviz library wrappe...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 54553d: Windows: Apply OSGeo4W patches for Postgres (#4996)
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 33efef: CI(deps): Update github/codeql-action action to v3...
Edouard Choinière
- [GRASS-git] [OSGeo/grass] 02861c: gui: Use context manager for opening files and tem...
Edouard Choinière
- [GRASS-git] [OSGeo/grass-website] d6b84b: Layout: move 2024 releases to the 2024 section (#490)
Dark_Nemesis
- [GRASS-git] [OSGeo/grass-website] 6dd3d2: Fix the issue icons cover the content of the page ...
Dark_Nemesis
- [GRASS-git] [OSGeo/grass] 11c0e1: packaging: rename macosx directory to macos (#4935)
Nicklas Larsson
- [GRASS-git] [OSGeo/grass] de64e6: packaging: rename macos/app dir to macos/files (#4...
Nicklas Larsson
- [GRASS-git] [OSGeo/grass] 5ec8b5: packaging: add macOS app bundle creation script (#...
Nicklas Larsson
- [GRASS-git] [OSGeo/grass] 309ad8: CI: use dependency file in macos dir (#4968)
Nicklas Larsson
- [GRASS-git] [OSGeo/grass] 9867dc: rst/interpfl lib: change devi arg to bool (#1271)
Nicklas Larsson
- [GRASS-git] [OSGeo/grass-addons] bd14eb: clean up tmp mapsets (#1283)
Markus Metz
- [GRASS-git] [OSGeo/grass] fb0882: r.sim.water: build topology for vector output (#4969)
Markus Metz
- [GRASS-git] [OSGeo/grass] 39ad77: r.sim.water: build topology for vector output (#4969)
Markus Metz
- [GRASS-git] [OSGeo/grass] 381433: r.sim.water: add info to manual, add info about pr...
Markus Metz
- [GRASS-git] [OSGeo/grass] 6b8b2b: r.sim.water: add info to manual, add info about pr...
Markus Metz
- [GRASS-git] [OSGeo/grass] 8f4706: gui: Happy new year 2025 (#4920)
Markus Neteler
- [GRASS-git] [OSGeo/grass] f1f5df: gui: Happy new year 2025
Markus Neteler
- [GRASS-git] [OSGeo/grass-addons] 5ddcd3: CI: silence confusing --help output in workflows/t...
Markus Neteler
- [GRASS-git] [OSGeo/grass-website] dfa41a: Events: update list of int'l. conferences (#487)
Markus Neteler
- [GRASS-git] [OSGeo/grass-addons] 716d82: r.slopeunits: fix import of grass.scripts (#1284)
Markus Neteler
- [GRASS-git] [OSGeo/grass-website] c21d5f: Windows: fix legacy OSGeo4W download URLs (#492)
Markus Neteler
- [GRASS-git] [OSGeo/grass] ec5406: Windows: Apply OSGeo4W patches for Postgres (backp...
Markus Neteler
- [GRASS-git] [OSGeo/grass-addons] fa9537: Fix description headers for toolsets
Markus Neteler
- [GRASS-git] [OSGeo/grass] 304916: docs: restructuralize examples - move all of them ...
Ondrej Pesek
- [GRASS-git] [OSGeo/grass] 235f9d: docs: remove trunk from paths (#4932)
Ondrej Pesek
- [GRASS-git] [OSGeo/grass] 21cb52: docs: remove trunk from paths (#4931)
Ondrej Pesek
- [GRASS-git] [OSGeo/grass] 6b42b8: r.info: Output comments as one string in JSON (#4216)
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 884515: doc: Use lowercase for 2D raster mask (#5000)
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 1d6f2e: init: Use mask, not MASK in shell prompt (#5003)
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 984f18: i.smap: Add detail to NULL handling (#4997)
Vaclav Petras
- [GRASS-git] [OSGeo/grass] a82adc: r.watershed: Use raster mask, not MASK, simplify d...
Vaclav Petras
- [GRASS-git] [OSGeo/grass] e135ca: d.rast.edit: Use raster mask, not uppercase MASK (...
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 5626d0: v.rast.stats: Mask is simply used, not touched (#5...
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 365064: r.mapcalc: Use mask and not MASK in the doc (#4999)
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 6a3287: wxGUI: Use r.mask.status to get info about mask (#...
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 8d7290: doc: Use lowercase for 2D raster mask
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 89c790: doc: Use lowercase for 2D raster mask (#5009)
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 390a95: r.watershed: Use r.mask, not MASK in the example (...
Vaclav Petras
- [GRASS-git] [OSGeo/grass] 2b3659: v.to.rast: Give verbose message about number for a...
Vaclav Petras
- [GRASS-git] [OSGeo/grass-website] c52103: Fix titles (#491)
Anna Petrasova
- [GRASS-git] [OSGeo/grass-addons] c4c4da: r.hydro.flatten: add breaklines and filled_elevati...
Anna Petrasova
- [GRASS-git] [OSGeo/grass-website] ca7fde: Replace tutorial page by new quarto tutorials (#483)
Anna Petrasova
- [GRASS-git] [OSGeo/grass] bb5817: r.sim.sediment: add simple test (#4978)
Anna Petrasova
- [GRASS-git] [OSGeo/grass] 76ec74: contributing: add more gitignores and remove accid...
Anna Petrasova
- [GRASS-git] [OSGeo/grass-addons] f4933d: r.windfetch: use the r.horizon JSON format in 8.4....
Anna Petrasova
- [GRASS-git] [OSGeo/grass-addons] 85b771: r.flowfill: lazy import and other fixes (#1291)
Anna Petrasova
- [GRASS-git] [OSGeo/grass-addons] bcb486: Fix description headers for toolsets (#1290)
Anna Petrasova
- [GRASS-git] [OSGeo/grass-website] 272ad0: Annual report for 2024 (#494)
Anna Petrasova
- [GRASS-git] [OSGeo/grass] a62ee2: i.fft: added test file for i.fft module (#4931)
Jayneel Shah
- [GRASS-git] [OSGeo/grass] f11fc0: gui: Add Copy command feature on right-click to GU...
Aniket Shaha
- [GRASS-git] [OSGeo/grass-addons] 42d254: fuzz: Initial fuzz_target.c (#1273)
Shivam7-1
- [GRASS-git] [OSGeo/grass] bf01a2: r3.out.v5d: Fix Resource Leak issue in main.c (#4867)
ShubhamDesai
- [GRASS-git] [OSGeo/grass] 746692: v.generalize: Fix Resource Leak issue in network.c...
ShubhamDesai
- [GRASS-git] [OSGeo/grass] 8e575c: v.to.rast: Fix Resource Leak issue in do_areas.c (...
ShubhamDesai
- [GRASS-git] [OSGeo/grass] f5e278: lib/vector/Vlib: Fix Resource Leak issue in build_...
ShubhamDesai
- [GRASS-git] [OSGeo/grass] fc9418: d.barscale: Fix Resource Leak issue in draw_scale....
ShubhamDesai
- [GRASS-git] [OSGeo/grass] 131820: v.net: Fix Resource Leak issue in arcs.c (#4991)
ShubhamDesai
- [GRASS-git] [OSGeo/grass] ca02b2: lib/gmath: Fix Resource Leak issue in solvers_clas...
ShubhamDesai
- [GRASS-git] [OSGeo/grass] 01cab7: r.water.outlet: Fix Resource Leak issue in over_ce...
ShubhamDesai
- [GRASS-git] [OSGeo/grass] be75a1: v.in.dxf: Fix Resource Leak issue in read_dxf.c (#...
ShubhamDesai
- [GRASS-git] [OSGeo/grass] 369421: r.mapcalc: Fix Resource Leak issue in expression.c...
ShubhamDesai
- [GRASS-git] [OSGeo/grass] 0ec169: v.to.db: Fix Resource Leak issue in lines.c (#4965)
ShubhamDesai
- [GRASS-git] [OSGeo/grass] 4f3097: g.gisenv: Fix Resource Leak issue in main.c (#4966)
ShubhamDesai
- [GRASS-git] [OSGeo/grass-addons] 509d30: Add r.slopeunits module (#1279)
Carmen Tawalika
- [GRASS-git] [OSGeo/grass] 09008e: CI(deps): Update ruff to v0.8.5
renovate[bot]
- [GRASS-git] [OSGeo/grass] 46d2ba: CI(deps): Update ruff to v0.8.5 (#4906)
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons] c4f115: CI(deps): Update pre-commit hook pre-commit/mirror...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 47e221: CI(deps): Update pre-commit hook pre-commit/mirror...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 79e51f: CI(deps): Update pre-commit hook astral-sh/ruff-pr...
renovate[bot]
- [GRASS-git] [OSGeo/grass] a9166e: CI(deps): Update ruff to v0.8.6
renovate[bot]
- [GRASS-git] [OSGeo/grass] 0964e6: CI(deps): Update ruff to v0.8.6 (#4915)
renovate[bot]
- [GRASS-git] [OSGeo/grass] 00128e: CI(deps): Lock file maintenance
renovate[bot]
- [GRASS-git] [OSGeo/grass] c952ed: CI(deps): Lock file maintenance (#4919)
renovate[bot]
- [GRASS-git] [OSGeo/grass] 55cde0: CI(deps): Update alpine:3.21 Docker digest to b97e2a8
renovate[bot]
- [GRASS-git] [OSGeo/grass] 44d678: CI(deps): Update alpine:3.21 Docker digest to b97e...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 7e4d1e: CI(deps): Update softprops/action-gh-release actio...
renovate[bot]
- [GRASS-git] [OSGeo/grass] ff9ac1: CI(deps): Update softprops/action-gh-release actio...
renovate[bot]
- [GRASS-git] [OSGeo/grass] ae08d8: CI(deps): Update softprops/action-gh-release actio...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] bd6e71: CI(deps): Update docker/build-push-action action t...
renovate[bot]
- [GRASS-git] [OSGeo/grass] f1349d: CI(deps): Update docker/setup-qemu-action action t...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 574892: CI(deps): Update docker/build-push-action action t...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 970a8f: CI(deps): Update docker/setup-qemu-action action t...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] bc7551: CI(deps): Update alpine:3.21 Docker digest to 56fa17d
renovate[bot]
- [GRASS-git] [OSGeo/grass] 5e0ac6: CI(deps): Update ruff to v0.9.0
renovate[bot]
- [GRASS-git] [OSGeo/grass] 6e3a9a: CI(deps): Update ruff to v0.9.0 (#4930)
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 0c6339: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass] af0764: CI(deps): Update actions/upload-artifact action to...
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons] 010041: CI(deps): Update actions/upload-artifact action to...
renovate[bot]
- [GRASS-git] [OSGeo/grass] c976bf: CI(deps): Update ruff to v0.9.1
renovate[bot]
- [GRASS-git] [OSGeo/grass] cdd445: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 8f3ac9: CI(deps): Update actions/upload-artifact action to...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] c9c0b5: CI(deps): Update ruff to v0.9.1 (#4939)
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] f55d1e: CI(deps): Update dependency bandit to v1.8.2
renovate[bot]
- [GRASS-git] [OSGeo/grass] 077792: CI(deps): Update dependency bandit to v1.8.2 (#4944)
renovate[bot]
- [GRASS-git] [OSGeo/grass] 79845e: CI(deps): Lock file maintenance
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] c61847: CI(deps): Update alpine:3.21 Docker digest to 56fa...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 30de3b: CI(deps): Lock file maintenance (#4945)
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons] a5c5f6: CI(deps): Update actions/upload-artifact action to...
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 16cef2: CI(deps): Update mamba-org/setup-micromamba action...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 1d4590: CI(deps): Update mamba-org/setup-micromamba action...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 12786e: CI(deps): Update pre-commit hook pre-commit/mirror...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 57437c: CI(deps): Update docker/build-push-action action t...
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons] a57c9c: CI(deps): Update pre-commit hook pre-commit/mirror...
renovate[bot]
- [GRASS-git] [OSGeo/grass] ba3d03: CI(deps): Update docker/build-push-action action t...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] afbe9b: CI(deps): Update dependency ruff to v0.9.2
renovate[bot]
- [GRASS-git] [OSGeo/grass] ba63ff: CI(deps): Update ruff to v0.9.2
renovate[bot]
- [GRASS-git] [OSGeo/grass] 965bff: CI(deps): Update ruff to v0.9.2 (#4958)
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] faa911: CI(deps): Update rui314/setup-mold digest to f80524c
renovate[bot]
- [GRASS-git] [OSGeo/grass] ded962: CI(deps): Update rui314/setup-mold digest to f8052...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 66e6ef: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass] d34333: CI(deps): Update docker/dockerfile Docker tag to v...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 0b3343: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 94c344: CI(deps): Update codecov/codecov-action action to ...
renovate[bot]
- [GRASS-git] [OSGeo/grass] a9a7e7: CI(deps): Update docker/dockerfile Docker tag to v...
renovate[bot]
- [GRASS-git] [OSGeo/grass] aa87f6: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 3b6259: CI(deps): Update codecov/codecov-action action to ...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] a31769: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 45cc50: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 1cf0d1: CI(deps): Update ruff to v0.9.3
renovate[bot]
- [GRASS-git] [OSGeo/grass] b5711a: CI(deps): Update codecov/codecov-action action to ...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 33efef: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass] e95709: CI(deps): Update codecov/codecov-action action to ...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 8a68b6: CI(deps): Update codecov/codecov-action action to ...
renovate[bot]
- [GRASS-git] [OSGeo/grass] d2fddb: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons] 4ed75d: CI(deps): Update dependency pystac to v1.12.0
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons] 1a03a6: CI(deps): Update pre-commit hook igorshubovych/mar...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 6dde04: CI(deps): Update docker/build-push-action action t...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 555ff3: CI(deps): Update pre-commit hook igorshubovych/mar...
renovate[bot]
- [GRASS-git] [OSGeo/grass] ff7ceb: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] e5dfe6: CI(deps): Update docker/build-push-action action t...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 3ee325: CI(deps): Update pre-commit hook igorshubovych/mar...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] c0b45c: CI(deps): Update codecov/codecov-action action to ...
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons] 4d4cff: CI(deps): Update dependency pystac to v1.12.1
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons] bf8361: CI(deps): Update pre-commit hook igorshubovych/mar...
renovate[bot]
- [GRASS-git] [OSGeo/grass-addons]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 8ea57d: CI(deps): Update ruff to v0.9.3 (#4982)
renovate[bot]
- [GRASS-git] [OSGeo/grass] cdd687: CI(deps): Update dependency ubuntu to v24
renovate[bot]
- [GRASS-git] [OSGeo/grass] f14343: CI(deps): Update dependency pylint to v3.3.4
renovate[bot]
- [GRASS-git] [OSGeo/grass] 4795e9: CI(deps): Update dependency pylint to v3.3.4 (#5017)
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
- [GRASS-git] [OSGeo/grass] 9e3029: CI(deps): Update github/codeql-action action to v3...
renovate[bot]
- [GRASS-git] [OSGeo/grass] ee5b01: CI(deps): Update ruff to v0.9.4
renovate[bot]
- [GRASS-git] [OSGeo/grass] 88e19e: CI(deps): Update ruff to v0.9.4 (#5020)
renovate[bot]
- [GRASS-git] [OSGeo/grass] b7df11: CI(deps): Update actions/setup-python action to v5...
renovate[bot]
- [GRASS-git] [OSGeo/grass] 1a3565: CI(deps): Update black to v25
renovate[bot]
- [GRASS-git] [OSGeo/grass]
renovate[bot]
Last message date:
Fri Jan 31 20:19:18 PST 2025
Archived on: Fri Jan 31 20:19:19 PST 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).