Skip to content

Commit 991806b

Browse files
authored
python3Packages.aiogram: 3.19.0 -> 3.20.0.post0 (#403421)
2 parents 518cfb5 + cd34fd6 commit 991806b

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

pkgs/development/python-modules/aiogram/default.nix

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
buildPythonPackage rec {
3030
pname = "aiogram";
31-
version = "3.19.0";
31+
version = "3.20.0.post0";
3232
pyproject = true;
3333

3434
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
3737
owner = "aiogram";
3838
repo = "aiogram";
3939
tag = "v${version}";
40-
hash = "sha256-xdDQjH/HUVNJgSxjrqXNgc+hOKuiusAH00PRMRD+8Dw=";
40+
hash = "sha256-OQH5wes2RGSbT9GPKcZVVxpsFbtOnXd6aAeYfQST1Xs=";
4141
};
4242

4343
build-system = [ hatchling ];
@@ -76,18 +76,12 @@ buildPythonPackage rec {
7676
pytz
7777
] ++ lib.flatten (builtins.attrValues optional-dependencies);
7878

79-
pytestFlagsArray = [
80-
"-W"
81-
"ignore::pluggy.PluggyTeardownRaisedWarning"
82-
"-W"
83-
"ignore::pytest.PytestDeprecationWarning"
84-
"-W"
85-
"ignore::DeprecationWarning"
86-
];
87-
8879
pythonImportsCheck = [ "aiogram" ];
8980

90-
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
81+
passthru.updateScript = gitUpdater {
82+
rev-prefix = "v";
83+
ignoredVersions = "4.1";
84+
};
9185

9286
__darwinAllowLocalNetworking = true;
9387

0 commit comments

Comments
 (0)