Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix badges and links #4

Merged
merged 14 commits into from
May 21, 2024
Merged

Fix badges and links #4

merged 14 commits into from
May 21, 2024

Conversation

a0x8o
Copy link
Owner

@a0x8o a0x8o commented May 20, 2024

README: fix badges and links (https://github.com/OSGeo/grass/pull/3706[)](https://github.com/a0x8o/grass/commit/f239f6744aa9aa2b1fcf71dc122c9b9951ae11ae)

CI: set the right environment for setup-msys2 and use the provided sh…

CI: Update rui314/setup-mold digest to 8de9eea (https://github.com/OSGeo/grass/pull/3699[)](https://github.com/a0x8o/grass/commit/e74fdfb7361aea5d3a894c226aa5fb42eafc6126)

CI: Update github/codeql-action action to v3.25.5 (https://github.com/OSGeo/grass/pull/3705[)](https://github.com/a0x8o/grass/commit/20d45c17443bafe4a61e3fa7d78c009487c84a33)

docker: Update debian:stable Docker digest to 82f8da1 (https://github.com/OSGeo/grass/pull/3707[)](https://github.com/a0x8o/grass/commit/dcfbefeb0ffcac05e834c5acb588228114c498fd)

wxGUI/gmodeler: Support actinia export (https://github.com/OSGeo/grass/pull/3005[)](https://github.com/a0x8o/grass/commit/c17eaff561da2b296eac89b4678387192a081063)

wxGUI/history: fix for updating command info after updating current r…

wxGUI/gmodeler: fix r.what module query map coordinate (https://github.com/OSGeo/grass/pull/3593[)](https://github.com/a0x8o/grass/commit/bbc3d9bb2347bd3a421145e7bf7c430a8fc13338)

build: Help older Python parse new Git dates (https://github.com/OSGeo/grass/pull/3721[)](https://github.com/a0x8o/grass/commit/85bf53be5cd63a27772e3db5decb1a60241024f4)

deps: Set min Python version to 3.8 (https://github.com/OSGeo/grass/pull/3719[)](https://github.com/a0x8o/grass/commit/0a16d5deca65ed3556088e152a04a3da1428e487)

CI: Print Python version first (https://github.com/OSGeo/grass/pull/3718[)](https://github.com/a0x8o/grass/commit/25961a86c26765f293d582900b00bb37403a780d)

doc: GRASS Programming Style Guide (https://github.com/OSGeo/grass/pull/3569[)](https://github.com/a0x8o/grass/commit/c189b1fdf90655994513b01a4d201fe2620b8a62)

veroandreo and others added 12 commits May 14, 2024 17:50
* fix link in travis-ci badge
* fix binder badge
* fix code of conduct file name
…ell (#3709)

CI builds for the mingw64 env, so actually use it. Otherwise various env vars
are missing and PATH is wrong.

Use the shell provided by setup-msys2 instead of calling bash directly,
no need to hardcode paths then.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
>
Current Git (2.45.1) produces strict ISO dates with Z for any time with +00:00 time zone offest. Python prior to 3.11 does not understand these dates. This trunkes the Z in case of ValueError which is what old Python throws. The +00:00 offset is placed in the input string for fromisoformat instead.
Python 3.7 is end-of-life. Version 3.8 is in security (fixes) status till 2024-10. Changing version in code quality check (for Pylint) and in requirements file.

Minimum version of Python is now specified as 3.8.
* Print first version of Python.
* Print also Git version which we use during build (when available and it is available in the CI).
* Print GRASS versions last because they actually need the build to be successful and this purposefully runs even for failures.
@a0x8o a0x8o merged commit eff6403 into a0x8o:main May 21, 2024
1 check passed
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.

9 participants