| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: replace substituteAll with replaceVars | Wolfgang Walther | 2025-02-10 | 1 | -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 Lepage | 2025-01-20 | 1 | -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 Lepage | 2024-12-15 | 1 | -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 Lepage | 2024-12-14 | 1 | -24/+21 |
| * | python312Packages.imageio: disable failing test | Martin Weinelt | 2024-10-24 | 1 | -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 Lepage | 2024-10-14 | 1 | -21/+8 |
| * | python3{11,12}Packages.imageio: format•••Fixes: 5ff5ea3bfb10459c4b5bd540da51be981b8cf966 | Emily | 2024-10-02 | 1 | -14/+16 |
| * | python312Packages.imageio: fix tests with new ffmpeg | K900 | 2024-10-01 | 1 | -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" ``` | Artturin | 2024-09-25 | 1 | -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 Lepage | 2024-08-19 | 1 | -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 Lepage | 2024-08-13 | 1 | -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 Lepage | 2024-06-24 | 1 | -5/+5 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -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 Lepage | 2024-04-23 | 1 | -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 Lepage | 2024-02-12 | 1 | -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 Lepage | 2023-12-11 | 1 | -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 Weinelt | 2023-11-21 | 1 | -0/+10 |
| * | python311Packages.imageio: 2.32.0 -> 2.33.0•••Changelog: https://github.com/imageio/imageio/releases/tag/v2.33.0 | Gaetan Lepage | 2023-11-21 | 1 | -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 Weinelt | 2023-11-11 | 1 | -10/+66 |
| * | python3Packages.imageio: 2.28.1 -> 2.31.3 | Martin Weinelt | 2023-09-27 | 1 | -2/+2 |
| * | python310Packages.imageio: unbreak on darwin | Weijia Wang | 2023-06-05 | 1 | -1/+1 |
| * | python310Packages.imageio: add format | Fabian Affolter | 2023-05-02 | 1 | -0/+2 |
| * | python310Packages.imageio: 2.28.0 -> 2.28.1•••Changelog: https://github.com/imageio/imageio/releases/tag/v2.28.1 | Fabian Affolter | 2023-05-02 | 1 | -3/+4 |
| * | python3Packages.imageio: 2.27.0 -> 2.28.0•••https://github.com/imageio/imageio/releases/tag/v2.28.0 | Luflosi | 2023-04-24 | 1 | -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 | Luflosi | 2023-04-07 | 1 | -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 Weinelt | 2023-03-15 | 1 | -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 | Luflosi | 2023-03-08 | 1 | -2/+2 |
| * | | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | | python3Packages.imageio: 2.25.0 -> 2.25.1 | Martin Weinelt | 2023-03-03 | 1 | -2/+2 |
| |/ | |||||
| * | python3Packages.imageio: 2.24.0 -> 2.25.0•••https://github.com/imageio/imageio/releases/tag/v2.25.0 | Luflosi | 2023-01-25 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.imageio: 2.23.0 -> 2.24.0•••https://github.com/imageio/imageio/releases/tag/v2.24.0 | Luflosi | 2023-01-09 | 1 | -2/+2 |
| * | python3Packages.imageio: 2.22.4 -> 2.23.0•••https://github.com/imageio/imageio/releases/tag/v2.23.0 | Luflosi | 2022-12-19 | 1 | -2/+2 |
| * | python3Packages.imageio: 2.22.1 -> 2.22.4•••https://github.com/imageio/imageio/releases/tag/v2.22.4 | Luflosi | 2022-11-07 | 1 | -2/+2 |
| * | python3Packages.imageio: 2.22.0 -> 2.22.1•••https://github.com/imageio/imageio/releases/tag/v2.22.1 | Luflosi | 2022-10-11 | 1 | -4/+4 |
| * | python3Packages.imageio: 2.19.3 -> 2.22.0•••https://github.com/imageio/imageio/releases/tag/v2.22.0 | Luflosi | 2022-09-27 | 1 | -2/+2 |
| * | python3Packages.imageio: add Luflosi as maintainer | Luflosi | 2022-09-27 | 1 | -1/+1 |
| * | python3Packages.imageio: 2.19.2 -> 2.19.3 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python310Packages.imageio: 2.16.1 -> 2.19.2 | Fabian Affolter | 2022-06-06 | 1 | -2/+2 |
| * | python3Packages.imageio: fix tests | Martin Weinelt | 2022-03-14 | 2 | -13/+35 |
| * | python3Packages.imageio: 2.14.1 -> 2.16.1 | Martin Weinelt | 2022-03-14 | 1 | -2/+2 |
| * | python3Packages.imageio: 2.13.5 -> 2.14.1 | Jonathan Ringer | 2022-02-04 | 1 | -11/+2 |
| * | python3Packages.imageio: 2.13.2 -> 2.13.5•••include patch to fix behaviour with pillow 9 | Robert Scott | 2022-01-12 | 1 | -2/+12 |
| * | python3Packages.imageio: 2.12.0 -> 2.13.2 | Jonathan Ringer | 2021-12-14 | 1 | -2/+2 |
| * | python3Packages.imageio: fix tests | Jonathan Ringer | 2021-11-30 | 1 | -0/+16 |
| * | python3Packages.imageio: 2.9.0 -> 2.12.0 | Jonathan Ringer | 2021-11-30 | 1 | -2/+2 |
| * | python3Packages.imageio: refactor | Robert Schütz | 2021-05-01 | 1 | -25/+14 |
| * | pythonPackages: move python 2 only expressions to python2-packages.nix | Frederik Rietdijk | 2021-04-03 | 1 | -1/+1 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -1/+1 |
