Roll src/tools/swarming_client/ 42721e128..72b6a2dc6 (12 commits)

Also switch DEPS to use new repo URL (infra/luci/client-py).

https://chromium.googlesource.com/infra/luci/client-py.git/+log/42721e128da7..72b6a2dc6046

$ git log 42721e128..72b6a2dc6 --date=short --no-merges --format='%ad %ae %s'
2017-08-29 maruel swarming: Add support for native Win10 symlink
2017-08-25 maruel swarming: Work around lack of symlink support on Windows
2017-08-25 maruel swarming: log an error when enabling symlink privilege fails.
2017-08-25 maruel swarming: Fix fs.islink() on Windows
2017-08-22 aludwin Enable digest check in FetchStreamVerifier
2017-08-17 maruel Fix junk printed due to 91c1b919c91e.
2017-08-17 aludwin Log bad .isolated file on parse error
2017-08-17 vadimsh Log error responses with HTTP codes >400.
2017-08-17 maruel Fix run_on_bots.py; it was severely broken.
2017-08-14 vadimsh Use 'service_account' instead of 'service_account_token' in swarming.py.
2017-08-16 aludwin Fix crash when no gRPC options used
2017-08-15 aludwin Make FetchStreamVerifier check digests as well as sizes

Created with:
  roll-dep src/tools/swarming_client

BUG=759940
[email protected]

Change-Id: I1b5358b1162c2aec8c9aa27143d7c5eb50a37ade
Reviewed-on: https://chromium-review.googlesource.com/642011
Reviewed-by: Marc-Antoine Ruel <[email protected]>
Commit-Queue: Vadim Shtayura <[email protected]>
Cr-Commit-Position: refs/heads/master@{#498228}
diff --git a/DEPS b/DEPS
index 78a170a..45b2853 100644
--- a/DEPS
+++ b/DEPS
@@ -48,7 +48,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling swarming_client
   # and whatever else without interference from each other.
-  'swarming_revision': '42721e128da760b345ab60d7cf34e300269112d7',
+  'swarming_revision': '72b6a2dc604673b84794937cb3da3fd755ccc4cd',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling ANGLE
   # and whatever else without interference from each other.
@@ -172,7 +172,7 @@
     Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
 
   'src/tools/swarming_client':
-    Var('chromium_git') + '/external/swarming.client.git' + '@' +  Var('swarming_revision'),
+    Var('chromium_git') + '/infra/luci/client-py.git' + '@' +  Var('swarming_revision'),
 
   'src/v8':
     Var('chromium_git') + '/v8/v8.git' + '@' +  Var('v8_revision'),