From 27ca005e9762a215d15311df70bc5db7e70d22e4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 16 Oct 2024 09:19:54 +0200 Subject: [PATCH 1/2] python312Packages.aiostreammagic: 2.5.0 -> 2.6.0 Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.5.0...2.6.0 Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.6.0 --- pkgs/development/python-modules/aiostreammagic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiostreammagic/default.nix b/pkgs/development/python-modules/aiostreammagic/default.nix index 4b631f5e0e4a6..0cc0cc13243f1 100644 --- a/pkgs/development/python-modules/aiostreammagic/default.nix +++ b/pkgs/development/python-modules/aiostreammagic/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "aiostreammagic"; - version = "2.5.0"; + version = "2.6.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiostreammagic"; rev = "refs/tags/${version}"; - hash = "sha256-Tb15ro+6K+7jqmer/bXDJUEBonMv1sZSU/0ZtCWOCfc="; + hash = "sha256-Clio8JBxlZillqZIYuM8rLcXJeAIS81iXJiopevgpjc="; }; pythonRelaxDeps = [ "websockets" ]; From 5ece10ef7bdce536c640dca4cae6b8b7a5b49c2c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 17 Oct 2024 09:16:53 +0200 Subject: [PATCH 2/2] python312Packages.aiostreammagic: 2.6.0 -> 2.8.1 Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.6.0...2.8.1 Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.8.1 --- pkgs/development/python-modules/aiostreammagic/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/aiostreammagic/default.nix b/pkgs/development/python-modules/aiostreammagic/default.nix index 0cc0cc13243f1..112e84f2d4694 100644 --- a/pkgs/development/python-modules/aiostreammagic/default.nix +++ b/pkgs/development/python-modules/aiostreammagic/default.nix @@ -1,6 +1,5 @@ { lib, - aiohttp, buildPythonPackage, fetchFromGitHub, mashumaro, @@ -13,7 +12,7 @@ buildPythonPackage rec { pname = "aiostreammagic"; - version = "2.6.0"; + version = "2.8.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -22,7 +21,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiostreammagic"; rev = "refs/tags/${version}"; - hash = "sha256-Clio8JBxlZillqZIYuM8rLcXJeAIS81iXJiopevgpjc="; + hash = "sha256-xXKI7qbIAyG957TTZHoA23sQvvom2TNDGSGSTlRcZUQ="; }; pythonRelaxDeps = [ "websockets" ]; @@ -30,7 +29,6 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ - aiohttp mashumaro orjson websockets