3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

33 commits

Author SHA1 Message Date
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