2022-11-07T00:30:53 linkchecker 10.0.1 -> 10.1.0 https://pypi.org/project/linkchecker/ 2022-11-07T00:30:56 attrpath: linkchecker 2022-11-07T00:30:56 Checking auto update branch... 2022-11-07T00:30:59 [version] 2022-11-07T00:30:59 [version] skipping because derivation has updateScript 2022-11-07T00:30:59 [rustCrateVersion] 2022-11-07T00:30:59 [rustCrateVersion] No cargoSha256 found 2022-11-07T00:30:59 [golangModuleVersion] 2022-11-07T00:30:59 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T00:30:59 [updateScript] 2022-11-07T00:31:02 [updateScript] Success 2022-11-07T00:31:02 [updateScript] this derivation will be built: /nix/store/c17p8ginfj52xl817qfbxkjzb1zgrgfr-packages.json.drv building '/nix/store/c17p8ginfj52xl817qfbxkjzb1zgrgfr-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-07T00:31:02 2022-11-07T00:31:02 [quotedUrls] 2022-11-07T00:31:03 [quotedUrls] nothing found to replace 2022-11-07T00:31:03 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-07T00:32:37 No auto update branch exists 2022-11-07T00:32:48 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/tmpwhnlk_2i', '--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/tmpwhnlk_2i', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-07T13:12:52 linkchecker 10.0.1 -> 10.1.0 https://pypi.org/project/linkchecker/ 2022-11-07T13:12:54 attrpath: linkchecker 2022-11-07T13:12:54 Checking auto update branch... 2022-11-07T13:12:58 [version] 2022-11-07T13:12:58 [version] skipping because derivation has updateScript 2022-11-07T13:12:58 [rustCrateVersion] 2022-11-07T13:12:58 [rustCrateVersion] No cargoSha256 found 2022-11-07T13:12:58 [golangModuleVersion] 2022-11-07T13:12:58 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T13:12:58 [updateScript] 2022-11-07T13:13:01 [updateScript] Success 2022-11-07T13:13:01 [updateScript] this derivation will be built: /nix/store/c17p8ginfj52xl817qfbxkjzb1zgrgfr-packages.json.drv building '/nix/store/c17p8ginfj52xl817qfbxkjzb1zgrgfr-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-07T13:13:01 2022-11-07T13:13:01 [quotedUrls] 2022-11-07T13:13:01 [quotedUrls] nothing found to replace 2022-11-07T13:13:01 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-07T13:14:35 No auto update branch exists 2022-11-07T13:14:52 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/tmp1uae3yf0', '--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/tmp1uae3yf0', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-07T14:28:29 linkchecker 0 -> 1 2022-11-07T14:28:32 attrpath: linkchecker 2022-11-07T14:28:32 Checking auto update branch... 2022-11-07T14:28:36 [version] 2022-11-07T14:28:36 [version] skipping because derivation has updateScript 2022-11-07T14:28:36 [rustCrateVersion] 2022-11-07T14:28:36 [rustCrateVersion] No cargoSha256 found 2022-11-07T14:28:36 [golangModuleVersion] 2022-11-07T14:28:36 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T14:28:36 [updateScript] 2022-11-07T14:28:49 [updateScript] Success 2022-11-07T14:28:49 [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-07T14:28:49 2022-11-07T14:28:49 [quotedUrls] 2022-11-07T14:28:49 [quotedUrls] nothing found to replace 2022-11-07T14:28:49 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-07T14:30:24 No auto update branch exists 2022-11-07T14:30:35 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/tmpyz39k0o5', '--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/tmpyz39k0o5', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.