Merge pull request #222737 from NixOS/home-assistant

home-assistant: 2023.3.5 -> 2023.3.6
This commit is contained in:
Martin Weinelt 2023-03-24 03:09:41 +01:00 committed by GitHub
commit 588f556c12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 12 deletions

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "aioharmony";
version = "0.2.9";
version = "0.2.10";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-T30pLzPWD+5pb0ShkpNdiBFO45RdiMYgCOSg8rx+t+Y=";
hash = "sha256-18+38QunEdEGdirQOT+528vYqiqDuUr/CWRQtXKf4rs=";
};
propagatedBuildInputs = [

View file

@ -1,10 +1,12 @@
{ lib
, async-timeout
, bleak
, bleak-retry-connector
, boto3
, buildPythonPackage
, cryptography
, fetchFromGitHub
, pyopenssl
, pythonOlder
, pytestCheckHook
, requests
@ -12,7 +14,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.37.3";
version = "0.37.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,14 +23,16 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-0Kzzyzlxs5PaEHKzJLsconUg4zmgPzWI8LD5UIcKwEY=";
hash = "sha256-2P7hj0kfKLPyuKk6ouHJtkWCUT3EC1spQTjBQarwpbU=";
};
propagatedBuildInputs = [
async-timeout
bleak
bleak-retry-connector
boto3
cryptography
pyopenssl
requests
];

View file

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2023.3.5";
version = "2023.3.6";
components = {
"3_day_blinds" = ps: with ps; [
];
@ -241,8 +241,8 @@
pyatome
];
"august" = ps: with ps; [
yalexs
yalexs-ble
yalexs
];
"august_ble" = ps: with ps; [
];

View file

@ -327,7 +327,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2023.3.5";
hassVersion = "2023.3.6";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -343,7 +343,7 @@ in python.pkgs.buildPythonApplication rec {
# Primary source is the pypi sdist, because it contains translations
src = fetchPypi {
inherit pname version;
hash = "sha256-+n42LnfZ0R0ugUkse2EJ0wPUHn4YctrAb7hkBd8+ZjA=";
hash = "sha256-4PS6ozyqJddF6Jp9cKRojUtHTTNd3xo2oTDboowQACk=";
};
# Secondary source is git for tests
@ -351,7 +351,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-v+c0hnY1Owr2YCQX8TVzKzYCLBsyUKPOvnVOjOeI6Dk=";
hash = "sha256-+u1kCyIzTQrMvO6slr1YW0kZqkh4QGxUo5ucJzxkfEE=";
};
nativeBuildInputs = with python3.pkgs; [

View file

@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ attrs packaging rich ])" -p nodePackages.pyright ruff isort"
#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ packaging rich ])" -p nodePackages.pyright ruff isort"
#
# This script downloads Home Assistant's source tarball.
# Inside the homeassistant/components directory, each integration has an associated manifest.json,

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2023.3.5";
version = "2023.3.6";
format = "pyproject";
disabled = python.version != home-assistant.python.version;
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-nNTuBQs5yD1XA46oIFQIlYRxClgRw2CgPjyiD+6SmUw=";
hash = "sha256-VheYp6uwKAxfSCLF6OCB+VYunHSrmnlqHPM1w5e9KYY=";
};
nativeBuildInputs = [