2022-11-16T04:28:30 napari 0.4.15 -> 0.4.17 https://pypi.org/project/napari/ 2022-11-16T04:28:33 attrpath: napari 2022-11-16T04:28:33 Checking auto update branch... 2022-11-16T04:28:33 No auto update branch exists 2022-11-16T04:28:34 Old version 0.4.15" not present in master derivation file with contents: { lib , mkDerivationWith , appdirs , buildPythonPackage , cachey , dask , docstring-parser , fetchFromGitHub , imageio , jsonschema , magicgui , napari-console , napari-npe2 , napari-svg , numpydoc , pint , psutil , pydantic , pyopengl , pillow , pythonOlder , pyyaml , scikitimage , scipy , setuptools-scm , superqt , tifffile , toolz , tqdm , typing-extensions , vispy , wrapQtAppsHook , wrapt }: mkDerivationWith buildPythonPackage rec { pname = "napari"; version = "0.4.16"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "napari"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Fx3DoTIb2ev5wMP/gmprPIoxeF2f+Cbac6pnWB/zTTw="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools-scm wrapQtAppsHook ]; propagatedBuildInputs = [ appdirs cachey dask.optional-dependencies.array docstring-parser imageio jsonschema magicgui napari-console napari-npe2 napari-svg numpydoc pint pillow psutil pydantic pyopengl pyyaml scikitimage scipy superqt tifffile toolz tqdm typing-extensions vispy wrapt ]; postPatch = '' substituteInPlace setup.cfg \ --replace "scikit-image>=0.19.1" "scikit-image" \ --replace "vispy>=0.10.0,<0.11" "vispy" ''; dontUseSetuptoolsCheck = true; postFixup = '' wrapQtApp $out/bin/napari ''; meta = with lib; { description = "A fast, interactive, multi-dimensional image viewer"; homepage = "https://github.com/napari/napari"; license = licenses.bsd3; maintainers = with maintainers; [ SomeoneSerge ]; }; } 2022-11-16T14:49:19 napari 0.4.16 -> 0.4.17 https://github.com/napari/napari/releases 2022-11-16T14:49:21 attrpath: napari 2022-11-16T14:49:22 Checking auto update branch... 2022-11-16T14:49:22 No auto update branch exists 2022-11-16T14:49:27 [version] 2022-11-16T14:49:30 [version] updated version and sha256 2022-11-16T14:49:30 [rustCrateVersion] 2022-11-16T14:49:30 [rustCrateVersion] No cargoSha256 found 2022-11-16T14:49:30 [golangModuleVersion] 2022-11-16T14:49:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-16T14:49:30 [updateScript] 2022-11-16T14:49:30 [updateScript] skipping because derivation has no updateScript 2022-11-16T14:49:30 2022-11-16T14:49:30 [quotedUrls] 2022-11-16T14:49:30 [quotedUrls] nothing found to replace 2022-11-16T14:49:31 Diff after rewrites: diff --git a/pkgs/development/python-modules/napari/default.nix b/pkgs/development/python-modules/napari/default.nix index 4e4fffa5306..59240700722 100644 --- a/pkgs/development/python-modules/napari/default.nix +++ b/pkgs/development/python-modules/napari/default.nix @@ -35,7 +35,7 @@ mkDerivationWith buildPythonPackage rec { pname = "napari"; - version = "0.4.16"; + version = "0.4.17"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -44,7 +44,7 @@ mkDerivationWith buildPythonPackage rec { owner = "napari"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Fx3DoTIb2ev5wMP/gmprPIoxeF2f+Cbac6pnWB/zTTw="; + hash = "sha256-34FALCI7h0I295553Rv0KZxKIipuA2OMNsINGde7/oE="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; 2022-11-16T14:51:10 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 napari nix build failed. adding 'napari_builtins/io/__init__.py' adding 'napari_builtins/io/_read.py' adding 'napari_builtins/io/_write.py' adding 'napari-0.4.17.dist-info/LICENSE' adding 'napari-0.4.17.dist-info/METADATA' adding 'napari-0.4.17.dist-info/WHEEL' adding 'napari-0.4.17.dist-info/entry_points.txt' adding 'napari-0.4.17.dist-info/top_level.txt' adding 'napari-0.4.17.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for napari (pyproject.toml) ... [?25l[?25hdone Created wheel for napari: filename=napari-0.4.17-py3-none-any.whl size=2552024 sha256=dc5423f1f28c10e7d5df8b138bf06007517df6f686a21877a97446f1dabbf9e0 Stored in directory: /build/pip-ephem-wheel-cache-tfr84j_p/wheels/79/4b/9b/fc24941d75fdb959a71ee80195b2c89d6ae9389f9f0f80fb22 Successfully built napari Finished creating a wheel... Finished executing pipBuildPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./napari-0.4.17-py3-none-any.whl Requirement already satisfied: psygnal>=0.3.4 in /nix/store/v7pc0bqmsirspym3lmpmkjkslx9vn4s9-python3.10-psygnal-0.6.0/lib/python3.10/site-packages (from napari==0.4.17) (0.6.0) Requirement already satisfied: PyYAML>=5.1 in /nix/store/719zhykp375p38wshkj7fbglmlrc15rr-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from napari==0.4.17) (6.0) Requirement already satisfied: Pillow!=7.1.0,!=7.1.1 in /nix/store/nq5gb9598pkg76jhbv3lm8i9a51wy1mf-python3.10-pillow-9.2.0/lib/python3.10/site-packages (from napari==0.4.17) (9.2.0) Requirement already satisfied: pydantic>=1.9.0 in /nix/store/8d604knwvr6ml74k841nqygcglfj6j5s-python3.10-pydantic-1.9.2/lib/python3.10/site-packages (from napari==0.4.17) (1.9.2) ERROR: Could not find a version that satisfies the requirement napari-svg>=0.1.6 (from napari) (from versions: none) ERROR: No matching distribution found for napari-svg>=0.1.6