Repository: aurora Updated Branches: refs/heads/master 56d13b50c -> fab6637aa
Upgrade to requests-kerberos 0.7.0. Upstream changelog: 0.7.0: 2015-05-04 * Added Windows native authentication support by adding kerberos-sspi as an alternative backend. * Prevent infinite recursion when a server returns 401 to an authorization attempt. * Reduce the logging during successful responses. Testing Done: e2e test run pending Bugs closed: AURORA-1346 Reviewed at https://reviews.apache.org/r/35274/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/fab6637a Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/fab6637a Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/fab6637a Branch: refs/heads/master Commit: fab6637aac49cc512907df7319ffeb1c30a8bda9 Parents: 56d13b5 Author: Kevin Sweeney <[email protected]> Authored: Wed Jun 10 11:00:08 2015 -0700 Committer: Kevin Sweeney <[email protected]> Committed: Wed Jun 10 11:00:30 2015 -0700 ---------------------------------------------------------------------- 3rdparty/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/fab6637a/3rdparty/python/requirements.txt ---------------------------------------------------------------------- diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index 439554d..4421746 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -10,7 +10,7 @@ protobuf==2.6.1 psutil==2.1.3 pystachio==0.8.0 requests==2.3.0 -requests-kerberos==0.6.1 +requests-kerberos==0.7.0 thrift==0.9.1 twitter.common.app==0.3.3 twitter.common.collections==0.3.3
