Theodore Ni
0f23a142ec
awsebcli: refactor, relax dependencies, and enable tests
2023-07-28 12:15:29 +02:00
figsoda
98fd1b1115
pkgs/tools/virtualization: remove dead code
2023-07-25 16:33:22 -04:00
Kirill Radzikhovskyy
ea90def4a1
awsebcli: 3.20.6 -> 3.20.7
2023-06-23 06:30:07 -04:00
Weijia Wang
35690e335f
treewide/tools: use top-level fetchPypi
2023-05-25 19:03:52 +03:00
Kirill Radzikhovskyy
70a89b0500
awsebcli: 3.20.5 -> 3.20.6
2023-04-25 07:39:32 +10:00
Kirill Radzikhovskyy
e2178f316b
awsebcli: 3.20.3 -> 3.20.5
2023-03-16 07:41:06 +11:00
github-actions[bot]
d4187810f9
Merge master into staging-next
2023-03-08 00:02:34 +00:00
Kirill Radzikhovskyy
72d7d2e9cc
awsebcli: add kirillrdy as maintainer
2023-03-08 07:33:59 +11:00
Martin Weinelt
ba41f2895c
awsebcli: Use hash and SRI hashes
...
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Kirill Radzikhovskyy
86b4a95fe4
awsebcli: fixup, bump pathspec and termcolor versions
2023-03-03 23:57:09 +01:00
Kirill Radzikhovskyy
4fbe3e450b
awsebcli: fix up, requests and future dependencies
2023-01-25 06:42:40 +09: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
Kirill Radzikhovskyy
109aabe2e8
awsebcli: fixup, bump termcolor dependecy
2023-01-05 13:20:46 +01:00
Anthony Roussel
9a0aed0dc1
python310Packages.botocore: 1.27.75 -> 1.29.38
2022-12-28 17:58:33 +01:00
Kirill Radzikhovskyy
4a7b7d7785
awsebcli: fixup, use colorama from nixpkgs
2022-10-29 16:52:17 +11:00
Kirill Radzikhovskyy
d47e9bf0cd
awsebcli: fixup botocore, pathspec, termcolor dependencies
2022-09-19 16:05:53 +02:00
Kirill Radzikhovskyy
5d42df5739
awsebcli: fix build, update botocore to match upstream
2022-08-10 17:09:24 +10:00
Kirill Radzikhovskyy
c58d450c37
awsebcli: fixup, use more versions from nixpkgs
2022-07-21 22:35:30 +02:00
Martin Weinelt
5f413aa580
awsebcli: drop requests override, relax constraint
...
Passing the trustme dependency into requests checkInputs has become an
infinite recursion since the latest hypothesis update.
It is unclear what the dependency chain is that causes this, but there
is little need in overriding requests, since its API is mostly very
stable.
2022-07-21 22:33:37 +02:00
Kirill Radzikhovskyy
63576fb5c3
awsebcli: fixup, use python.pkgs.six from nixpkgs
2022-06-12 08:01:13 +10:00
zowoq
b7b91880d3
docker-compose: default to v2
2022-06-06 14:58:18 +10:00
Kirill Radzikhovskyy
7f613bbdb6
awsebcli: fixup, downgrade jmespath
2022-04-15 01:39:55 +02:00
Kirill Radzikhovskyy
1bd060ba67
awsebcli: fixup
2022-04-05 19:15:30 -04:00
Kirill Radzikhovskyy
442c54c475
awsebcli: fixup!
2022-03-19 08:22:01 -04:00
Kirill Radzikhovskyy
800013956d
awsebcli: 3.14.2 -> 3.20.3
2022-02-21 14:39:44 -08:00
Sandro Jäckel
7b4d273d3c
pythonPackages: websocket_client -> websocket-client
2021-06-15 22:03:10 +02:00
Sandro Jäckel
7738719171
awsebcli: mark broken
2021-03-03 18:08:01 +01:00
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
Jonas Chevalier
a7cb88c3de
tree-wide: unify Bash completions outputs ( #103421 )
...
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12 21:22:18 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Patrick Hilhorst
9ec40cc3bf
treewide: Fix overrides having wrong versions
2018-11-06 00:06:21 +01:00
Robert Schütz
dbd3d509e0
awsebcli: use python3
...
Its dependency cement is disabled on python2 since 36a4df6.
2018-09-01 10:41:37 +02:00
Ruben Maher
e8dcf87007
awsebcli: 3.12.3 -> 3.12.4
2018-04-27 10:29:19 +09:30
Ruben Maher
ffe9f0a2bb
awsebcli: pin pathspec dependency to 0.5.5
...
pathspec has been bumped to 0.5.6 in c705acef
and awsebcli's setup.py refuses to
use that version.
2018-04-27 10:29:19 +09:30
Ruben Maher
411b7869d2
awsebcli: clean up derivation
2018-02-28 10:10:05 +10:30
Ruben Maher
e5a64bd1f1
awsebcli: 3.12.2 -> 3.12.3
2018-02-22 15:04:58 +10:30
Ruben Maher
84f30286d2
awsebcli: 3.12.1 -> 3.12.2
2018-02-08 09:37:12 +10:30
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Ruben Maher
757725e071
awsebcli: 3.12.0 -> 3.12.1
2017-12-15 08:43:11 +10:30
Ruben Maher
47c000b894
awsebcli: 3.11.0 -> 3.12.0
2017-11-03 09:38:16 +10:30
Ruben Maher
fcf0df2cf6
awsebcli: tiny whitespace fix
2017-11-03 09:38:16 +10:30
Ruben Maher
054baf2cbe
awsebcli: unbreak after cement update
...
awsebcli requests that the cement package be exactly at version 2.8.2 and won't
build without it.
2017-11-03 09:38:15 +10:30
Ruben Maher
b686f934c5
awsebcli: 3.10.5 -> 3.11.0
2017-10-13 09:44:25 +10:30
Ruben Maher
b1c4498b41
awsebcli: init at 3.10.5
2017-09-23 08:23:43 +02:00