Merge pull request #101962 from benley/aws-google-auth

aws-google-auth: 0.0.34 -> 0.0.36
This commit is contained in:
Mario Rodas 2020-10-28 20:31:56 -05:00 committed by GitHub
commit b8e8c7d5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
, beautifulsoup4 , beautifulsoup4
, boto3 , boto3
, configparser , configparser
, filelock
, keyring , keyring
, keyrings-alt , keyrings-alt
, lxml , lxml
@ -19,7 +20,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "aws-google-auth"; pname = "aws-google-auth";
version = "0.0.34"; version = "0.0.36";
# Pypi doesn't ship the tests, so we fetch directly from GitHub # Pypi doesn't ship the tests, so we fetch directly from GitHub
# https://github.com/cevoaustralia/aws-google-auth/issues/120 # https://github.com/cevoaustralia/aws-google-auth/issues/120
@ -27,13 +28,14 @@ buildPythonApplication rec {
owner = "cevoaustralia"; owner = "cevoaustralia";
repo = "aws-google-auth"; repo = "aws-google-auth";
rev = version; rev = version;
sha256 = "12c5ssdy870szrizhs4d7dzcpq3hvszjvl8ba60qf1ak5jsr1ay4"; sha256 = "099r020v33sij2b3816cjp4fpy35c886l559szfxqx6kgy19y9z7";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
beautifulsoup4 beautifulsoup4
boto3 boto3
configparser configparser
filelock
keyring keyring
keyrings-alt keyrings-alt
lxml lxml
@ -43,10 +45,10 @@ buildPythonApplication rec {
tabulate tabulate
tzlocal tzlocal
] ++ lib.optional withU2F python-u2flib-host; ] ++ lib.optional withU2F python-u2flib-host;
checkInputs = [ checkInputs = [
mock mock
nose nose
]; ];
preCheck = '' preCheck = ''