Loading pkgs/development/python-modules/gto/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "gto"; version = "1.7.2"; version = "1.8.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "gto"; tag = version; hash = "sha256-8ht22RqiGWqDoBrZnX5p3KKOLVPRm1a54962qKlTK4Q="; hash = "sha256-XgVV/WPs9QcxjVVsdvloo2+QWNViAJE404Nue7ZcBak="; }; build-system = [ Loading Loading @@ -78,6 +78,11 @@ buildPythonPackage rec { "remote_repo" "remote_git_repo" "test_action_doesnt_push_even_if_repo_has_remotes_set" # ValueError: stderr not separately captured "test_register" "test_assign" "test_stderr_gto_exception" "test_stderr_exception" ]; pythonImportsCheck = [ "gto" ]; Loading @@ -85,7 +90,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for Git Tag Operations"; homepage = "https://github.com/iterative/gto"; changelog = "https://github.com/iterative/gto/releases/tag/${version}"; changelog = "https://github.com/iterative/gto/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; mainProgram = "gto"; Loading Loading
pkgs/development/python-modules/gto/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "gto"; version = "1.7.2"; version = "1.8.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "gto"; tag = version; hash = "sha256-8ht22RqiGWqDoBrZnX5p3KKOLVPRm1a54962qKlTK4Q="; hash = "sha256-XgVV/WPs9QcxjVVsdvloo2+QWNViAJE404Nue7ZcBak="; }; build-system = [ Loading Loading @@ -78,6 +78,11 @@ buildPythonPackage rec { "remote_repo" "remote_git_repo" "test_action_doesnt_push_even_if_repo_has_remotes_set" # ValueError: stderr not separately captured "test_register" "test_assign" "test_stderr_gto_exception" "test_stderr_exception" ]; pythonImportsCheck = [ "gto" ]; Loading @@ -85,7 +90,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for Git Tag Operations"; homepage = "https://github.com/iterative/gto"; changelog = "https://github.com/iterative/gto/releases/tag/${version}"; changelog = "https://github.com/iterative/gto/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; mainProgram = "gto"; Loading