mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 08:51:46 -04:00
Unpin setuptools and disable the linode and tank_utility integrations (#182842)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"domain": "linode",
|
||||
"name": "Linode",
|
||||
"codeowners": [],
|
||||
"disabled": "Linode relies on setuptools.pkg_resources, which is no longer available in setuptools 82.0.0 and later.",
|
||||
"documentation": "https://www.home-assistant.io/integrations/linode",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["linode"],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"domain": "tank_utility",
|
||||
"name": "Tank Utility",
|
||||
"codeowners": [],
|
||||
"disabled": "Tank Utility relies on setuptools.pkg_resources, which is no longer available in setuptools 82.0.0 and later.",
|
||||
"documentation": "https://www.home-assistant.io/integrations/tank_utility",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["tank_utility"],
|
||||
|
||||
@@ -253,9 +253,6 @@ caio<0.12.3
|
||||
# https://github.com/auth0/auth0-python/releases/tag/5.0.0
|
||||
auth0-python<5.0
|
||||
|
||||
# Setuptools >=82.0.0 doesn't contain pkg_resources anymore
|
||||
setuptools<82.0.0
|
||||
|
||||
# backoff and python-backoff share the same package name
|
||||
# pin versions which are mostly compatible to each other
|
||||
backoff==2.2.1
|
||||
@@ -268,7 +265,7 @@ python-backoff<2.4.0
|
||||
azure-kusto-data==4.5.1
|
||||
azure-kusto-ingest==4.5.1
|
||||
coloredlogs==15.0.1
|
||||
setuptools==81.0.0
|
||||
setuptools==84.0.0
|
||||
|
||||
# Pin cffi to 2.0.0 to avoid version mismatch with the pre-baked _cffi_backend in the base image.
|
||||
# https://github.com/home-assistant/core/issues/175832
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["setuptools==78.1.1"]
|
||||
requires = ["setuptools==84.0.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
|
||||
Generated
-6
@@ -1549,9 +1549,6 @@ lightwave==0.24
|
||||
# homeassistant.components.limitlessled
|
||||
limitlessled==1.1.3
|
||||
|
||||
# homeassistant.components.linode
|
||||
linode-api==4.1.9b1
|
||||
|
||||
# homeassistant.components.livisi
|
||||
livisi==0.0.25
|
||||
|
||||
@@ -3227,9 +3224,6 @@ systembridgeconnector==5.4.3
|
||||
# homeassistant.components.tailscale
|
||||
tailscale==0.7.0
|
||||
|
||||
# homeassistant.components.tank_utility
|
||||
tank-utility==1.5.0
|
||||
|
||||
# homeassistant.components.tapsaff
|
||||
tapsaff==0.2.1
|
||||
|
||||
|
||||
@@ -237,9 +237,6 @@ caio<0.12.3
|
||||
# https://github.com/auth0/auth0-python/releases/tag/5.0.0
|
||||
auth0-python<5.0
|
||||
|
||||
# Setuptools >=82.0.0 doesn't contain pkg_resources anymore
|
||||
setuptools<82.0.0
|
||||
|
||||
# backoff and python-backoff share the same package name
|
||||
# pin versions which are mostly compatible to each other
|
||||
backoff==2.2.1
|
||||
@@ -252,7 +249,7 @@ python-backoff<2.4.0
|
||||
azure-kusto-data==4.5.1
|
||||
azure-kusto-ingest==4.5.1
|
||||
coloredlogs==15.0.1
|
||||
setuptools==81.0.0
|
||||
setuptools==84.0.0
|
||||
|
||||
# Pin cffi to 2.0.0 to avoid version mismatch with the pre-baked _cffi_backend in the base image.
|
||||
# https://github.com/home-assistant/core/issues/175832
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["setuptools==78.1.1"]
|
||||
requires = ["setuptools==84.0.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
Reference in New Issue
Block a user