tools: update hecat to v1.5.0 (#1738)

* tools: update hecat to v1.5.0
- adds new metadata to software/*.yml files (commit_history, current_release)
- uses GraphQL API instead of REST API (less requests)
- tools/hecat: udpate_metadata: increase sleep_time between API requets to 60s - the is the module default, but explicit config is better
This commit is contained in:
nodiscc 2025-10-23 19:46:14 +00:00 committed by GitHub
parent 5837c7eef9
commit 920eef6037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@ steps:
module_options:
source_directory: ./
gh_metadata_only_missing: False
sleep_time: 7.3
sleep_time: 60

View file

@ -8,7 +8,7 @@ install:
python3 -m venv .venv
source .venv/bin/activate && \
pip3 install wheel && \
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.4.0
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.5.0
.PHONY: import # import data from the original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: clean install