summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/imageio (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace substituteAll with replaceVarsWolfgang Walther2025-02-101-3/+2
* python312Packages.imageio: 2.36.1 -> 2.37.0•••Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.36.1...v2.37.0 Changelog: https://github.com/imageio/imageio/blob/v2.37.0/CHANGELOG.md Gaetan Lepage2025-01-201-14/+4
* python312Packages.imageio: remove useless disabled tests•••Adding the `-m 'not needs_internet'` flag to pytest seems to be enough to disable network-dependent tests Gaetan Lepage2024-12-151-8/+0
* python312Packages.imageio: 2.36.0 -> 2.36.1•••Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.36.0...v2.36.1 Changelog: https://github.com/imageio/imageio/blob/v2.36.1/CHANGELOG.md Gaetan Lepage2024-12-141-24/+21
* python312Packages.imageio: disable failing testMartin Weinelt2024-10-241-10/+15
* python312Packages.imageio: 2.35.1 -> 2.36.0•••Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.35.1...v2.36.0 Changelog: https://github.com/imageio/imageio/blob/v2.36.0/CHANGELOG.md Gaetan Lepage2024-10-141-21/+8
* python3{11,12}Packages.imageio: format•••Fixes: 5ff5ea3bfb10459c4b5bd540da51be981b8cf966 Emily2024-10-021-14/+16
* python312Packages.imageio: fix tests with new ffmpegK9002024-10-011-1/+10
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` Artturin2024-09-251-2/+2
* python312Packages.imageio: 2.35.0 -> 2.35.1•••Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.35.0...v2.35.1 Changelog: https://github.com/imageio/imageio/blob/v2.35.1/CHANGELOG.md Gaetan Lepage2024-08-191-2/+2
* 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 Gaetan Lepage2024-08-131-11/+8
* python311Packages.imageio: 2.34.1 -> 2.34.2•••Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.34.1...v2.34.2 Changelog: https://github.com/imageio/imageio/blob/v2.34.2/CHANGELOG.md Gaetan Lepage2024-06-241-5/+5
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-59/+49
* python311Packages.imageio: 2.34.0 -> 2.34.1•••Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.34.0...v2.34.1 Changelog: https://github.com/imageio/imageio/blob/v2.34.1/CHANGELOG.md Gaetan Lepage2024-04-231-4/+4
* python311Packages.imageio: 2.33.1 -> 2.34.0•••Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.33.1...v2.34.0 Changelog: https://github.com/imageio/imageio/blob/v2.34.0/CHANGELOG.md Gaetan Lepage2024-02-121-2/+2
* python311Packages.imageio: 2.33.0 -> 2.33.1•••Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.33.0...v2.33.1 Changelog: https://github.com/imageio/imageio/blob/v2.33.1/CHANGELOG.md Gaetan Lepage2023-12-111-2/+2
* python311Packages.imageio: disable failing tests on darwin•••One test is crashing the interpreter, same as on pyav. The others require ffmpeg with h264 encoding support, which for some reason is not available on darwin. Martin Weinelt2023-11-211-0/+10
* python311Packages.imageio: 2.32.0 -> 2.33.0•••Changelog: https://github.com/imageio/imageio/releases/tag/v2.33.0 Gaetan Lepage2023-11-211-15/+9
* python311Packages.imageio: 2.31.3 -> 2.23.0•••https://github.com/imageio/imageio/releases/tag/v2.32.0 Applies a patch for Pillow 10.1.0 compatibility and sets up the pep517 build and optional-dependencies. Martin Weinelt2023-11-111-10/+66
* python3Packages.imageio: 2.28.1 -> 2.31.3Martin Weinelt2023-09-271-2/+2
* python310Packages.imageio: unbreak on darwinWeijia Wang2023-06-051-1/+1
* python310Packages.imageio: add formatFabian Affolter2023-05-021-0/+2
* python310Packages.imageio: 2.28.0 -> 2.28.1•••Changelog: https://github.com/imageio/imageio/releases/tag/v2.28.1 Fabian Affolter2023-05-021-3/+4
* python3Packages.imageio: 2.27.0 -> 2.28.0•••https://github.com/imageio/imageio/releases/tag/v2.28.0 Luflosi2023-04-241-2/+2
* python3Packages.imageio: 2.26.0 -> 2.27.0•••https://github.com/imageio/imageio/releases/tag/v2.26.1 https://github.com/imageio/imageio/releases/tag/v2.27.0 Luflosi2023-04-071-2/+2
* Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/imageio/default.nix - pkgs/development/python-modules/pytest-order/default.nix Martin Weinelt2023-03-151-2/+2
|\
| * python3Packages.imageio: 2.25.0 -> 2.26.0•••https://github.com/imageio/imageio/releases/tag/v2.25.1 https://github.com/imageio/imageio/releases/tag/v2.26.0 Luflosi2023-03-081-2/+2
* | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* | python3Packages.imageio: 2.25.0 -> 2.25.1Martin Weinelt2023-03-031-2/+2
|/
* python3Packages.imageio: 2.24.0 -> 2.25.0•••https://github.com/imageio/imageio/releases/tag/v2.25.0 Luflosi2023-01-251-2/+2
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python3Packages.imageio: 2.23.0 -> 2.24.0•••https://github.com/imageio/imageio/releases/tag/v2.24.0 Luflosi2023-01-091-2/+2
* python3Packages.imageio: 2.22.4 -> 2.23.0•••https://github.com/imageio/imageio/releases/tag/v2.23.0 Luflosi2022-12-191-2/+2
* python3Packages.imageio: 2.22.1 -> 2.22.4•••https://github.com/imageio/imageio/releases/tag/v2.22.4 Luflosi2022-11-071-2/+2
* python3Packages.imageio: 2.22.0 -> 2.22.1•••https://github.com/imageio/imageio/releases/tag/v2.22.1 Luflosi2022-10-111-4/+4
* python3Packages.imageio: 2.19.3 -> 2.22.0•••https://github.com/imageio/imageio/releases/tag/v2.22.0 Luflosi2022-09-271-2/+2
* python3Packages.imageio: add Luflosi as maintainerLuflosi2022-09-271-1/+1
* python3Packages.imageio: 2.19.2 -> 2.19.3Martin Weinelt2022-07-211-2/+2
* python310Packages.imageio: 2.16.1 -> 2.19.2Fabian Affolter2022-06-061-2/+2
* python3Packages.imageio: fix testsMartin Weinelt2022-03-142-13/+35
* python3Packages.imageio: 2.14.1 -> 2.16.1Martin Weinelt2022-03-141-2/+2
* python3Packages.imageio: 2.13.5 -> 2.14.1Jonathan Ringer2022-02-041-11/+2
* python3Packages.imageio: 2.13.2 -> 2.13.5•••include patch to fix behaviour with pillow 9 Robert Scott2022-01-121-2/+12
* python3Packages.imageio: 2.12.0 -> 2.13.2Jonathan Ringer2021-12-141-2/+2
* python3Packages.imageio: fix testsJonathan Ringer2021-11-301-0/+16
* python3Packages.imageio: 2.9.0 -> 2.12.0Jonathan Ringer2021-11-301-2/+2
* python3Packages.imageio: refactorRobert Schütz2021-05-011-25/+14
* pythonPackages: move python 2 only expressions to python2-packages.nixFrederik Rietdijk2021-04-031-1/+1
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-1/+1