Commit Graph

32 Commits

Author SHA1 Message Date
Luflosi
d9a76e1672
python3Packages.imageio: 2.24.0 -> 2.25.0
https://github.com/imageio/imageio/releases/tag/v2.25.0
2023-01-25 17:30:53 +01:00
Guillaume Girol
33afbf39f6 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.
2023-01-21 12:00:00 +00:00
Luflosi
bfdd2f6bfd
python3Packages.imageio: 2.23.0 -> 2.24.0
https://github.com/imageio/imageio/releases/tag/v2.24.0
2023-01-09 12:32:50 +01:00
Luflosi
0c21d77735
python3Packages.imageio: 2.22.4 -> 2.23.0
https://github.com/imageio/imageio/releases/tag/v2.23.0
2022-12-19 19:03:31 +01:00
Luflosi
51721c6b38
python3Packages.imageio: 2.22.1 -> 2.22.4
https://github.com/imageio/imageio/releases/tag/v2.22.4
2022-11-07 09:01:53 +01:00
Luflosi
7548a378a9
python3Packages.imageio: 2.22.0 -> 2.22.1
https://github.com/imageio/imageio/releases/tag/v2.22.1
2022-10-11 20:19:18 +02:00
Luflosi
4b6a5fc430
python3Packages.imageio: 2.19.3 -> 2.22.0
https://github.com/imageio/imageio/releases/tag/v2.22.0
2022-09-27 22:08:38 +02:00
Luflosi
40dcadc3f3
python3Packages.imageio: add Luflosi as maintainer 2022-09-27 17:10:48 +02:00
Martin Weinelt
f4f6ce94c2 python3Packages.imageio: 2.19.2 -> 2.19.3 2022-07-21 22:33:53 +02:00
Fabian Affolter
630241e628
python310Packages.imageio: 2.16.1 -> 2.19.2 2022-06-06 11:46:35 -07:00
Martin Weinelt
8fde457ce9 python3Packages.imageio: fix tests 2022-03-14 00:29:06 +01:00
Martin Weinelt
8cae15829d python3Packages.imageio: 2.14.1 -> 2.16.1 2022-03-14 00:28:53 +01:00
Jonathan Ringer
a987251bd5
python3Packages.imageio: 2.13.5 -> 2.14.1 2022-02-04 15:11:10 -08:00
Robert Scott
e0951f8c03 python3Packages.imageio: 2.13.2 -> 2.13.5
include patch to fix behaviour with pillow 9
2022-01-12 23:53:11 +00:00
Jonathan Ringer
6892a7943d
python3Packages.imageio: 2.12.0 -> 2.13.2 2021-12-14 12:03:30 -08:00
Jonathan Ringer
ced4c16f57
python3Packages.imageio: fix tests 2021-11-30 18:52:54 -08:00
Jonathan Ringer
12e5254d5a
python3Packages.imageio: 2.9.0 -> 2.12.0 2021-11-30 18:49:00 -08:00
Robert Schütz
e95bdd6b3c python3Packages.imageio: refactor 2021-05-01 20:48:09 +02:00
Frederik Rietdijk
1e89d4cccd pythonPackages: move python 2 only expressions to python2-packages.nix 2021-04-03 17:49:45 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Frederik Rietdijk
882b171ebf python: imageio: 2.8.0 -> 2.9.0 2020-08-16 19:31:03 +02:00
Jonathan Ringer
f122c08d93 pythonPackages.imageio: disable python2
```
  Processing ./imageio-2.8.0-py2-none-any.whl
  ERROR: Package 'imageio' requires a different Python: 2.7.18 not in '>=3.5'
  ```
2020-06-29 14:25:22 -07:00
Frederik Rietdijk
2e4b4e3300 Merge staging-next into staging 2020-06-13 11:03:26 +02:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Frederik Rietdijk
d7a7002d6d python: imageio: 2.6.1 -> 2.8.0 2020-06-11 10:00:00 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
f07e6d6c59 python37Packages.imageio: 2.5.0 -> 2.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-imageio/versions
2019-10-23 09:27:31 -07:00
Philipp Middendorf
47519a1e4e python3Packages.imageio: 2.4.1 -> 2.5.0 2019-02-22 11:40:49 +01:00
Philipp Middendorf
ef9b17b484 pythonPackages.imageio: 1.6 -> 2.4.1 (#49147) 2018-11-04 18:32:33 +01:00
Chris Ostrouchov
f725650c69 pythonPackages.imageio: refactor move to python-modules 2018-10-18 11:02:23 +02:00