Robert T. McGibbon
|
0df63c9543
|
python3Packages.loguru: unbreak (#117381)
|
2021-03-23 23:49:02 +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 |
|
R. RyanTM
|
08d3b647f2
|
python37Packages.loguru: 0.5.1 -> 0.5.3
|
2020-09-29 22:16:01 -07:00 |
|
zowoq
|
0cff30bb44
|
python: editorconfig fixes
|
2020-08-27 12:51:02 -07:00 |
|
Mario Rodas
|
67d762390e
|
python38Packages.loguru: fix build on darwin
|
2020-08-13 23:21:00 -05:00 |
|
Frederik Rietdijk
|
d94f97ae98
|
python: loguru: 0.5.0 -> 0.5.1
|
2020-08-04 21:54:47 +02:00 |
|
Frederik Rietdijk
|
347187aecd
|
python: loguru: 0.4.1 -> 0.5.0
|
2020-06-11 10:00:02 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Mario Rodas
|
c6e8760b4a
|
pythonPackages.loguru: 0.4.0 -> 0.4.1
|
2020-01-25 04:30:00 -05:00 |
|
Mario Rodas
|
736d305d79
|
loguru: fix build on darwin
|
2020-01-04 04:20:00 -05:00 |
|
Frederik Rietdijk
|
8c6aaf330a
|
python: loguru: 0.3.2 -> 0.4.0
|
2019-12-30 16:46:44 +01:00 |
|
R. RyanTM
|
7635bd187e
|
python37Packages.loguru: 0.3.1 -> 0.3.2
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-loguru/versions
|
2019-09-06 15:28:55 +02:00 |
|
R. RyanTM
|
3f06014e39
|
python37Packages.loguru: 0.3.0 -> 0.3.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-loguru/versions
|
2019-07-20 12:26:26 +02:00 |
|
Jake Waksbaum
|
a96bab416a
|
python3Packages.loguru: init at 0.3.0
|
2019-07-04 01:43:53 -07:00 |
|