2022-12-06T10:37:18 linkchecker 10.2.0 -> 10.2.1 https://github.com/linkchecker/linkchecker/releases 2022-12-06T10:37:20 attrpath: linkchecker 2022-12-06T10:37:20 Checking auto update branch... 2022-12-06T10:37:24 [version] 2022-12-06T10:37:24 [version] skipping because derivation has updateScript 2022-12-06T10:37:24 [rustCrateVersion] 2022-12-06T10:37:24 [rustCrateVersion] No cargoSha256 found 2022-12-06T10:37:24 [golangModuleVersion] 2022-12-06T10:37:24 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-06T10:37:24 [updateScript] 2022-12-06T10:37:27 [updateScript] Success 2022-12-06T10:37:27 [updateScript] this derivation will be built: /nix/store/9ibc5qbk9xxz7x63d49lbjlh0ji7xg6w-packages.json.drv building '/nix/store/9ibc5qbk9xxz7x63d49lbjlh0ji7xg6w-packages.json.drv'... Going to be running update for following packages: - linkchecker-10.2.0 Press Enter key to continue... Running update for: - linkchecker-10.2.0: UPDATING ... - linkchecker-10.2.0: DONE. Packages updated! 2022-12-06T10:37:27 2022-12-06T10:37:27 [quotedUrls] 2022-12-06T10:37:27 [quotedUrls] nothing found to replace 2022-12-06T10:37:27 Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 1facde5bc79..1e998573ffc 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -6,7 +6,7 @@ let in pypkgs.buildPythonApplication rec { pname = "linkchecker"; - version = "10.2.0"; + version = "10.2.1"; format = "pyproject"; disabled = pypkgs.pythonOlder "3.7"; @@ -14,8 +14,8 @@ pypkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v" + version; - hash = "sha256-wMiKS14fX5mkY1OwxQPFKm7i4WMFQKg3tdZZqD0g0Rw="; + rev = "refs/tags/v${version}"; + hash = "sha256-z7Qp74cai8GfsxB4n9dSCWQepp0/4PimFiRJQBaVSoo="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; 2022-12-06T10:39:00 No auto update branch exists 2022-12-06T10:39:18 Successfully finished processing 2022-12-06T10:39:18 cachix "/nix/store/jkfdnaq26c5b63siqj3xz4incpw5568b-linkchecker-10.2.1" 2022-12-06T10:39:21 [check][nixpkgs-review] 2022-12-06T10:42:55 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
2022-12-06T10:42:58 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for linkchecker is: "Check websites for broken links" meta.homepage for linkchecker is: "https://linkcheck.github.io/linkchecker/" meta.changelog for linkchecker is: "" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 10.2.1 with grep in /nix/store/jkfdnaq26c5b63siqj3xz4incpw5568b-linkchecker-10.2.1 - found 10.2.1 in filename of file in /nix/store/jkfdnaq26c5b63siqj3xz4incpw5568b-linkchecker-10.2.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath linkchecker styx ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/jkfdnaq26c5b63siqj3xz4incpw5568b-linkchecker-10.2.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A linkchecker https://github.com/r-ryantm/nixpkgs/archive/163c9aefd065b2d27503b18d5acfae11e58666d3.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/jkfdnaq26c5b63siqj3xz4incpw5568b-linkchecker-10.2.1 ls -la /nix/store/jkfdnaq26c5b63siqj3xz4incpw5568b-linkchecker-10.2.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @peterhoeg @thorstenweber83 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-12-06T10:43:01 https://api.github.com/repos/NixOS/nixpkgs/pulls/204762