2022-11-15T13:21:07 liquidctl 1.10.0 -> 1.11.1 https://github.com/liquidctl/liquidctl/releases 2022-11-15T13:21:09 attrpath: liquidctl 2022-11-15T13:21:09 Checking auto update branch... 2022-11-15T13:21:09 No auto update branch exists 2022-11-15T13:21:14 [version] 2022-11-15T13:21:17 [version] updated version and sha256 2022-11-15T13:21:17 [rustCrateVersion] 2022-11-15T13:21:17 [rustCrateVersion] No cargoSha256 found 2022-11-15T13:21:17 [golangModuleVersion] 2022-11-15T13:21:17 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-15T13:21:17 [updateScript] 2022-11-15T13:21:17 [updateScript] skipping because derivation has no updateScript 2022-11-15T13:21:17 2022-11-15T13:21:17 [quotedUrls] 2022-11-15T13:21:17 [quotedUrls] nothing found to replace 2022-11-15T13:21:17 Diff after rewrites: diff --git a/pkgs/development/python-modules/liquidctl/default.nix b/pkgs/development/python-modules/liquidctl/default.nix index 699d2b0e5b2..ebc035dbd4d 100644 --- a/pkgs/development/python-modules/liquidctl/default.nix +++ b/pkgs/development/python-modules/liquidctl/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "liquidctl"; - version = "1.10.0"; + version = "1.11.1"; disabled = pythonOlder "3.6"; format = "pyproject"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-2mXWih3LchJ/YsjuwHwWse7SNJYx1vxtovl8vasKV4w="; + sha256 = "sha256-9g6h8GMOcICiry9M9b/Tt0ONsTxuJI/duprUkxB1Gr0="; }; nativeBuildInputs = [ 2022-11-15T13:22: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 liquidctl nix build failed. adding 'liquidctl/driver/kraken2.py' adding 'liquidctl/driver/kraken3.py' adding 'liquidctl/driver/nvidia.py' adding 'liquidctl/driver/nzxt_epsu.py' adding 'liquidctl/driver/rgb_fusion2.py' adding 'liquidctl/driver/smart_device.py' adding 'liquidctl/driver/smbus.py' adding 'liquidctl/driver/usb.py' adding 'liquidctl-0.0.0.dist-info/LICENSE.txt' adding 'liquidctl-0.0.0.dist-info/METADATA' adding 'liquidctl-0.0.0.dist-info/WHEEL' adding 'liquidctl-0.0.0.dist-info/entry_points.txt' adding 'liquidctl-0.0.0.dist-info/top_level.txt' adding 'liquidctl-0.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for liquidctl (pyproject.toml) ... [?25l[?25hdone Created wheel for liquidctl: filename=liquidctl-0.0.0-py3-none-any.whl size=117885 sha256=86bd5305f113a058abe5b2a918e1fa86792454fa7f1672ccb6c695120fde3bb3 Stored in directory: /build/pip-ephem-wheel-cache-p1tmhs52/wheels/79/4b/9b/fc24941d75fdb959a71ee80195b2c89d6ae9389f9f0f80fb22 Successfully built liquidctl Finished creating a wheel... Finished executing pipBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./liquidctl-0.0.0-py3-none-any.whl Requirement already satisfied: docopt in /nix/store/87wc74ca6cxbrmqkypa3kqlrz0gfhiyr-python3.10-docopt-0.6.2/lib/python3.10/site-packages (from liquidctl==0.0.0) (0.6.2) ERROR: Could not find a version that satisfies the requirement crcmod==1.7 (from liquidctl) (from versions: none) ERROR: No matching distribution found for crcmod==1.7  2022-11-15T16:37:55 liquidctl 1.8.1 -> 1.11.1 https://pypi.org/project/liquidctl/ 2022-11-15T16:37:57 attrpath: liquidctl 2022-11-15T16:37:57 Checking auto update branch... 2022-11-15T16:37:57 No auto update branch exists 2022-11-15T16:37:58 Old version 1.8.1" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , installShellFiles , setuptools , docopt , hidapi , pyusb , smbus-cffi , i2c-tools , pytestCheckHook , colorlog }: buildPythonPackage rec { pname = "liquidctl"; version = "1.10.0"; disabled = pythonOlder "3.6"; format = "pyproject"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; sha256 = "sha256-2mXWih3LchJ/YsjuwHwWse7SNJYx1vxtovl8vasKV4w="; }; nativeBuildInputs = [ installShellFiles setuptools ]; propagatedBuildInputs = [ docopt hidapi pyusb smbus-cffi i2c-tools colorlog ]; propagatedNativeBuildInputs = [ smbus-cffi ]; outputs = [ "out" "man" ]; postInstall = '' installManPage liquidctl.8 installShellCompletion extra/completions/liquidctl.bash mkdir -p $out/lib/udev/rules.d cp extra/linux/71-liquidctl.rules $out/lib/udev/rules.d/. ''; checkInputs = [ pytestCheckHook ]; postBuild = '' # needed for pythonImportsCheck export XDG_RUNTIME_DIR=$TMPDIR ''; pythonImportsCheck = [ "liquidctl" ]; meta = with lib; { description = "Cross-platform CLI and Python drivers for AIO liquid coolers and other devices"; homepage = "https://github.com/liquidctl/liquidctl"; changelog = "https://github.com/liquidctl/liquidctl/blob/master/CHANGELOG.md"; license = licenses.gpl3Plus; maintainers = with maintainers; [ arturcygan evils ]; }; }