2022-12-14T12:39:44 python3.10-ufoLib2 0.13.1 -> 0.14.0 https://pypi.org/project/ufoLib2/ 2022-12-14T12:39:46 attrpath: python310Packages.ufoLib2 2022-12-14T12:39:46 Checking auto update branch... 2022-12-14T12:39:51 [version] 2022-12-14T12:39:51 [version] skipping because derivation has updateScript 2022-12-14T12:39:51 [rustCrateVersion] 2022-12-14T12:39:51 [rustCrateVersion] No cargoSha256 found 2022-12-14T12:39:51 [golangModuleVersion] 2022-12-14T12:39:51 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-14T12:39:51 [updateScript] 2022-12-14T12:39:52 [updateScript] Success 2022-12-14T12:39:52 [updateScript] this derivation will be built: /nix/store/72xnassy40pky1axqq72n1jpxqawj5mk-packages.json.drv building '/nix/store/72xnassy40pky1axqq72n1jpxqawj5mk-packages.json.drv'... Going to be running update for following packages: - python3.10-ufoLib2-0.13.1 Press Enter key to continue... Running update for: - python3.10-ufoLib2-0.13.1: UPDATING ... - python3.10-ufoLib2-0.13.1: DONE. Packages updated! 2022-12-14T12:39:52 2022-12-14T12:39:52 [quotedUrls] 2022-12-14T12:39:52 [quotedUrls] nothing found to replace 2022-12-14T12:39:53 Diff after rewrites: diff --git a/pkgs/development/python-modules/ufoLib2/default.nix b/pkgs/development/python-modules/ufoLib2/default.nix index fab42e5169b..28debe5f4fe 100644 --- a/pkgs/development/python-modules/ufoLib2/default.nix +++ b/pkgs/development/python-modules/ufoLib2/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "ufoLib2"; - version = "0.13.1"; + version = "0.14.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-MnWi2mI+bUt+4pyYTNs6W4a7wj8KHOlEhti7XDCKpHs="; + sha256 = "sha256-OdUJfNe3nOQyCf3nT9/5y/C8vZXnSAWiLHvZ8GXMViw="; }; propagatedBuildInputs = [ 2022-12-14T12:41:19 No auto update branch exists 2022-12-14T12:41:26 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.ufoLib2 nix build failed. Executing pythonImportsCheckPhase Check whether the following modules can be imported: ufoLib2 @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/ufoLib2-0.14.0, configfile: tox.ini, testpaths: tests, ufoLib2 collecting ...  collected 101 items / 1 error / 8 skipped  ==================================== ERRORS ==================================== _________________ ERROR collecting tests/serde/test_msgpack.py _________________ ImportError while importing test module '/build/ufoLib2-0.14.0/tests/serde/test_msgpack.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/nzgqxw4d875pgl1lji8n3q82x3bf7ldi-python3-3.10.8/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/serde/test_msgpack.py:3: in import msgpack # type: ignore E ModuleNotFoundError: No module named 'msgpack' =========================== short test summary info ============================ SKIPPED [2] tests/test_converters.py:51: could not import 'cattrs': No module named 'cattrs' SKIPPED [2] tests/serde/test_json.py:12: could not import 'cattrs': No module named 'cattrs' SKIPPED [1] ../../nix/store/c20f0k3kzr7cr56zn02c9sha2k1r8gpw-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/doctest.py:552: unable to import module PosixPath('/build/ufoLib2-0.14.0/tests/serde/test_msgpack.py') SKIPPED [1] ../../nix/store/c20f0k3kzr7cr56zn02c9sha2k1r8gpw-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/doctest.py:552: unable to import module PosixPath('/nix/store/i6xa982x7rgaqq668h5s9zq8w8iff7wk-python3.10-ufoLib2-0.14.0/lib/python3.10/site-packages/ufoLib2/converters.py') SKIPPED [1] ../../nix/store/c20f0k3kzr7cr56zn02c9sha2k1r8gpw-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/doctest.py:552: unable to import module PosixPath('/nix/store/i6xa982x7rgaqq668h5s9zq8w8iff7wk-python3.10-ufoLib2-0.14.0/lib/python3.10/site-packages/ufoLib2/serde/json.py') SKIPPED [1] ../../nix/store/c20f0k3kzr7cr56zn02c9sha2k1r8gpw-python3.10-pytest-7.1.3/lib/python3.10/site-packages/_pytest/doctest.py:552: unable to import module PosixPath('/nix/store/i6xa982x7rgaqq668h5s9zq8w8iff7wk-python3.10-ufoLib2-0.14.0/lib/python3.10/site-packages/ufoLib2/serde/msgpack.py') ERROR tests/serde/test_msgpack.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ========================= 8 skipped, 1 error in 0.42s ==========================