Commit graph

19 commits

Author SHA1 Message Date
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +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
Martin Weinelt 7f92259b85 python3Packages.colorlog: 6.6.0 -> 6.7.0 2022-09-18 23:57:39 +02:00
Robert Schütz 5c8408f4ae python3Packages.colorlog: 6.5.0 -> 6.6.0
https://github.com/borntyping/python-colorlog/releases/tag/v6.6.0
2021-11-13 20:35:23 -08:00
Robert Schütz 83d2927d1e python3Packages.colorlog: 6.4.1 -> 6.5.0 2021-10-09 00:12:30 -07:00
Martin Weinelt 77921fe49e python3Packages.colorlog: 5.0.1 -> 6.4.1 2021-09-05 14:58:58 +02:00
Robert Schütz f4092dd6f0 pythonPackages.colorlog: 4.8.0 -> 5.0.1 2021-04-13 17:20:03 +02:00
Robert Schütz 4e51f855e5 pythonPackages.colorlog: 4.7.2 -> 4.8.0 2021-03-22 13:03:56 +01:00
Fabian Affolter a2f611d01a python3Packages.colorlog: switch to pytestCheckHook 2021-01-14 08:00:31 -08:00
Fabian Affolter f2a260ea4a python3Packages.colorlog: 4.6.2 -> 4.7.2 2021-01-14 08:00:31 -08: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
Jonathan Ringer 029d3f5ccc python3Packages.colorlog: fix build 2020-12-01 14:44:23 +01:00
Frederik Rietdijk 541bc1d84a python3Packages.colorlog: 4.4.0 -> 4.6.2 2020-12-01 14:44:10 +01:00
R. RyanTM b7df52351a python27Packages.colorlog: 4.2.1 -> 4.4.0 2020-11-11 14:32:23 -08:00
R. RyanTM 2920f93260 python27Packages.colorlog: 4.1.0 -> 4.2.1 2020-07-31 01:02:26 -07:00
R. RyanTM 5dc0610564 python27Packages.colorlog: 4.0.2 -> 4.1.0 2020-04-09 12:51:34 -07:00
Robert Schütz 6fbc9c4c6c python.pkgs.colorlog: 3.1.4 -> 4.0.2 2018-12-14 22:11:20 +01:00
Frederik Rietdijk 216e90c6ff python: colorlog: 3.1.2 -> 3.1.4 2018-05-10 10:09:13 +02:00
Robert Schütz 9d196ef641 pythonPackages.colorlog: 2.6.1 -> 3.1.2 2018-01-26 13:27:59 +01:00