2022-11-10T03:01:32 bikeshed 0 -> 1 2022-11-10T03:01:34 attrpath: bikeshed 2022-11-10T03:01:34 Checking auto update branch... 2022-11-10T03:01:38 [version] 2022-11-10T03:01:38 [version] skipping because derivation has updateScript 2022-11-10T03:01:38 [rustCrateVersion] 2022-11-10T03:01:38 [rustCrateVersion] No cargoSha256 found 2022-11-10T03:01:38 [golangModuleVersion] 2022-11-10T03:01:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-10T03:01:38 [updateScript] 2022-11-10T03:01:40 [updateScript] Success 2022-11-10T03:01:40 [updateScript] Going to be running update for following packages: - bikeshed-3.7.0 Press Enter key to continue... Running update for: - bikeshed-3.7.0: UPDATING ... - bikeshed-3.7.0: DONE. Packages updated! 2022-11-10T03:01:40 2022-11-10T03:01:40 [quotedUrls] 2022-11-10T03:01:40 [quotedUrls] nothing found to replace 2022-11-10T03:01:40 Diff after rewrites: diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index f3e58b77871..dabff8f18e4 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -22,11 +22,11 @@ buildPythonApplication rec { pname = "bikeshed"; - version = "3.7.0"; + version = "3.10.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-3fVo+B71SsJs+XF4+FWH2nz0ouTnpC/02fXYr1C9Jrk="; + sha256 = "sha256-3fOncQh//lOrBZtOkk2O9lNd8A8rvoPbkVrRUB8tDzs="; }; # Relax requirements from "==" to ">=" 2022-11-10T03:03:11 No auto update branch exists 2022-11-10T03:03: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 bikeshed nix build failed. adding 'bikeshed/update/updateLanguages.py' adding 'bikeshed/update/updateLinkDefaults.py' adding 'bikeshed/update/updateMdn.py' adding 'bikeshed/update/updateTestSuites.py' adding 'bikeshed/update/updateWpt.py' adding 'bikeshed/wpt/__init__.py' adding 'bikeshed/wpt/wptElement.py' adding 'bikeshed/wpt/wptScript.js' adding 'bikeshed/wpt/__pycache__/__init__.cpython-310.pyc' adding 'bikeshed/wpt/__pycache__/__init__.cpython-37.pyc' adding 'bikeshed/wpt/__pycache__/wptElement.cpython-310.pyc' adding 'bikeshed/wpt/__pycache__/wptElement.cpython-37.pyc' adding 'bikeshed-3.10.0.dist-info/LICENSE' adding 'bikeshed-3.10.0.dist-info/METADATA' adding 'bikeshed-3.10.0.dist-info/WHEEL' adding 'bikeshed-3.10.0.dist-info/entry_points.txt' adding 'bikeshed-3.10.0.dist-info/top_level.txt' adding 'bikeshed-3.10.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/bikeshed-3.10.0/dist /build/bikeshed-3.10.0 Processing ./bikeshed-3.10.0-py3-none-any.whl Requirement already satisfied: pillow>=9.0.1 in /nix/store/mxvvcpsxc16pgb6d860fq3xhm3mjalix-python3.10-pillow-9.2.0/lib/python3.10/site-packages (from bikeshed==3.10.0) (9.2.0) Requirement already satisfied: lxml>=4.9.1 in /nix/store/bg8928bq6fpwys3ydij789h1777xgh1n-python3.10-lxml-4.9.1/lib/python3.10/site-packages (from bikeshed==3.10.0) (4.9.1) ERROR: Could not find a version that satisfies the requirement widlparser>=1.1.1 (from bikeshed) (from versions: none) ERROR: No matching distribution found for widlparser>=1.1.1  2022-11-10T13:28:27 bikeshed 0 -> 1 2022-11-10T13:28:31 attrpath: bikeshed 2022-11-10T13:28:32 Checking auto update branch... 2022-11-10T13:28:38 [version] 2022-11-10T13:28:38 [version] skipping because derivation has updateScript 2022-11-10T13:28:38 [rustCrateVersion] 2022-11-10T13:28:38 [rustCrateVersion] No cargoSha256 found 2022-11-10T13:28:38 [golangModuleVersion] 2022-11-10T13:28:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-10T13:28:38 [updateScript] 2022-11-10T13:28:41 [updateScript] Success 2022-11-10T13:28:41 [updateScript] this derivation will be built: /nix/store/cgw8xdbgpgqka22z8ck1ryb82ybxarza-packages.json.drv building '/nix/store/cgw8xdbgpgqka22z8ck1ryb82ybxarza-packages.json.drv'... Going to be running update for following packages: - bikeshed-3.7.0 Press Enter key to continue... Running update for: - bikeshed-3.7.0: UPDATING ... - bikeshed-3.7.0: DONE. Packages updated! 2022-11-10T13:28:41 2022-11-10T13:28:41 [quotedUrls] 2022-11-10T13:28:41 [quotedUrls] nothing found to replace 2022-11-10T13:28:41 Diff after rewrites: diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index f3e58b77871..dabff8f18e4 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -22,11 +22,11 @@ buildPythonApplication rec { pname = "bikeshed"; - version = "3.7.0"; + version = "3.10.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-3fVo+B71SsJs+XF4+FWH2nz0ouTnpC/02fXYr1C9Jrk="; + sha256 = "sha256-3fOncQh//lOrBZtOkk2O9lNd8A8rvoPbkVrRUB8tDzs="; }; # Relax requirements from "==" to ">=" 2022-11-10T13:30:31 No auto update branch exists 2022-11-10T13:30:42 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 bikeshed nix build failed. adding 'bikeshed/update/updateLanguages.py' adding 'bikeshed/update/updateLinkDefaults.py' adding 'bikeshed/update/updateMdn.py' adding 'bikeshed/update/updateTestSuites.py' adding 'bikeshed/update/updateWpt.py' adding 'bikeshed/wpt/__init__.py' adding 'bikeshed/wpt/wptElement.py' adding 'bikeshed/wpt/wptScript.js' adding 'bikeshed/wpt/__pycache__/__init__.cpython-310.pyc' adding 'bikeshed/wpt/__pycache__/__init__.cpython-37.pyc' adding 'bikeshed/wpt/__pycache__/wptElement.cpython-310.pyc' adding 'bikeshed/wpt/__pycache__/wptElement.cpython-37.pyc' adding 'bikeshed-3.10.0.dist-info/LICENSE' adding 'bikeshed-3.10.0.dist-info/METADATA' adding 'bikeshed-3.10.0.dist-info/WHEEL' adding 'bikeshed-3.10.0.dist-info/entry_points.txt' adding 'bikeshed-3.10.0.dist-info/top_level.txt' adding 'bikeshed-3.10.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/bikeshed-3.10.0/dist /build/bikeshed-3.10.0 Processing ./bikeshed-3.10.0-py3-none-any.whl Requirement already satisfied: pillow>=9.0.1 in /nix/store/nq5gb9598pkg76jhbv3lm8i9a51wy1mf-python3.10-pillow-9.2.0/lib/python3.10/site-packages (from bikeshed==3.10.0) (9.2.0) Requirement already satisfied: lxml>=4.9.1 in /nix/store/39as80n6s710zl0znsdc0pjhy6gpxkk4-python3.10-lxml-4.9.1/lib/python3.10/site-packages (from bikeshed==3.10.0) (4.9.1) ERROR: Could not find a version that satisfies the requirement widlparser>=1.1.1 (from bikeshed) (from versions: none) ERROR: No matching distribution found for widlparser>=1.1.1