2022-12-13T06:46:23 python310Packages.cx_Freeze 0 -> 1 2022-12-13T06:46:25 attrpath: python310Packages.cx_Freeze 2022-12-13T06:46:25 Checking auto update branch... 2022-12-13T06:46:30 [version] 2022-12-13T06:46:30 [version] skipping because derivation has updateScript 2022-12-13T06:46:30 [rustCrateVersion] 2022-12-13T06:46:30 [rustCrateVersion] No cargoSha256 found 2022-12-13T06:46:30 [golangModuleVersion] 2022-12-13T06:46:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-13T06:46:30 [updateScript] 2022-12-13T06:46:31 [updateScript] Success 2022-12-13T06:46:31 [updateScript] this derivation will be built: /nix/store/d3c4fb00162yfzibxajnaipkpzawv3bk-packages.json.drv building '/nix/store/d3c4fb00162yfzibxajnaipkpzawv3bk-packages.json.drv'... Going to be running update for following packages: - python3.10-cx-freeze-6.11.1 Press Enter key to continue... Running update for: - python3.10-cx-freeze-6.11.1: UPDATING ... - python3.10-cx-freeze-6.11.1: DONE. Packages updated! 2022-12-13T06:46:31 2022-12-13T06:46:31 [quotedUrls] 2022-12-13T06:46:32 [quotedUrls] nothing found to replace 2022-12-13T06:46:32 Diff after rewrites: diff --git a/pkgs/development/python-modules/cx_freeze/default.nix b/pkgs/development/python-modules/cx_freeze/default.nix index cb4f7e074ff..c039222925e 100644 --- a/pkgs/development/python-modules/cx_freeze/default.nix +++ b/pkgs/development/python-modules/cx_freeze/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "cx-freeze"; - version = "6.11.1"; + version = "6.13.1"; src = fetchPypi { pname = "cx_Freeze"; inherit version; - sha256 = "sha256-jzowyeM5TykGVeNG07RgkQZWswrGNHqHSZu1rTZcbnw="; + sha256 = "sha256-9pT1Ta8pLpc9krFN8KLp3b10IGyvMjiaU3Cn4eVAiaQ="; }; disabled = pythonOlder "3.5"; 2022-12-13T06:48:01 No auto update branch exists 2022-12-13T06:49:14 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 python310Packages.cx_Freeze nix build failed. adding 'cx_Freeze/hooks/pyside6/__pycache__/resource.cpython-310.opt-1.pyc' adding 'cx_Freeze/initscripts/__init__.py' adding 'cx_Freeze/initscripts/__startup__.py' adding 'cx_Freeze/initscripts/console.py' adding 'cx_Freeze/initscripts/consolesetlibpath.py' adding 'cx_Freeze/initscripts/sharedlib.py' adding 'cx_Freeze/initscripts/sharedlibsource.py' adding 'cx_Freeze/initscripts/__pycache__/__init__.cpython-310.opt-1.pyc' adding 'cx_Freeze/initscripts/__pycache__/__startup__.cpython-310.opt-1.pyc' adding 'cx_Freeze/initscripts/__pycache__/console.cpython-310.opt-1.pyc' adding 'cx_Freeze/initscripts/__pycache__/consolesetlibpath.cpython-310.opt-1.pyc' adding 'cx_Freeze/initscripts/__pycache__/sharedlib.cpython-310.opt-1.pyc' adding 'cx_Freeze/initscripts/__pycache__/sharedlibsource.cpython-310.opt-1.pyc' adding 'cx_Freeze-6.13.1.dist-info/METADATA' adding 'cx_Freeze-6.13.1.dist-info/WHEEL' adding 'cx_Freeze-6.13.1.dist-info/entry_points.txt' adding 'cx_Freeze-6.13.1.dist-info/license.rst' adding 'cx_Freeze-6.13.1.dist-info/top_level.txt' adding 'cx_Freeze-6.13.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase buildPhase completed in 1 minutes 9 seconds @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/cx_Freeze-6.13.1/dist /build/cx_Freeze-6.13.1 Processing ./cx_Freeze-6.13.1-cp310-cp310-linux_x86_64.whl ERROR: Could not find a version that satisfies the requirement patchelf>=0.12; sys_platform == "linux" (from cx-freeze) (from versions: none) ERROR: No matching distribution found for patchelf>=0.12; sys_platform == "linux"