python313Packages.gto: 1.7.2 -> 1.8.0 (#442104)

Changed files
+8 -3
pkgs
development
python-modules
+8 -3
pkgs/development/python-modules/gto/default.nix
···
buildPythonPackage rec {
pname = "gto";
-
version = "1.7.2";
+
version = "1.8.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "iterative";
repo = "gto";
tag = version;
-
hash = "sha256-8ht22RqiGWqDoBrZnX5p3KKOLVPRm1a54962qKlTK4Q=";
+
hash = "sha256-XgVV/WPs9QcxjVVsdvloo2+QWNViAJE404Nue7ZcBak=";
};
build-system = [
···
"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" ];
···
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";