python311Packages.tifffile 2023.7.18 -> 2023.9.26 https://repology.org/project/python:tifffile/versions attrpath: python311Packages.tifffile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a90d5rw40k3gm7qk32s1rl9h12j1kjq5-packages.json.drv building '/nix/store/a90d5rw40k3gm7qk32s1rl9h12j1kjq5-packages.json.drv'... Going to be running update for following packages: - python3.11-tifffile-2023.7.18 Press Enter key to continue... Running update for: - python3.11-tifffile-2023.7.18: UPDATING ... - python3.11-tifffile-2023.7.18: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/tifffile/default.nix b/pkgs/development/python-modules/tifffile/default.nix index b1102c44e95d..20858e870c73 100644 --- a/pkgs/development/python-modules/tifffile/default.nix +++ b/pkgs/development/python-modules/tifffile/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "tifffile"; - version = "2023.7.18"; + version = "2023.9.26"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-WlpiSy96t/N+nsQXSuLfGAW5ZY+JAT+bS1VQZy9l8qE="; + hash = "sha256-Z+NV5Flaqzl/hAXQSv4bSufG9ipE4i2TP+4aVxpIx64="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2023.7.18" not present in staging derivation file with contents: { lib , buildPythonPackage , dask , fetchPypi , fsspec , lxml , numpy , pytestCheckHook , pythonOlder , zarr }: buildPythonPackage rec { pname = "tifffile"; version = "2023.8.30"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; hash = "sha256-aoxTsBKihrddCaFJirMvIC8kzGJwoQW11ZEdxEJvFio="; }; propagatedBuildInputs = [ numpy ]; nativeCheckInputs = [ dask fsspec lxml pytestCheckHook zarr ]; disabledTests = [ # Test require network access "test_class_omexml" "test_write_ome" # Test file is missing "test_write_predictor" "test_issue_imagej_hyperstack_arg" "test_issue_description_overwrite" # AssertionError "test_write_bigtiff" "test_write_imagej_raw" # https://github.com/cgohlke/tifffile/issues/142 "test_func_bitorder_decode" # Test file is missing "test_issue_invalid_predictor" ]; pythonImportsCheck = [ "tifffile" ]; # flaky, often killed due to OOM or timeout env.SKIP_LARGE = "1"; meta = with lib; { description = "Read and write image data from and to TIFF files"; homepage = "https://github.com/cgohlke/tifffile/"; changelog = "https://github.com/cgohlke/tifffile/blob/v${version}/CHANGES.rst"; license = licenses.bsd3; maintainers = with maintainers; [ lebastr ]; }; }