2022-11-09T03:00:55 linkchecker 10.0.1 -> 10.1.0 https://github.com/linkchecker/linkchecker/releases 2022-11-09T03:00:57 attrpath: linkchecker 2022-11-09T03:00:57 Checking auto update branch... 2022-11-09T03:01:01 [version] 2022-11-09T03:01:01 [version] skipping because derivation has updateScript 2022-11-09T03:01:01 [rustCrateVersion] 2022-11-09T03:01:01 [rustCrateVersion] No cargoSha256 found 2022-11-09T03:01:01 [golangModuleVersion] 2022-11-09T03:01:01 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T03:01:01 [updateScript] 2022-11-09T03:01:04 [updateScript] Success 2022-11-09T03:01:04 [updateScript] Going to be running update for following packages: - linkchecker-10.0.1 Press Enter key to continue... Running update for: - linkchecker-10.0.1: UPDATING ... - linkchecker-10.0.1: DONE. Packages updated! 2022-11-09T03:01:04 2022-11-09T03:01:04 [quotedUrls] 2022-11-09T03:01:04 [quotedUrls] nothing found to replace 2022-11-09T03:01:04 Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 3cb5ecb0153..3dd20fb70f3 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -4,13 +4,13 @@ with python3Packages; buildPythonApplication rec { pname = "linkchecker"; - version = "10.0.1"; + version = "10.1.0"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v" + version; - sha256 = "sha256-OOssHbX9nTCURpMKIy+95ZTvahuUAabLUhPnRp3xpN4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-W8pP2RGfAK+Cql/dd3nd4zeFQ/qt7Dom9QvYi9Gyt/8="; }; nativeBuildInputs = [ gettext ]; 2022-11-09T03:02:45 No auto update branch exists 2022-11-09T03:02:56 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 linkchecker nix build failed. File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg subprocess.check_call(cmd) File "/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmp6p94v_um', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 341, in setup( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 86, in setup _install_setup_requires(attrs) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 80, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 875, in fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 789, in resolve dist = best[req.key] = env.best_match( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1075, in best_match return self.obtain(req, installer) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1087, in obtain return installer(requirement) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 945, in fetch_build_egg return fetch_build_egg(self, req) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 84, in fetch_build_egg raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmp6p94v_um', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-09T13:59:25 linkchecker 10.0.1 -> 10.1.0 https://pypi.org/project/linkchecker/ 2022-11-09T13:59:27 attrpath: linkchecker 2022-11-09T13:59:28 Checking auto update branch... 2022-11-09T13:59:31 [version] 2022-11-09T13:59:31 [version] skipping because derivation has updateScript 2022-11-09T13:59:31 [rustCrateVersion] 2022-11-09T13:59:31 [rustCrateVersion] No cargoSha256 found 2022-11-09T13:59:31 [golangModuleVersion] 2022-11-09T13:59:31 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T13:59:31 [updateScript] 2022-11-09T13:59:34 [updateScript] Success 2022-11-09T13:59:34 [updateScript] this derivation will be built: /nix/store/6s7wzkisa7xbj36mb03rri7ynpspjq5b-packages.json.drv building '/nix/store/6s7wzkisa7xbj36mb03rri7ynpspjq5b-packages.json.drv'... Going to be running update for following packages: - linkchecker-10.0.1 Press Enter key to continue... Running update for: - linkchecker-10.0.1: UPDATING ... - linkchecker-10.0.1: DONE. Packages updated! 2022-11-09T13:59:34 2022-11-09T13:59:34 [quotedUrls] 2022-11-09T13:59:34 [quotedUrls] nothing found to replace 2022-11-09T13:59:34 Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 3cb5ecb0153..3dd20fb70f3 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -4,13 +4,13 @@ with python3Packages; buildPythonApplication rec { pname = "linkchecker"; - version = "10.0.1"; + version = "10.1.0"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v" + version; - sha256 = "sha256-OOssHbX9nTCURpMKIy+95ZTvahuUAabLUhPnRp3xpN4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-W8pP2RGfAK+Cql/dd3nd4zeFQ/qt7Dom9QvYi9Gyt/8="; }; nativeBuildInputs = [ gettext ]; 2022-11-09T14:01:07 No auto update branch exists 2022-11-09T14:01:20 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 linkchecker nix build failed. File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg subprocess.check_call(cmd) File "/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpr7ibsk00', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 341, in setup( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 86, in setup _install_setup_requires(attrs) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 80, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 875, in fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 789, in resolve dist = best[req.key] = env.best_match( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1075, in best_match return self.obtain(req, installer) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1087, in obtain return installer(requirement) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 945, in fetch_build_egg return fetch_build_egg(self, req) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 84, in fetch_build_egg raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpr7ibsk00', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-09T19:15:44 linkchecker 0 -> 1 2022-11-09T19:15:47 attrpath: linkchecker 2022-11-09T19:15:47 Checking auto update branch... 2022-11-09T19:15:51 [version] 2022-11-09T19:15:51 [version] skipping because derivation has updateScript 2022-11-09T19:15:51 [rustCrateVersion] 2022-11-09T19:15:51 [rustCrateVersion] No cargoSha256 found 2022-11-09T19:15:51 [golangModuleVersion] 2022-11-09T19:15:51 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T19:15:51 [updateScript] 2022-11-09T19:15:53 [updateScript] Success 2022-11-09T19:15:53 [updateScript] Going to be running update for following packages: - linkchecker-10.0.1 Press Enter key to continue... Running update for: - linkchecker-10.0.1: UPDATING ... - linkchecker-10.0.1: DONE. Packages updated! 2022-11-09T19:15:53 2022-11-09T19:15:53 [quotedUrls] 2022-11-09T19:15:54 [quotedUrls] nothing found to replace 2022-11-09T19:15:54 Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 3cb5ecb0153..3dd20fb70f3 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -4,13 +4,13 @@ with python3Packages; buildPythonApplication rec { pname = "linkchecker"; - version = "10.0.1"; + version = "10.1.0"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v" + version; - sha256 = "sha256-OOssHbX9nTCURpMKIy+95ZTvahuUAabLUhPnRp3xpN4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-W8pP2RGfAK+Cql/dd3nd4zeFQ/qt7Dom9QvYi9Gyt/8="; }; nativeBuildInputs = [ gettext ]; 2022-11-09T19:17:27 No auto update branch exists 2022-11-09T19:17:38 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 linkchecker nix build failed. File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg subprocess.check_call(cmd) File "/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpdit92pqe', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 341, in setup( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 86, in setup _install_setup_requires(attrs) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 80, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 875, in fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 789, in resolve dist = best[req.key] = env.best_match( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1075, in best_match return self.obtain(req, installer) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1087, in obtain return installer(requirement) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 945, in fetch_build_egg return fetch_build_egg(self, req) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 84, in fetch_build_egg raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpdit92pqe', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.