Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0d97ef510bdc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c857a24d2e08
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 24, 2020

  1. aws-sam-cli: 0.34.0 -> 0.40.0

    lo1tuma authored and Jon committed Jan 24, 2020
    Copy the full SHA
    c857a24 View commit details
Showing with 25 additions and 2 deletions.
  1. +25 −2 pkgs/development/tools/aws-sam-cli/default.nix
27 changes: 25 additions & 2 deletions pkgs/development/tools/aws-sam-cli/default.nix
Original file line number Diff line number Diff line change
@@ -24,6 +24,29 @@ let
doCheck = false;
});

cookiecutter = super.cookiecutter.overridePythonAttrs (oldAttrs: rec {
version = "1.6.0";
src = oldAttrs.src.override {
inherit version;
sha256 = "0glsvaz8igi2wy1hsnhm9fkn6560vdvdixzvkq6dn20z3hpaa5hk";
};
});

boto3 = super.boto3.overridePythonAttrs (oldAttrs: rec {
version = "1.10.50";
src = oldAttrs.src.override {
inherit version;
sha256 = "199nr61ivm4bychn3rxyzzyca5f8wlwags3s43rdv9yn048xa02w";
};
});

botocore = super.botocore.overridePythonAttrs (oldAttrs: rec {
version = "1.13.50";
src = oldAttrs.src.override {
inherit version;
sha256 = "1m3lbi13d9gcp6wfhv0pkwg8akasxlhv49y34ybj74ppgximqnkn";
};
});
};
};

@@ -33,11 +56,11 @@ with py.pkgs;

buildPythonApplication rec {
pname = "aws-sam-cli";
version = "0.34.0";
version = "0.40.0";

src = fetchPypi {
inherit pname version;
sha256 = "1ndgcbd6zr23lvmqn4wikgvnlwl0gj0wgyawaspwm3b0jlvxadik";
sha256 = "1vlg5fdkq5xr4v3a86gyxbbrx4rzdspbv62ki7q8yq8xdja1qz05";
};

# Tests are not included in the PyPI package