python311Packages.aioesphomeapi 0 -> 1 attrpath: python311Packages.aioesphomeapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hxpcsivq3vf9nax6kcnqfdjqlvnfvb8p-packages.json.drv building '/nix/store/hxpcsivq3vf9nax6kcnqfdjqlvnfvb8p-packages.json.drv'... Going to be running update for following packages: - python3.11-aioesphomeapi-23.0.0 Press Enter key to continue... Running update for: - python3.11-aioesphomeapi-23.0.0: UPDATING ... - python3.11-aioesphomeapi-23.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index ad3ac4f4e573..25b05ba244cf 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "aioesphomeapi"; - version = "23.0.0"; + version = "23.1.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "esphome"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-iYaRA1Jj9Ew/s/LyS6U+NZ3TsAlXdDq0DAaudgFV5/o="; + hash = "sha256-oxxX9Q+vHRytECi2ihrEOXe8g6ev9duPl2p3Zq8FuMM="; }; nativeBuildInputs = [ No auto update branch exists Old version 23.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build-system , cython_3 , setuptools # dependencies , aiohappyeyeballs , async-interrupt , async-timeout , chacha20poly1305-reuseable , cryptography , noiseprotocol , protobuf , zeroconf # tests , mock , pytest-asyncio , pytestCheckHook }: buildPythonPackage rec { pname = "aioesphomeapi"; version = "23.1.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "esphome"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-1Y2hcgvn0Msx17t1sH5N8cg2wmYo6YqFWPUqUNTNN5M="; }; nativeBuildInputs = [ setuptools cython_3 ]; propagatedBuildInputs = [ aiohappyeyeballs async-interrupt chacha20poly1305-reuseable cryptography noiseprotocol protobuf zeroconf ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ mock pytest-asyncio pytestCheckHook ]; disabledTests = [ # https://github.com/esphome/aioesphomeapi/issues/837 "test_reconnect_logic_stop_callback" ]; pythonImportsCheck = [ "aioesphomeapi" ]; meta = with lib; { description = "Python Client for ESPHome native API"; homepage = "https://github.com/esphome/aioesphomeapi"; changelog = "https://github.com/esphome/aioesphomeapi/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab hexa ]; }; }