From f1da544c884770a4f8a1c3a2f3c492f0a51de78a Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Sun, 25 May 2025 03:52:59 +0200 Subject: [PATCH] S allius/update python (#431) * S allius/update python (#430) * add-on: bump python to version 3.12.10-r1 (#429) --- ha_addons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha_addons/Makefile b/ha_addons/Makefile index b1e0ccb..61aecad 100644 --- a/ha_addons/Makefile +++ b/ha_addons/Makefile @@ -192,7 +192,7 @@ $(repro_all_subdirs) : mkdir -p $@ $(repro_all_templates) : $(INST_BASE)/ha_addon_%/config.yaml: $(TEMPL)/config.jinja $(TEMPL)/%_data.json $(SRC)/.version FORCE - $(JINJA) --strict -D AppVersion=$(VERSION)-$* -D BuildID=$(BUILD_ID) $< $(filter %.json,$^) -o $@ + $(JINJA) --strict -D AppVersion=$(VERSION)-$*$(RC) -D BuildID=$(BUILD_ID) $< $(filter %.json,$^) -o $@ $(repro_all_apparmor) : $(INST_BASE)/ha_addon_%/apparmor.txt: $(TEMPL)/apparmor.jinja $(TEMPL)/%_data.json $(JINJA) --strict $< $(filter %.json,$^) -o $@