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 |
|