2022-12-07T14:27:45 python310Packages.icalendar 0 -> 1 2022-12-07T14:27:47 attrpath: python310Packages.icalendar 2022-12-07T14:27:47 Checking auto update branch... 2022-12-07T14:27:52 [version] 2022-12-07T14:27:52 [version] skipping because derivation has updateScript 2022-12-07T14:27:52 [rustCrateVersion] 2022-12-07T14:27:52 [rustCrateVersion] No cargoSha256 found 2022-12-07T14:27:52 [golangModuleVersion] 2022-12-07T14:27:52 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-07T14:27:52 [updateScript] 2022-12-07T14:27:53 [updateScript] Success 2022-12-07T14:27:53 [updateScript] this derivation will be built: /nix/store/ihhmfn3k0817shwbq703clmlf1mz23vi-packages.json.drv building '/nix/store/ihhmfn3k0817shwbq703clmlf1mz23vi-packages.json.drv'... Going to be running update for following packages: - python3.10-icalendar-4.1.0 Press Enter key to continue... Running update for: - python3.10-icalendar-4.1.0: UPDATING ... - python3.10-icalendar-4.1.0: DONE. Packages updated! 2022-12-07T14:27:53 2022-12-07T14:27:53 [quotedUrls] 2022-12-07T14:27:53 [quotedUrls] nothing found to replace 2022-12-07T14:27:54 Diff after rewrites: diff --git a/pkgs/development/python-modules/icalendar/default.nix b/pkgs/development/python-modules/icalendar/default.nix index 5ef8864417d..1051a9b5d0e 100644 --- a/pkgs/development/python-modules/icalendar/default.nix +++ b/pkgs/development/python-modules/icalendar/default.nix @@ -7,12 +7,12 @@ }: buildPythonPackage rec { - version = "4.1.0"; + version = "5.0.3"; pname = "icalendar"; src = fetchPypi { inherit pname version; - sha256 = "sha256-l0i3wC78xD5Y0GFa4JdqxPJl6Q2t7ptPiE3imQXBs5U="; + sha256 = "sha256-ymCBBZhoHLI5/DGQIC4BozBeTwOJV2JziS3aMSSfJeQ="; }; buildInputs = [ setuptools ]; 2022-12-07T14:29:23 No auto update branch exists 2022-12-07T14:29:27 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.icalendar nix build failed. ====================================================================== ERROR: test_period (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_period Traceback (most recent call last): File "/nix/store/nzgqxw4d875pgl1lji8n3q82x3bf7ldi-python3-3.10.8/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) File "/build/icalendar-5.0.3/src/icalendar/tests/test_period.py", line 7, in import pytest ModuleNotFoundError: No module named 'pytest' ====================================================================== ERROR: test_unit_tools (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_unit_tools Traceback (most recent call last): File "/nix/store/nzgqxw4d875pgl1lji8n3q82x3bf7ldi-python3-3.10.8/lib/python3.10/unittest/loader.py", line 154, in loadTestsFromName module = __import__(module_name) File "/build/icalendar-5.0.3/src/icalendar/tests/test_unit_tools.py", line 1, in import pytest ModuleNotFoundError: No module named 'pytest' ---------------------------------------------------------------------- Ran 50 tests in 0.125s FAILED (errors=13) Test failed: error: Test failed: