From 920eef6037256ebc92eef767f603737b6cdb90cd Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 23 Oct 2025 19:46:14 +0000 Subject: [PATCH] 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 --- .hecat/update-metadata.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.hecat/update-metadata.yml b/.hecat/update-metadata.yml index 4df2cc548e..fab3472a6f 100644 --- a/.hecat/update-metadata.yml +++ b/.hecat/update-metadata.yml @@ -4,4 +4,4 @@ steps: module_options: source_directory: ./ gh_metadata_only_missing: False - sleep_time: 7.3 + sleep_time: 60 diff --git a/Makefile b/Makefile index b2f8c112c2..08fd10a4c1 100644 --- a/Makefile +++ b/Makefile @@ -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