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 |
|
Sandro Jäckel
|
ac391fdc0b
|
pythonPackages:google*: Noramlize names by replacing _ with -
|
2021-01-06 23:59:50 +01:00 |
|
Frederik Rietdijk
|
e8837ca539
|
python3Packages.kubernetes: 11.0.0 -> 12.0.1
|
2020-12-01 14:44:14 +01:00 |
|
Jonathan Ringer
|
bdc797e100
|
python3Packages.kubernetes: fix tests
|
2020-08-16 21:39:28 -07:00 |
|
Frederik Rietdijk
|
d5bfabfb8a
|
python: kubernetes: 10.0.1 -> 11.0.0
|
2020-06-11 10:00:01 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Jonathan Ringer
|
85e2d6a935
|
pythonPackages.kubernetes: disable tests for python2
python2 is unable to traverse other google namespaces
|
2020-03-19 10:21:02 -07:00 |
|
R. RyanTM
|
e0a03cad60
|
python37Packages.kubernetes: 10.0.0 -> 10.0.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-kubernetes/versions
|
2019-09-28 11:13:51 -07:00 |
|
R. RyanTM
|
6acaa3395f
|
python37Packages.kubernetes: 9.0.0 -> 10.0.0
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-kubernetes/versions
|
2019-08-05 12:31:32 -07:00 |
|
R. RyanTM
|
79aed25d83
|
python37Packages.kubernetes: 8.0.1 -> 9.0.0
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-kubernetes/versions
|
2019-05-01 23:07:30 -07:00 |
|
R. RyanTM
|
928b86424a
|
python37Packages.kubernetes: 8.0.0 -> 8.0.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-kubernetes/versions
|
2019-01-02 17:05:42 -05:00 |
|
Frederik Rietdijk
|
e91b24e64d
|
python: kubernetes: 7.0.0 -> 8.0.0
|
2018-12-03 16:50:31 +01:00 |
|
Christopher Ostrouchov
|
66e1288962
|
pythonPackages.kubernetes: add missing dependency (#46179)
fix build issue from missing dependency `adal`. This is due to `adal`
being added as a dependency in July
23rd. 9afec55f4a (diff-b4ef698db8ca845e5845c4618278f29a)
|
2018-09-07 11:25:53 +02:00 |
|
Frederik Rietdijk
|
bee808d45d
|
python: kubernetes: 6.0.0 -> 7.0.0
|
2018-08-25 18:07:12 +02:00 |
|
Frederik Rietdijk
|
a240ef0c32
|
python: kubernetes: 5.0.0 -> 6.0.0
|
2018-06-22 13:09:19 +02:00 |
|
Lancelot SIX
|
95d59d4233
|
pythonPackages.kubernetes: init at 5.0.0
|
2018-02-26 16:27:06 +01:00 |
|