2022-12-24T22:49:45 python3.10-xcffib 0.11.1 -> 1.1.2 https://pypi.org/project/xcffib/ 2022-12-24T22:49:47 attrpath: python310Packages.xcffib 2022-12-24T22:49:47 Checking auto update branch... 2022-12-24T22:49:52 [version] 2022-12-24T22:49:52 [version] skipping because derivation has updateScript 2022-12-24T22:49:52 [rustCrateVersion] 2022-12-24T22:49:52 [rustCrateVersion] No cargoSha256 found 2022-12-24T22:49:52 [golangModuleVersion] 2022-12-24T22:49:52 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-24T22:49:52 [updateScript] 2022-12-24T22:49:53 [updateScript] Success 2022-12-24T22:49:53 [updateScript] this derivation will be built: /nix/store/4z13mjx36py6hwlz9zkpi7qr2h6ij46x-packages.json.drv building '/nix/store/4z13mjx36py6hwlz9zkpi7qr2h6ij46x-packages.json.drv'... Going to be running update for following packages: - python3.10-xcffib-0.11.1 Press Enter key to continue... Running update for: - python3.10-xcffib-0.11.1: UPDATING ... - python3.10-xcffib-0.11.1: DONE. Packages updated! 2022-12-24T22:49:53 2022-12-24T22:49:53 [quotedUrls] 2022-12-24T22:49:54 [quotedUrls] nothing found to replace 2022-12-24T22:49:54 Diff after rewrites: diff --git a/pkgs/development/python-modules/xcffib/default.nix b/pkgs/development/python-modules/xcffib/default.nix index cb9e1ddf921..bcb4d80fb99 100644 --- a/pkgs/development/python-modules/xcffib/default.nix +++ b/pkgs/development/python-modules/xcffib/default.nix @@ -8,12 +8,12 @@ }: buildPythonPackage rec { - version = "0.11.1"; + version = "1.1.2"; pname = "xcffib"; src = fetchPypi { inherit pname version; - sha256 = "12949cfe2e68c806efd57596bb9bf3c151f399d4b53e15d1101b2e9baaa66f5a"; + sha256 = "sha256-Wqc6wlUUUpfMeJmhEFmEf41TDz2zhLPeOqwT+GDgS6w="; }; patchPhase = '' 2022-12-24T22:51:23 No auto update branch exists 2022-12-24T22:51:28 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.xcffib nix build failed. module = self._get_module_from_name(name) File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/build/xcffib-1.1.2/test/test_connection.py", line 22, in import pytest ModuleNotFoundError: No module named 'pytest' ====================================================================== ERROR: test.test_python_code (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test.test_python_code Traceback (most recent call last): File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/build/xcffib-1.1.2/test/test_python_code.py", line 23, in from .conftest import XcffibTest File "/build/xcffib-1.1.2/test/conftest.py", line 20, in import pytest ModuleNotFoundError: No module named 'pytest' ---------------------------------------------------------------------- Ran 5 tests in 0.001s FAILED (errors=5) Test failed: error: Test failed: