Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +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
|
5cd8c98f50
|
python3Packages.yarl: 1.5.1 -> 1.6.3
|
2020-12-01 14:44:22 +01:00 |
|
Jonathan Ringer
|
ab4f2ad832
|
python3Packages.yarl: fix build
|
2020-08-16 15:57:00 -07:00 |
|
Frederik Rietdijk
|
8b94699ee6
|
python: yarl: 1.4.2 -> 1.5.1
|
2020-08-16 19:31:20 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Frederik Rietdijk
|
a4d3a973a2
|
python: yarl: 1.3.0 -> 1.4.2
|
2019-12-30 16:46:49 +01:00 |
|
Robert Schütz
|
e0af2df260
|
python.pkgs.yarl: 1.2.6 -> 1.3.0
|
2018-12-14 21:34:11 +01:00 |
|
Frederik Rietdijk
|
0812bc40b2
|
python: yarl: 1.2.5 -> 1.2.6
|
2018-06-22 13:09:46 +02:00 |
|
Frederik Rietdijk
|
7ff206e180
|
python: yarl: 1.1.1 -> 1.2.5
|
2018-06-22 13:09:35 +02:00 |
|
Robert Schütz
|
7e09ff23ed
|
pythonPackages.yarl: 1.1.0 -> 1.1.1
|
2018-02-18 12:07:13 +01:00 |
|
Robert Schütz
|
efbe08a2da
|
python3Packages.yarl: 1.0.0 -> 1.1.0
|
2018-01-23 12:36:28 +08:00 |
|
Frederik Rietdijk
|
a6ae893054
|
python: yarl: 0.17.0 -> 1.0.0
|
2018-01-20 12:09:08 +01:00 |
|
Frederik Rietdijk
|
6665872f0a
|
python: yarl: 0.13.0 -> 0.17.0
|
2017-12-31 11:08:18 +01:00 |
|
Frederik Rietdijk
|
7ce848309e
|
python.pkgs: updates
|
2017-10-27 21:34:42 +02:00 |
|
Frederik Rietdijk
|
d58e1f1c7b
|
python.pkgs: many updates
|
2017-08-25 19:36:14 +02:00 |
|
Frederik Rietdijk
|
76beb08313
|
python.pkgs: several maintenance bumps
|
2017-06-19 13:43:19 +02:00 |
|
Frederik Rietdijk
|
6b999f3c42
|
Python: many package updates
Did not test all packages. Likely we'll have some breakage.
|
2017-05-27 14:25:08 +02:00 |
|
Frederik Rietdijk
|
7a538938a0
|
pythonPackages.yarl: init at 0.8.1
|
2016-12-11 20:07:24 +01:00 |
|