awscli, boto{core,3}: update to 1.11.30, 1.4.87, and 1.4.2, respectively

These packages like being updated together which is why I put all three
of them into the same commit.
This commit is contained in:
Dan Peebles 2016-12-16 12:38:44 -05:00
parent e5cefadef7
commit 1eb9fe3696

View file

@ -1488,13 +1488,13 @@ in {
awscli = buildPythonPackage rec {
name = "awscli-${version}";
version = "1.11.10";
version = "1.11.30";
namePrefix = "";
src = pkgs.fetchurl {
url = "mirror://pypi/a/awscli/${name}.tar.gz";
sha256 = "174lfpai5cga1ml2bwswjil6h544m57js9ki7hqkr9gdbpa8pyrk";
sha256 = "07km02wnjbaf745cs8j6zlwk9c2561l82zvr23a6d3qzs8wwxicf";
};
# No tests included
@ -1508,6 +1508,7 @@ in {
colorama_3_3
docutils
rsa
pyyaml
pkgs.groff
pkgs.less
];
@ -2990,13 +2991,13 @@ in {
boto3 = buildPythonPackage rec {
name = "boto3-${version}";
version = "1.4.1";
version = "1.4.2";
src = pkgs.fetchFromGitHub {
owner = "boto";
repo = "boto3";
rev = version;
sha256 = "19ij6cs2n3p5fgipbrq1dybq2sjjvlhg9n5a5sv9wi95x9wqi5wb";
sha256 = "19hzxqr7ba07b3zg2wsrz6ic3g7pq50rrcp4616flfgny5vw42j3";
};
propagatedBuildInputs = [ self.botocore self.jmespath self.s3transfer ] ++
@ -3027,12 +3028,12 @@ in {
};
botocore = buildPythonPackage rec {
version = "1.4.67"; # This version is required by awscli
version = "1.4.87"; # This version is required by awscli
name = "botocore-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/b/botocore/${name}.tar.gz";
sha256 = "15fh3ng33mcbhm76pk9qqglf342qj471gfcqxv0nrl9f8sn3v60q";
sha256 = "0fga1zjffsn2h50hbw7s4lcv6zwz5dcjgvjncl5y392mhivlrika";
};
propagatedBuildInputs =