python312Packages.imageio: 2.34.2 -> 2.35.0
Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.34.2...v2.35.0 Changelog: https://github.com/imageio/imageio/blob/v2.35.0/CHANGELOG.md
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "imageio";
|
||||
version = "2.34.2";
|
||||
version = "2.35.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
owner = "imageio";
|
||||
repo = "imageio";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-1q/LPEdo9rzcIR1ZD+bIP8MIKe7PmxRd8UX6c5C0V5k=";
|
||||
hash = "sha256-mmd3O7vvqKiHISASE5xRnBzuYon9HeEYRZGyDKy7n9o=";
|
||||
};
|
||||
|
||||
patches = lib.optionals (!stdenv.isDarwin) [
|
||||
@@ -58,7 +58,7 @@ buildPythonPackage rec {
|
||||
pillow
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
optional-dependencies = {
|
||||
bsdf = [ ];
|
||||
dicom = [ ];
|
||||
feisem = [ ];
|
||||
@@ -79,14 +79,11 @@ buildPythonPackage rec {
|
||||
heif = [ pillow-heif ];
|
||||
};
|
||||
|
||||
nativeCheckInputs =
|
||||
[
|
||||
fsspec
|
||||
psutil
|
||||
pytestCheckHook
|
||||
]
|
||||
++ fsspec.optional-dependencies.github
|
||||
++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
|
||||
nativeCheckInputs = [
|
||||
fsspec
|
||||
psutil
|
||||
pytestCheckHook
|
||||
] ++ fsspec.optional-dependencies.github ++ lib.flatten (builtins.attrValues optional-dependencies);
|
||||
|
||||
pytestFlagsArray = [ "-m 'not needs_internet'" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user