2022-11-08T00:50:28 linkchecker 10.0.1 -> 10.1.0 https://github.com/linkchecker/linkchecker/releases 2022-11-08T00:50:30 attrpath: linkchecker 2022-11-08T00:50:31 Checking auto update branch... 2022-11-08T00:50:34 [version] 2022-11-08T00:50:34 [version] skipping because derivation has updateScript 2022-11-08T00:50:34 [rustCrateVersion] 2022-11-08T00:50:34 [rustCrateVersion] No cargoSha256 found 2022-11-08T00:50:34 [golangModuleVersion] 2022-11-08T00:50:34 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-08T00:50:34 [updateScript] 2022-11-08T00:50:37 [updateScript] Success 2022-11-08T00:50:37 [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-08T00:50:37 2022-11-08T00:50:37 [quotedUrls] 2022-11-08T00:50:37 [quotedUrls] nothing found to replace 2022-11-08T00:50:37 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-08T00:52:25 No auto update branch exists 2022-11-08T00:52:36 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/tmpee82h23e', '--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/tmpee82h23e', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-08T14:37:34 linkchecker 10.0.1 -> 10.1.0 https://pypi.org/project/linkchecker/ 2022-11-08T14:37:37 attrpath: linkchecker 2022-11-08T14:37:37 Checking auto update branch... 2022-11-08T14:37:41 [version] 2022-11-08T14:37:41 [version] skipping because derivation has updateScript 2022-11-08T14:37:41 [rustCrateVersion] 2022-11-08T14:37:41 [rustCrateVersion] No cargoSha256 found 2022-11-08T14:37:41 [golangModuleVersion] 2022-11-08T14:37:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-08T14:37:41 [updateScript] 2022-11-08T14:37:44 [updateScript] Success 2022-11-08T14:37:44 [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-08T14:37:44 2022-11-08T14:37:44 [quotedUrls] 2022-11-08T14:37:44 [quotedUrls] nothing found to replace 2022-11-08T14:37:44 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-08T14:39:19 No auto update branch exists 2022-11-08T14:39:34 Received ExitFailure 1 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/tmpee82h23e', '--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/tmpee82h23e', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-08T16:50:38 linkchecker 0 -> 1 2022-11-08T16:50:41 attrpath: linkchecker 2022-11-08T16:50:41 Checking auto update branch... 2022-11-08T16:50:44 [version] 2022-11-08T16:50:44 [version] skipping because derivation has updateScript 2022-11-08T16:50:44 [rustCrateVersion] 2022-11-08T16:50:44 [rustCrateVersion] No cargoSha256 found 2022-11-08T16:50:44 [golangModuleVersion] 2022-11-08T16:50:44 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-08T16:50:44 [updateScript] 2022-11-08T16:50:47 [updateScript] Success 2022-11-08T16:50:47 [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-08T16:50:47 2022-11-08T16:50:47 [quotedUrls] 2022-11-08T16:50:47 [quotedUrls] nothing found to replace 2022-11-08T16:50:48 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-08T16:52:27 No auto update branch exists 2022-11-08T16:52:41 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/tmpinsx7_nj', '--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/tmpinsx7_nj', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.