You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by js...@apache.org on 2016/03/09 21:10:02 UTC

aurora git commit: Upgrade pants to 0.0.75.

Repository: aurora
Updated Branches:
  refs/heads/master 3512cbb98 -> bde0daa24


Upgrade pants to 0.0.75.

The only Aurora-impacting change is faster pythonstyle checks.
See the CHANGELOG here: http://pantsbuild.github.io/changelog.html.

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


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

Branch: refs/heads/master
Commit: bde0daa247377f553de51dcba773a395abe27bc5
Parents: 3512cbb
Author: John Sirois <js...@apache.org>
Authored: Wed Mar 9 13:10:30 2016 -0700
Committer: John Sirois <jo...@gmail.com>
Committed: Wed Mar 9 13:10:30 2016 -0700

----------------------------------------------------------------------
 pants.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/bde0daa2/pants.ini
----------------------------------------------------------------------
diff --git a/pants.ini b/pants.ini
index 97bc327..b1a42d1 100644
--- a/pants.ini
+++ b/pants.ini
@@ -12,7 +12,7 @@
 # limitations under the License.
 
 [DEFAULT]
-pants_version: 0.0.71
+pants_version: 0.0.75
 
 plugins: [
     'pantsbuild.pants.contrib.python.checks==%(pants_version)s',