You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2014/10/24 22:24:43 UTC

git commit: Upgrade psutil to 2.1.3

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 53f4e73e2 -> 5be667ff0


Upgrade psutil to 2.1.3

Testing Done:
e2e tests and on OS X 10.10 and from within the vagrant image:

Bugs closed: AURORA-627

Reviewed at https://reviews.apache.org/r/27129/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/5be667ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/5be667ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/5be667ff

Branch: refs/heads/master
Commit: 5be667ff0a604f1cb9965f3cae920aef05ed3436
Parents: 53f4e73
Author: Joe Smith <ya...@gmail.com>
Authored: Fri Oct 24 13:24:04 2014 -0700
Committer: Kevin Sweeney <ke...@apache.org>
Committed: Fri Oct 24 13:24:04 2014 -0700

----------------------------------------------------------------------
 3rdparty/python/BUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/5be667ff/3rdparty/python/BUILD
----------------------------------------------------------------------
diff --git a/3rdparty/python/BUILD b/3rdparty/python/BUILD
index 4493bf1..76d0bc5 100644
--- a/3rdparty/python/BUILD
+++ b/3rdparty/python/BUILD
@@ -38,7 +38,7 @@ make_link('mesos.interface', MESOS_VERSION)
 make_link('mesos.native', MESOS_VERSION)
 make_link('mock', '1.0.1')
 make_link('mox', '0.5.3')
-make_link('psutil', '2.1.1')
+make_link('psutil', '2.1.3')
 make_link('pystachio', '0.7.2')
 make_link('pyyaml', '3.10')
 make_link('requests', '2.3.0')