2022-12-05T08:11:00 cwltool 3.1.20220224085855 -> 3.1.20221109155812 https://repology.org/metapackage/cwltool/versions 2022-12-05T08:11:03 attrpath: cwltool 2022-12-05T08:11:03 Checking auto update branch... 2022-12-05T08:11:07 [version] 2022-12-05T08:11:07 [version] skipping because derivation has updateScript 2022-12-05T08:11:07 [rustCrateVersion] 2022-12-05T08:11:07 [rustCrateVersion] No cargoSha256 found 2022-12-05T08:11:07 [golangModuleVersion] 2022-12-05T08:11:07 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-05T08:11:07 [updateScript] 2022-12-05T08:11:10 [updateScript] Success 2022-12-05T08:11:10 [updateScript] this derivation will be built: /nix/store/c0da9sra50282y0gk8wqr4liradnnw0r-packages.json.drv building '/nix/store/c0da9sra50282y0gk8wqr4liradnnw0r-packages.json.drv'... Going to be running update for following packages: - cwltool-3.1.20220224085855 Press Enter key to continue... Running update for: - cwltool-3.1.20220224085855: UPDATING ... - cwltool-3.1.20220224085855: DONE. Packages updated! 2022-12-05T08:11:10 2022-12-05T08:11:10 [quotedUrls] 2022-12-05T08:11:10 [quotedUrls] nothing found to replace 2022-12-05T08:11:10 Diff after rewrites: diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix index 6a1bdc3de16..4732481261f 100644 --- a/pkgs/applications/science/misc/cwltool/default.nix +++ b/pkgs/applications/science/misc/cwltool/default.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cwltool"; - version = "3.1.20220224085855"; + version = "3.1.20221201130942"; format = "setuptools"; src = fetchFromGitHub { owner = "common-workflow-language"; repo = pname; - rev = version; - sha256 = "sha256-7+1xOV5Lodqtku0wX1urAEHsCcYKM3Vcd5RDg4DdVow="; + rev = "refs/tags/${version}"; + sha256 = "sha256-PeddmHMJYtj/AAItmUVeyETizF7SKzkJ3bXYkeZU+xs="; }; postPatch = '' 2022-12-05T08:12:42 An auto update branch exists with message `cwltool: 3.1.20220224085855 -> 3.1.20220406080846`. New version is 3.1.20221201130942. 2022-12-05T08:12:42 The auto update branch does not match or exceed the new version. 2022-12-05T08:12:47 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cwltool Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . cwltool Standard output: warning: unknown setting 'experimental-features' error: Package ‘python3.10-schema-salad-8.3.20220913105718’ in /var/cache/nixpkgs-update/worker/worktree/cwltool/pkgs/development/python-modules/schema-salad/default.nix:65 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) 2022-12-05T19:15:32 cwltool 3.1.20220224085855 -> 3.1.20221201130942 https://pypi.org/project/cwltool/ 2022-12-05T19:15:35 attrpath: cwltool 2022-12-05T19:15:35 Checking auto update branch... 2022-12-05T19:15:38 [version] 2022-12-05T19:15:38 [version] skipping because derivation has updateScript 2022-12-05T19:15:38 [rustCrateVersion] 2022-12-05T19:15:38 [rustCrateVersion] No cargoSha256 found 2022-12-05T19:15:38 [golangModuleVersion] 2022-12-05T19:15:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-05T19:15:38 [updateScript] 2022-12-05T19:15:41 [updateScript] Success 2022-12-05T19:15:41 [updateScript] Going to be running update for following packages: - cwltool-3.1.20220224085855 Press Enter key to continue... Running update for: - cwltool-3.1.20220224085855: UPDATING ... - cwltool-3.1.20220224085855: DONE. Packages updated! 2022-12-05T19:15:41 2022-12-05T19:15:41 [quotedUrls] 2022-12-05T19:15:41 [quotedUrls] nothing found to replace 2022-12-05T19:15:41 Diff after rewrites: diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix index 6a1bdc3de16..4732481261f 100644 --- a/pkgs/applications/science/misc/cwltool/default.nix +++ b/pkgs/applications/science/misc/cwltool/default.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cwltool"; - version = "3.1.20220224085855"; + version = "3.1.20221201130942"; format = "setuptools"; src = fetchFromGitHub { owner = "common-workflow-language"; repo = pname; - rev = version; - sha256 = "sha256-7+1xOV5Lodqtku0wX1urAEHsCcYKM3Vcd5RDg4DdVow="; + rev = "refs/tags/${version}"; + sha256 = "sha256-PeddmHMJYtj/AAItmUVeyETizF7SKzkJ3bXYkeZU+xs="; }; postPatch = '' 2022-12-05T19:17:12 An auto update branch exists with message `cwltool: 3.1.20220224085855 -> 3.1.20220406080846`. New version is 3.1.20221201130942. 2022-12-05T19:17:12 The auto update branch does not match or exceed the new version. 2022-12-05T19:17:16 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cwltool Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . cwltool Standard output: warning: unknown setting 'experimental-features' error: Package ‘python3.10-schema-salad-8.3.20220913105718’ in /var/cache/nixpkgs-update/worker/worktree/cwltool/pkgs/development/python-modules/schema-salad/default.nix:65 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) 2022-12-05T19:53:41 cwltool 3.1.20220224085855 -> 3.1.20221201130942 https://github.com/common-workflow-language/cwltool/releases 2022-12-05T19:53:44 attrpath: cwltool 2022-12-05T19:53:44 Checking auto update branch... 2022-12-05T19:53:47 [version] 2022-12-05T19:53:47 [version] skipping because derivation has updateScript 2022-12-05T19:53:47 [rustCrateVersion] 2022-12-05T19:53:47 [rustCrateVersion] No cargoSha256 found 2022-12-05T19:53:47 [golangModuleVersion] 2022-12-05T19:53:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-05T19:53:47 [updateScript] 2022-12-05T19:53:50 [updateScript] Success 2022-12-05T19:53:50 [updateScript] Going to be running update for following packages: - cwltool-3.1.20220224085855 Press Enter key to continue... Running update for: - cwltool-3.1.20220224085855: UPDATING ... - cwltool-3.1.20220224085855: DONE. Packages updated! 2022-12-05T19:53:50 2022-12-05T19:53:50 [quotedUrls] 2022-12-05T19:53:50 [quotedUrls] nothing found to replace 2022-12-05T19:53:50 Diff after rewrites: diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix index 6a1bdc3de16..4732481261f 100644 --- a/pkgs/applications/science/misc/cwltool/default.nix +++ b/pkgs/applications/science/misc/cwltool/default.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cwltool"; - version = "3.1.20220224085855"; + version = "3.1.20221201130942"; format = "setuptools"; src = fetchFromGitHub { owner = "common-workflow-language"; repo = pname; - rev = version; - sha256 = "sha256-7+1xOV5Lodqtku0wX1urAEHsCcYKM3Vcd5RDg4DdVow="; + rev = "refs/tags/${version}"; + sha256 = "sha256-PeddmHMJYtj/AAItmUVeyETizF7SKzkJ3bXYkeZU+xs="; }; postPatch = '' 2022-12-05T19:55:22 An auto update branch exists with message `cwltool: 3.1.20220224085855 -> 3.1.20220406080846`. New version is 3.1.20221201130942. 2022-12-05T19:55:22 The auto update branch does not match or exceed the new version. 2022-12-05T19:55:25 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cwltool Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . cwltool Standard output: warning: unknown setting 'experimental-features' error: Package ‘python3.10-schema-salad-8.3.20220913105718’ in /var/cache/nixpkgs-update/worker/worktree/cwltool/pkgs/development/python-modules/schema-salad/default.nix:65 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)