Repository: aurora Updated Branches: refs/heads/master c595228af -> b25ab8745
Upgrade to pants 0.0.67. The CHANGELOG can be read here: http://pantsbuild.github.io/changelog.html Of note for aurora is an upgrade to pex 1.1.2 which improves artifact resolution times. Testing Done: Locally green: `./build-support/jenkins/build.sh` Reviewed at https://reviews.apache.org/r/42080/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/b25ab874 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/b25ab874 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/b25ab874 Branch: refs/heads/master Commit: b25ab87458c478efb5e2486dee79a47823554193 Parents: c595228 Author: John Sirois <[email protected]> Authored: Fri Jan 8 12:42:16 2016 -0700 Committer: John Sirois <[email protected]> Committed: Fri Jan 8 12:42:16 2016 -0700 ---------------------------------------------------------------------- 3rdparty/python/requirements.txt | 2 +- pants.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/b25ab874/3rdparty/python/requirements.txt ---------------------------------------------------------------------- diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index 8c72880..666c4ae 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -18,7 +18,7 @@ CherryPy==3.6.0 mako==0.4.0 mock==1.0.1 mox==0.5.3 -pex==1.1.1 +pex==1.1.2 protobuf==2.6.1 psutil==3.2.2 pystachio==0.8.0 http://git-wip-us.apache.org/repos/asf/aurora/blob/b25ab874/pants.ini ---------------------------------------------------------------------- diff --git a/pants.ini b/pants.ini index 3893234..a5fbfba 100644 --- a/pants.ini +++ b/pants.ini @@ -12,7 +12,7 @@ # limitations under the License. [DEFAULT] -pants_version: 0.0.66 +pants_version: 0.0.67 plugins: [ 'pantsbuild.pants.contrib.python.checks==%(pants_version)s',
