python311Packages.tifffile 2023.8.30 -> 2023.12.9 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/xb74bwvmr0bx9nqy4426xh7skfc7na74-packages.json.drv building '/nix/store/xb74bwvmr0bx9nqy4426xh7skfc7na74-packages.json.drv'... Going to be running update for following packages: - python3.11-tifffile-2023.8.30 Press Enter key to continue... Running update for: - python3.11-tifffile-2023.8.30: UPDATING ... - python3.11-tifffile-2023.8.30: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tifffile/default.nix b/pkgs/development/python-modules/tifffile/default.nix index 1b9582a71c8b..d46a3fea4314 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.8.30"; + version = "2023.12.9"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-aoxTsBKihrddCaFJirMvIC8kzGJwoQW11ZEdxEJvFio="; + hash = "sha256-ndHakRgKZFMBiiQf8hnhkF8Wk4Q1XNicnvQDTBtGzbg="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2023.8.30" not present in staging derivation file with contents: { lib , buildPythonPackage , dask , fetchPypi , fsspec , lxml , numpy , pytestCheckHook , pythonOlder , zarr }: buildPythonPackage rec { pname = "tifffile"; version = "2023.9.26"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; hash = "sha256-Z+NV5Flaqzl/hAXQSv4bSufG9ipE4i2TP+4aVxpIx64="; }; 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 ]; }; }