2022-12-18T13:57:42 savepagenow 0 -> 1 2022-12-18T13:57:44 attrpath: savepagenow 2022-12-18T13:57:44 Checking auto update branch... 2022-12-18T13:57:47 [version] 2022-12-18T13:57:47 [version] skipping because derivation has updateScript 2022-12-18T13:57:47 [rustCrateVersion] 2022-12-18T13:57:47 [rustCrateVersion] No cargoSha256 found 2022-12-18T13:57:47 [golangModuleVersion] 2022-12-18T13:57:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-18T13:57:47 [updateScript] 2022-12-18T13:57:50 [updateScript] Success 2022-12-18T13:57:50 [updateScript] this derivation will be built: /nix/store/1xkvq2zbgcnihszsvqcyjyfbydfp8bbj-packages.json.drv building '/nix/store/1xkvq2zbgcnihszsvqcyjyfbydfp8bbj-packages.json.drv'... Going to be running update for following packages: - savepagenow-1.1.1 Press Enter key to continue... Running update for: - savepagenow-1.1.1: UPDATING ... - savepagenow-1.1.1: DONE. Packages updated! 2022-12-18T13:57:50 2022-12-18T13:57:50 [quotedUrls] 2022-12-18T13:57:50 [quotedUrls] nothing found to replace 2022-12-18T13:57:50 Diff after rewrites: diff --git a/pkgs/tools/misc/savepagenow/default.nix b/pkgs/tools/misc/savepagenow/default.nix index d9166d07b74..ecce1f90168 100644 --- a/pkgs/tools/misc/savepagenow/default.nix +++ b/pkgs/tools/misc/savepagenow/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "savepagenow"; - version = "1.1.1"; + version = "1.2.3"; src = fetchFromGitHub { owner = "pastpages"; repo = pname; - rev = "v${version}"; - sha256 = "1lz6rc47cds9rb35jdf8n13gr61wdkh5jqzx4skikm1yrqkwjyhm"; + rev = "refs/tags/${version}"; + sha256 = "sha256-P/ZaftMWImfcHjqMg7Jr09GCZ6S8Fkuy22aP9g1AdtE="; }; propagatedBuildInputs = with python3Packages; [ click requests ]; 2022-12-18T13:59:18 No auto update branch exists 2022-12-18T13:59:29 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 savepagenow nix build failed. File "/nix/store/6zh035j7znhpb33qcxyg8jbxxham5hry-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/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpsouba9r8', '--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 41, in setup( File "/nix/store/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpsouba9r8', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-12-18T23:34:05 savepagenow 1.1.1 -> 1.2.3 https://github.com/pastpages/savepagenow/releases 2022-12-18T23:34:07 attrpath: savepagenow 2022-12-18T23:34:07 Checking auto update branch... 2022-12-18T23:34:11 [version] 2022-12-18T23:34:11 [version] skipping because derivation has updateScript 2022-12-18T23:34:11 [rustCrateVersion] 2022-12-18T23:34:11 [rustCrateVersion] No cargoSha256 found 2022-12-18T23:34:11 [golangModuleVersion] 2022-12-18T23:34:11 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-18T23:34:11 [updateScript] 2022-12-18T23:34:13 [updateScript] Success 2022-12-18T23:34:13 [updateScript] this derivation will be built: /nix/store/i3ayi4a726qbqkac0cnsa8lyrwvkpd9r-packages.json.drv building '/nix/store/i3ayi4a726qbqkac0cnsa8lyrwvkpd9r-packages.json.drv'... Going to be running update for following packages: - savepagenow-1.1.1 Press Enter key to continue... Running update for: - savepagenow-1.1.1: UPDATING ... - savepagenow-1.1.1: DONE. Packages updated! 2022-12-18T23:34:13 2022-12-18T23:34:13 [quotedUrls] 2022-12-18T23:34:13 [quotedUrls] nothing found to replace 2022-12-18T23:34:13 Diff after rewrites: diff --git a/pkgs/tools/misc/savepagenow/default.nix b/pkgs/tools/misc/savepagenow/default.nix index d9166d07b74..ecce1f90168 100644 --- a/pkgs/tools/misc/savepagenow/default.nix +++ b/pkgs/tools/misc/savepagenow/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "savepagenow"; - version = "1.1.1"; + version = "1.2.3"; src = fetchFromGitHub { owner = "pastpages"; repo = pname; - rev = "v${version}"; - sha256 = "1lz6rc47cds9rb35jdf8n13gr61wdkh5jqzx4skikm1yrqkwjyhm"; + rev = "refs/tags/${version}"; + sha256 = "sha256-P/ZaftMWImfcHjqMg7Jr09GCZ6S8Fkuy22aP9g1AdtE="; }; propagatedBuildInputs = with python3Packages; [ click requests ]; 2022-12-18T23:35:39 No auto update branch exists 2022-12-18T23:35:49 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 savepagenow nix build failed. File "/nix/store/6zh035j7znhpb33qcxyg8jbxxham5hry-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/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpf3nq5_p_', '--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 41, in setup( File "/nix/store/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/6zh035j7znhpb33qcxyg8jbxxham5hry-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/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpf3nq5_p_', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.