From 14d4d773815af666b2260383bb2913d12694ca89 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 28 Apr 2024 20:00:25 +0200 Subject: [PATCH] python312Packages.aiogram: 3.4.1 -> 3.5.0 Diff: https://github.com/aiogram/aiogram/compare/refs/tags/v3.4.1...v3.5.0 Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.5.0 --- pkgs/development/python-modules/aiogram/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiogram/default.nix b/pkgs/development/python-modules/aiogram/default.nix index ed60684b9fa3..b3be6e4e17b9 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "aiogram"; - version = "3.4.1"; + version = "3.5.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "aiogram"; repo = "aiogram"; rev = "refs/tags/v${version}"; - hash = "sha256-2of4KHdpAATOt0dCqI3AmTJtdeN5SdiWydeGjtagABI="; + hash = "sha256-NOaI01Lb969Lp/v38u2UipN9UbOQNJQEbN2JS3lmFno="; }; nativeBuildInputs = [ @@ -69,6 +69,7 @@ buildPythonPackage rec { pytestFlagsArray = [ "-W" "ignore::pluggy.PluggyTeardownRaisedWarning" "-W" "ignore::pytest.PytestDeprecationWarning" + "-W" "ignore::DeprecationWarning" ]; pythonImportsCheck = [ "aiogram" ];