Loading pkgs/development/python-modules/b2sdk/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ buildPythonPackage rec { propagatedBuildInputs = [ logfury requests tqdm ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ] ++ lib.optionals (pythonOlder "3.12") [ Loading pkgs/development/tools/backblaze-b2/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "backblaze-b2"; version = "3.9.0"; version = "3.15.0"; format = "setuptools"; src = fetchPypi { inherit version; pname = "b2"; hash = "sha256-Z9LQapWl0zblcAyMOfKhn5/O1H6+tmgiPQfAB241jqU="; hash = "sha256-10c2zddALy7+CGxhjUC6tMLQcZ3WmLeRY1bNKWunAys="; }; postPatch = '' Loading @@ -30,11 +30,12 @@ python3Packages.buildPythonApplication rec { arrow b2sdk phx-class-registry setuptools docutils rst2ansi tabulate tqdm platformdirs packaging ]; nativeCheckInputs = with python3Packages; [ Loading Loading @@ -63,6 +64,7 @@ python3Packages.buildPythonApplication rec { # it's hard to make it work on nix "test/integration/test_autocomplete.py" "test/unit/console_tool" ]; postInstall = '' Loading Loading
pkgs/development/python-modules/b2sdk/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ buildPythonPackage rec { propagatedBuildInputs = [ logfury requests tqdm ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ] ++ lib.optionals (pythonOlder "3.12") [ Loading
pkgs/development/tools/backblaze-b2/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "backblaze-b2"; version = "3.9.0"; version = "3.15.0"; format = "setuptools"; src = fetchPypi { inherit version; pname = "b2"; hash = "sha256-Z9LQapWl0zblcAyMOfKhn5/O1H6+tmgiPQfAB241jqU="; hash = "sha256-10c2zddALy7+CGxhjUC6tMLQcZ3WmLeRY1bNKWunAys="; }; postPatch = '' Loading @@ -30,11 +30,12 @@ python3Packages.buildPythonApplication rec { arrow b2sdk phx-class-registry setuptools docutils rst2ansi tabulate tqdm platformdirs packaging ]; nativeCheckInputs = with python3Packages; [ Loading Loading @@ -63,6 +64,7 @@ python3Packages.buildPythonApplication rec { # it's hard to make it work on nix "test/integration/test_autocomplete.py" "test/unit/console_tool" ]; postInstall = '' Loading