From c9278e6c637a987b8569b382f9ee7e0118b7eed1 Mon Sep 17 00:00:00 2001 From: Fabian Seitz Date: Mon, 22 Nov 2021 11:02:27 +0100 Subject: [PATCH 1/2] Update openwrt-luci-rpc from 1.1.8 to 1.1.11 1.1.9 (2021-03-21) Publish to pypi only once in github actions (fbradyirl/openwrt-luci-rpc#47) 1.1.10 (2021-03-21) Also trigger the Github Actions on push of tags (fbradyirl/openwrt-luci-rpc#49) 1.1.11 (2021-03-21) Add rst-linter pre-commit hook to prevent committing errors to HISTORY.rst fbradyirl/openwrt-luci-rpc#50 --- homeassistant/components/luci/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/luci/manifest.json b/homeassistant/components/luci/manifest.json index 6feac638637ff7..705bb7ecb4b9a2 100644 --- a/homeassistant/components/luci/manifest.json +++ b/homeassistant/components/luci/manifest.json @@ -2,7 +2,7 @@ "domain": "luci", "name": "OpenWRT (luci)", "documentation": "https://www.home-assistant.io/integrations/luci", - "requirements": ["openwrt-luci-rpc==1.1.8"], + "requirements": ["openwrt-luci-rpc==1.1.11"], "codeowners": ["@mzdrale"], "iot_class": "local_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index aa91e362c7a5e8..e5a962b12cd727 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1150,7 +1150,7 @@ opensensemap-api==0.1.5 openwebifpy==3.2.7 # homeassistant.components.luci -openwrt-luci-rpc==1.1.8 +openwrt-luci-rpc==1.1.11 # homeassistant.components.ubus openwrt-ubus-rpc==0.0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 684517036261af..66bb53edaca34c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -696,6 +696,9 @@ onvif-zeep-async==1.2.0 # homeassistant.components.opengarage open-garage==0.2.0 +# homeassistant.components.luci +openwrt-luci-rpc==1.1.11 + # homeassistant.components.openerz openerz-api==0.1.0 From 98990fcf7f9c574c65f01d9fd0bcc1421645a8ef Mon Sep 17 00:00:00 2001 From: Fabian Seitz Date: Wed, 24 Nov 2021 12:48:40 +0100 Subject: [PATCH 2/2] Removed dependency for luci in test Removed dependency on openwrt-luci-rpc in tests (as no tests yet present). --- requirements_test_all.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 66bb53edaca34c..684517036261af 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -696,9 +696,6 @@ onvif-zeep-async==1.2.0 # homeassistant.components.opengarage open-garage==0.2.0 -# homeassistant.components.luci -openwrt-luci-rpc==1.1.11 - # homeassistant.components.openerz openerz-api==0.1.0