lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 996fd7996713cdedc7e128d9930432c79d637f69.

Revert "awscli: 1.16.1 -> 1.16.4"

This reverts commit 4880df9078bf024fd5a98afa8c6f28833e13f3d3.

Revert "awscli: 1.15.66 -> 1.16.1"

This reverts commit 6923bc8d23e2735708492da627a378de5a53c218.

awscli: fix build

pythonPackages.botocore: 1.10.75 -> 1.10.84

authored by

Frederik Rietdijk and committed by
Frederik Rietdijk
32492d91 f823ca57

+11 -13
+2 -2
pkgs/development/python-modules/boto3/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "boto3"; 16 - version = "1.8.4"; 16 + version = "1.7.84"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "boto"; 20 20 repo = "boto3"; 21 21 rev = version; 22 - sha256 = "1ja71r7xsijfy0qqqqxanhhg5fk4ad0mgvxyjg7ag0z3z04s1169"; 22 + sha256 = "0d9kqjqmnn53p1xpmdbbjxcxv2482yx3vjhxw8izp0mpq58i5c14"; 23 23 }; 24 24 25 25 propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];
+2 -4
pkgs/development/python-modules/botocore/default.nix
··· 7 7 , simplejson 8 8 , mock 9 9 , nose 10 - , urllib3 11 10 }: 12 11 13 12 buildPythonPackage rec { 14 13 pname = "botocore"; 15 - version = "1.11.4"; 14 + version = "1.10.84"; 16 15 17 16 src = fetchPypi { 18 17 inherit pname version; 19 - sha256 = "284f25a67fa3470314ce78a53e57df8591549652ae31dce1097acefec195b694"; 18 + sha256 = "d3e4b5a2c903ea30d19d41ea2f65d0e51dce54f4f4c4dfd6ecd7b04f240844a8"; 20 19 }; 21 20 22 21 propagatedBuildInputs = [ ··· 25 24 docutils 26 25 ordereddict 27 26 simplejson 28 - urllib3 29 27 ]; 30 28 31 29 checkInputs = [ mock nose ];
+7 -7
pkgs/tools/admin/awscli/default.nix
··· 19 19 20 20 in py.pkgs.buildPythonApplication rec { 21 21 pname = "awscli"; 22 - version = "1.16.4"; 22 + version = "1.15.66"; 23 23 24 24 src = py.pkgs.fetchPypi { 25 25 inherit pname version; 26 - sha256 = "036cad15f7a551f3d1281b305deb04c6cf05aa3c23fa6d2bba7a0dc4eb5256de"; 26 + sha256 = "004fbd3bb8932465205675a7de94460b5c2d45ddd6916138a2c867e4d0f2a4c4"; 27 27 }; 28 28 29 29 # No tests included ··· 42 42 less 43 43 ]; 44 44 45 - # postPatch = '' 46 - # for i in {py,cfg}; do 47 - # substituteInPlace setup.$i --replace "botocore==1.10.10" "botocore>=1.10.9,<=1.11" 48 - # done 49 - # ''; 45 + postPatch = '' 46 + for i in {py,cfg}; do 47 + substituteInPlace setup.$i --replace "botocore==1.10.65" "botocore>=1.10.9,<=1.11" 48 + done 49 + ''; 50 50 51 51 postInstall = '' 52 52 mkdir -p $out/etc/bash_completion.d