Tim Steinbach
116b2a040d
awscli: 1.18.206 -> 1.18.207
2021-01-01 16:52:09 -05:00
Tim Steinbach
163f19bad8
awscli: 1.18.204 -> 1.18.206
2020-12-30 21:19:14 -05:00
Tim Steinbach
42900ac65d
awscli: 1.18.203 -> 1.18.204
2020-12-29 10:11:56 -05:00
Tim Steinbach
9f371adb3d
awscli: 1.18.202 -> 1.18.203
2020-12-23 17:11:23 -05:00
Tim Steinbach
d14182937d
awscli: 1.18.201 -> 1.18.202
2020-12-23 12:08:27 -05:00
Tim Steinbach
8e3726f3c5
awscli: 1.18.200 -> 1.18.201
2020-12-22 14:27:20 -05:00
Tim Steinbach
b4c59d6ab1
awscli: 1.18.199 -> 1.18.200
2020-12-21 12:48:16 -05:00
Tim Steinbach
fd1cc29974
awscli: 1.18.198 -> 1.18.199
2020-12-18 10:26:39 -05:00
Tim Steinbach
6a42069f9c
awscli: 1.18.197 -> 1.18.198
2020-12-17 08:57:03 -05:00
Tim Steinbach
091583f47c
awscli: 1.18.195 -> 1.18.197
2020-12-16 10:20:34 -05:00
Tim Steinbach
046f8835dc
awscli: 1.18.191 -> 1.18.195
2020-12-14 13:17:12 -05:00
Tim Steinbach
12beaac933
awscli: 1.18.185 -> 1.18.191
2020-12-08 12:33:32 -05:00
Tim Steinbach
4196aa9660
awscli: Add test
2020-11-25 13:00:41 -05:00
Tim Steinbach
360a14dcf0
awscli: 1.18.150 -> 1.18.185
2020-11-25 12:51:04 -05: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
Tim Steinbach
94ce37ecef
awscli: 1.18.138 -> 1.18.150
2020-10-01 09:27:46 -04:00
Tim Steinbach
7f52b1f339
awscli: 1.18.128 -> 1.18.137
2020-09-14 09:11:08 -04:00
Frederik Rietdijk
c9cfb52835
awscli: 1.18.120: 1.18.128
2020-08-30 09:11:02 +02:00
Frederik Rietdijk
7d43898dbd
awscli: 1.18.109 -> 1.18.120
2020-08-17 09:16:11 +02:00
Frederik Rietdijk
742af1b8bc
awscli: 1.18.93 -> 1.18.109
2020-08-04 21:54:59 +02:00
Tim Steinbach
4d9872076c
awscli: 1.18.80 -> 1.18.93
2020-07-06 08:28:09 -04:00
Florian Klink
aa1c7dc77e
awscli: 1.18.74 -> 1.18.80
2020-06-16 19:13:25 +02:00
Frederik Rietdijk
953f66dcc7
awscli: 1.18.56 -> 1.18.74
2020-06-11 10:00:25 +02:00
Frederik Rietdijk
fa58b9ddf8
awscli: 1.17.13 -> 1.18.56
2020-05-11 22:13:16 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk
65dcb3f08f
python: awscli: 1.16.266 -> 1.17.13
...
We force the use of docutils 0.16. If this does not work out, we
can still override the version as this is an application.
2020-02-09 09:17:31 +01:00
Alyssa Ross
76af9e8438
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
...
This reverts commit a1eacb900e
.
Adding dev outputs to python packages means they can't be included in
a Python environment created with python3.withPackages, because
makePythonPath will include the dev output, which is empty apart from
nix-support, rather than the out output, which contains all the Python
code.
2020-01-14 16:00:00 +00:00
Jonathan Ringer
fe058ee1ed
awscli: fix build
2019-12-30 16:46:51 +01:00
Terje Larsen
7a99d1e392
awscli: pin colorama to 0.4.1
...
This is pinned to 0.4.1 in the upstream awscli package.
2019-12-20 14:23:12 +01:00
Benjamin Hipple
d52cfb7661
awscli: remove unnecessary override on python prompt_toolkit
...
This override to the old 1.x version of `prompt_toolkit` appears to be
unnecessary; removing it does not change the hash of `awscli`.
In a follow-up, we could likely remove the RSA override as well, if we're OK
with patching out the `setup.cfg` requirements. This dropped support for some
old modules, but appears to not break API compatibility otherwise:
https://github.com/sybrenstuvel/python-rsa/blob/master/CHANGELOG.md#version-40---released-2018-09-16
2019-12-07 19:17:55 +01:00
Frederik Rietdijk
ba2624412d
awscli: use python3
2019-10-27 16:26:57 +01:00
Frederik Rietdijk
ad90efb0d7
awscli: 1.16.261 -> 1.16.266
2019-10-27 16:26:57 +01:00
Frederik Rietdijk
365098e092
awscli and aws_shell: use the same python version with deps
...
We need this python version with its custom dependencies for aws_shell.
2019-10-18 09:54:04 +02:00
Frederik Rietdijk
b5623ef56f
awscli: 1.16.215 -> 1.16.261
2019-10-18 09:54:04 +02:00
Vladimír Čunát
a1eacb900e
Re-revert "awscli: Get rid of runtime -dev dependencies"
...
This reverts commit afd04a49ed
.
Moved from master to staging.
2019-09-24 08:15:26 +02:00
Andrew Childs
e60f51e9b4
botocore, boto3, awscli: 1.12.160->1.12.205, 1.9.160->1.9.205, 1.16.170->1.16.215
2019-08-18 11:48:39 +02:00
Frederik Rietdijk
3d00d8e4ee
pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
...
Temporary attribute until we can get rid of it everywhere.
This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
Wael Nasreddine
784efe7816
awscli: fix the tests by patching pyyaml ( #65134 )
...
The checkPhase of the pyyaml dependency of awscli was failing due to running the tests with a newer version of libyaml.
2019-07-20 00:14:05 -07:00
Wael Nasreddine
8965de1199
awscli: fix the build by disabling pyyaml tests ( #65119 )
2019-07-19 20:15:11 -07:00
Joel Thompson
49ddc4e6c6
botocore, boto3, awscli: 1.12.152->1.12.160, 1.9.152->1.9.160, 1.16.162->1.16.170
2019-06-04 15:24:36 -04:00
PsyanticY
9ceb3e15fa
awscli: 1.16.106 -> 1.16.162
2019-05-21 12:17:05 -07:00
Robert Schütz
be744b3254
awscli: pin pyyaml to 3.13
...
Upstream requires
PyYAML>=3.10,<=3.13
2019-04-03 16:46:52 +02:00
Frederik Rietdijk
a88c739b58
awscli: 1.16.104 -> 1.16.106
2019-02-17 14:40:57 +01:00
Frederik Rietdijk
6da810586d
awscli: 1.16.90 -> 1.16.104
2019-02-17 14:40:51 +01:00
Robert Schütz
f87b6077a3
awscli: 1.16.89 -> 1.16.90
2019-01-18 09:37:10 +01:00
Tim Steinbach
80a140c799
awscli: 1.16.72 -> 1.16.89
2019-01-16 09:52:59 -05:00
Dan Peebles
828547556e
botocore: 1.12.48 -> 1.12.62
...
boto3: 1.9.36 -> 1.9.62
awscli: 1.16.72
I update all three of these at a time because they rely on each other
and get annoyed when such changes are non-atomic. Also added a note to
the packages telling people that this is needed. I tested awscli and the
libraries against a real account.
2018-12-10 16:19:05 -05:00
Frederik Rietdijk
6e62e48521
awscli: fix build
2018-12-03 16:50:40 +01:00
Frederik Rietdijk
32492d9189
Python: fix botocore/boto3/awscli mess
...
Revert "pythonPackages.boto3: 1.7.84 -> 1.8.4"
This reverts commit 06b37899300e0800e7a0ea632fcb5bf0f291e003.
Revert "python: botocore: 1.11.1 -> 1.11.4"
This reverts commit 3b0242d4c014a440b8c1c58cae812dc84496cc95.
Revert "python: botocore: 1.10.75 -> 1.11.1"
This reverts commit 996fd79967
.
Revert "awscli: 1.16.1 -> 1.16.4"
This reverts commit 4880df9078bf024fd5a98afa8c6f28833e13f3d3.
Revert "awscli: 1.15.66 -> 1.16.1"
This reverts commit 6923bc8d23
.
awscli: fix build
pythonPackages.botocore: 1.10.75 -> 1.10.84
2018-09-01 10:41:37 +02:00
Frederik Rietdijk
cded4f2cf9
awscli: 1.16.1 -> 1.16.4
2018-09-01 10:41:37 +02:00