From f902b3468d17c2d3c88fb5127c3bf44783c768b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 4 Mar 2025 18:55:38 -0800 Subject: [PATCH] python313Packages.google-nest-sdm: 7.1.3 -> 7.1.4 Diff: https://github.com/allenporter/python-google-nest-sdm/compare/refs/tags/7.1.3...7.1.4 Changelog: https://github.com/allenporter/python-google-nest-sdm/releases/tag/7.1.4 --- .../python-modules/google-nest-sdm/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/google-nest-sdm/default.nix b/pkgs/development/python-modules/google-nest-sdm/default.nix index e30c7b93bf22..cf9dec089924 100644 --- a/pkgs/development/python-modules/google-nest-sdm/default.nix +++ b/pkgs/development/python-modules/google-nest-sdm/default.nix @@ -12,22 +12,23 @@ pytest-asyncio, pytestCheckHook, pythonOlder, + pyyaml, requests-oauthlib, setuptools, }: buildPythonPackage rec { pname = "google-nest-sdm"; - version = "7.1.3"; + version = "7.1.4"; pyproject = true; - disabled = pythonOlder "3.10"; + disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "allenporter"; repo = "python-google-nest-sdm"; tag = version; - hash = "sha256-iVdFl90nP2U5KGqFPvS7qHgSUQjlKnbfZTLq42y/Mrc="; + hash = "sha256-wE28+GqZGIhg/+JOnyn2hXw5ia0yg3RLywb1PqgkXw0="; }; build-system = [ setuptools ]; @@ -38,6 +39,7 @@ buildPythonPackage rec { google-auth-oauthlib google-cloud-pubsub mashumaro + pyyaml requests-oauthlib ]; @@ -55,8 +57,6 @@ buildPythonPackage rec { disabledTests = [ "test_clip_preview_transcode" "test_event_manager_event_expiration_with_transcode" - # AssertionError: assert '12345' == 12345 - "test_info_traits_type_error" ]; meta = with lib; {