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 minor issues in Python build scripts #199

Merged
merged 9 commits into from
Mar 21, 2024
Merged

Fix minor issues in Python build scripts #199

merged 9 commits into from
Mar 21, 2024

Conversation

dabico
Copy link
Member

@dabico dabico commented Mar 21, 2024

This includes a migration from native git to GitPython, which in turn required pip package management through a requirements.txt file. This file can be used to configure the Python dependencies across scripts.

dabico added 9 commits March 21, 2024 12:02
This will ensure that Python will not go over 3.10 and end up
unexpectedly breaking the build.
At the very least, this should provide a clear indication of which
version of a package we are using.
This commit affects both properties.py and version.py. In essence, the
command executions were replaced in favor of the `GitPython` library
interface. This results in cleaner and simpler code, that will no doubt
be easier to maintain.
@dabico dabico merged commit 865cb59 into master Mar 21, 2024
2 checks passed
@dabico dabico deleted the bug/scripts branch March 21, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant