File tree Expand file tree Collapse file tree
pkgs/development/python-modules/oslo-utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 psutil ,
1717 pyparsing ,
1818 pytz ,
19- tzdata ,
2019
2120 # tests
2221 ddt ,
3130 stdenv ,
3231 stestr ,
3332 testscenarios ,
33+ tzdata ,
3434} :
3535
3636buildPythonPackage rec {
3737 pname = "oslo-utils" ;
38- version = "9.2 .0" ;
38+ version = "10.0 .0" ;
3939 pyproject = true ;
4040
4141 src = fetchPypi {
4242 pname = "oslo_utils" ;
4343 inherit version ;
44- hash = "sha256-H0IAbea5KRoDBQJfXM24kHEg2I7X68N4ShRyozKASKs =" ;
44+ hash = "sha256-u0ZxPnYNlERqCE9elMHPJzk1NpMIrYjuW1OReSPZw5M =" ;
4545 } ;
4646
4747 postPatch =
@@ -71,7 +71,6 @@ buildPythonPackage rec {
7171 psutil
7272 pyparsing
7373 pytz
74- tzdata
7574 ] ;
7675
7776 nativeCheckInputs = [
@@ -84,6 +83,7 @@ buildPythonPackage rec {
8483 qemu-utils
8584 stestr
8685 testscenarios
86+ tzdata
8787 ] ;
8888
8989 # disabled tests:
You can’t perform that action at this time.
0 commit comments