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
This commit is contained in:
Fabian Affolter
2024-04-28 20:00:30 +02:00
parent 9e5cd80f1d
commit 14d4d77381
@@ -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" ];