File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
pkgs/development/python-modules/aiogram Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 2828
2929buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments