mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
home-assistant: 2023.12.3 -> 2023.12.4
https://github.com/home-assistant/core/releases/tag/2023.12.4
This commit is contained in:
parent
e15a427c7b
commit
1b1aa5c5ec
@ -2,7 +2,7 @@
|
|||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "2023.12.3";
|
version = "2023.12.4";
|
||||||
components = {
|
components = {
|
||||||
"3_day_blinds" = ps: with ps; [
|
"3_day_blinds" = ps: with ps; [
|
||||||
];
|
];
|
||||||
@ -5603,6 +5603,7 @@
|
|||||||
"android_ip_webcam"
|
"android_ip_webcam"
|
||||||
"androidtv"
|
"androidtv"
|
||||||
"androidtv_remote"
|
"androidtv_remote"
|
||||||
|
"anova"
|
||||||
"anthemav"
|
"anthemav"
|
||||||
"apache_kafka"
|
"apache_kafka"
|
||||||
"apcupsd"
|
"apcupsd"
|
||||||
|
@ -30,6 +30,16 @@ let
|
|||||||
# Override the version of some packages pinned in Home Assistant's setup.py and requirements_all.txt
|
# Override the version of some packages pinned in Home Assistant's setup.py and requirements_all.txt
|
||||||
|
|
||||||
(self: super: {
|
(self: super: {
|
||||||
|
aioairq = super.aioairq.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
version = "0.3.1";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "CorantGmbH";
|
||||||
|
repo = "aioairq";
|
||||||
|
rev = "refs/tags/v${version}";
|
||||||
|
hash = "sha256-SRsDSHTZkkygaQZjHENKNLx3ZWMi/PubS1m/MonEKNk=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
aioesphomeapi = super.aioesphomeapi.overridePythonAttrs (oldAttrs: rec {
|
aioesphomeapi = super.aioesphomeapi.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "19.2.1";
|
version = "19.2.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -52,6 +62,16 @@ let
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
aiohttp-zlib-ng = super.aiohttp-zlib-ng.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
version = "0.1.1";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "bdraco";
|
||||||
|
repo = "aiohttp-zlib-ng";
|
||||||
|
rev = "refs/tags/v${version}";
|
||||||
|
hash = "sha256-dTNwt4eX6ZQ8ySK2/9ziVbc3KFg2aL/EsiBWaJRC4x8=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
aiowatttime = super.aiowatttime.overridePythonAttrs (oldAttrs: rec {
|
aiowatttime = super.aiowatttime.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "0.1.1";
|
version = "0.1.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -168,6 +188,32 @@ let
|
|||||||
doCheck = false; # no tests
|
doCheck = false; # no tests
|
||||||
});
|
});
|
||||||
|
|
||||||
|
openai = super.openai.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
version = "0.28.1";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "openai";
|
||||||
|
repo = "openai-python";
|
||||||
|
rev = "refs/tags/v${version}";
|
||||||
|
hash = "sha256-liJyeGxnYIC/jUQKdeATHpVJb/12KGbeM94Y2YQphfY=";
|
||||||
|
};
|
||||||
|
nativeBuildInputs = with self; [
|
||||||
|
setuptools
|
||||||
|
];
|
||||||
|
propagatedBuildInputs = with self; [
|
||||||
|
aiohttp
|
||||||
|
requests
|
||||||
|
tqdm
|
||||||
|
];
|
||||||
|
disabledTestPaths = [
|
||||||
|
# Requires a real API key
|
||||||
|
"openai/tests/test_endpoints.py"
|
||||||
|
"openai/tests/asyncio/test_endpoints.py"
|
||||||
|
# openai: command not found
|
||||||
|
"openai/tests/test_file_cli.py"
|
||||||
|
"openai/tests/test_long_examples_validator.py"
|
||||||
|
];
|
||||||
|
});
|
||||||
|
|
||||||
# Pinned due to API changes in 1.3.0
|
# Pinned due to API changes in 1.3.0
|
||||||
ovoenergy = super.ovoenergy.overridePythonAttrs (oldAttrs: rec {
|
ovoenergy = super.ovoenergy.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "1.2.0";
|
version = "1.2.0";
|
||||||
@ -238,6 +284,16 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
pydrawise = super.pydrawise.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
version = "2023.11.0";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "dknowles2";
|
||||||
|
repo = "pydrawise";
|
||||||
|
rev = "refs/tags/${version}";
|
||||||
|
hash = "sha256-gKOyTvdETGzKlpU67UKaHYTIvnAX9znHIynP3BiVbt4=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
pykaleidescape = super.pykaleidescape.overridePythonAttrs (oldAttrs: rec {
|
pykaleidescape = super.pykaleidescape.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -321,7 +377,7 @@ let
|
|||||||
extraBuildInputs = extraPackages python.pkgs;
|
extraBuildInputs = extraPackages python.pkgs;
|
||||||
|
|
||||||
# Don't forget to run parse-requirements.py after updating
|
# Don't forget to run parse-requirements.py after updating
|
||||||
hassVersion = "2023.12.3";
|
hassVersion = "2023.12.4";
|
||||||
|
|
||||||
in python.pkgs.buildPythonApplication rec {
|
in python.pkgs.buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
@ -329,7 +385,7 @@ in python.pkgs.buildPythonApplication rec {
|
|||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
# check REQUIRED_PYTHON_VER in homeassistant/const.py
|
# check REQUIRED_PYTHON_VER in homeassistant/const.py
|
||||||
disabled = python.pythonOlder "3.10";
|
disabled = python.pythonOlder "3.11";
|
||||||
|
|
||||||
# don't try and fail to strip 6600+ python files, it takes minutes!
|
# don't try and fail to strip 6600+ python files, it takes minutes!
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
@ -339,13 +395,13 @@ in python.pkgs.buildPythonApplication rec {
|
|||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "core";
|
repo = "core";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-pTDYiy9Ux7Rgsf9rXXF3GbaiJkTX5FA/7K2hJtiNOkQ=";
|
hash = "sha256-XzjsSM0xKxLeuP30u8LReJtmJMbJq+yQ2Pp5xWmNLFw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Secondary source is pypi sdist for translations
|
# Secondary source is pypi sdist for translations
|
||||||
sdist = fetchPypi {
|
sdist = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-cvsYkuQG4i3GG8VGJ+HGSjdvpSBLzh0BFYQQpoVq4FY=";
|
hash = "sha256-dea0PacCzCWhMh2gw/kVJHwYCoT7zJ52qTQbHmqcwU8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python.pkgs; [
|
nativeBuildInputs = with python.pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user