Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C60F017FA7 for ; Mon, 18 May 2015 20:35:40 +0000 (UTC) Received: (qmail 93904 invoked by uid 500); 18 May 2015 20:35:40 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 93866 invoked by uid 500); 18 May 2015 20:35:40 -0000 Mailing-List: contact commits-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list commits@aurora.apache.org Received: (qmail 93849 invoked by uid 99); 18 May 2015 20:35:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 20:35:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7799EE0991; Mon, 18 May 2015 20:35:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kevints@apache.org To: commits@aurora.apache.org Message-Id: <75cf5c18d45c43f9821cc4714a42ac63@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: aurora git commit: Upgrade pants to 0.0.32 Date: Mon, 18 May 2015 20:35:40 +0000 (UTC) Repository: aurora Updated Branches: refs/heads/master 209ab932e -> 16c990f59 Upgrade pants to 0.0.32 Testing Done: ./pants test.pytest --no-fast src/test/python:all ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh Bugs closed: AURORA-1267 Reviewed at https://reviews.apache.org/r/34307/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/16c990f5 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/16c990f5 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/16c990f5 Branch: refs/heads/master Commit: 16c990f59131b7d468e5c8005f1a149c0a7d81b8 Parents: 209ab93 Author: Kevin Sweeney Authored: Mon May 18 13:34:20 2015 -0700 Committer: Kevin Sweeney Committed: Mon May 18 13:34:20 2015 -0700 ---------------------------------------------------------------------- .pantsversion | 2 +- build-support/pants_requirements.txt | 35 ++++++++++++++----------------- pants.ini | 11 +++------- 3 files changed, 20 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/16c990f5/.pantsversion ---------------------------------------------------------------------- diff --git a/.pantsversion b/.pantsversion index 1fe6958..78bae5b 100644 --- a/.pantsversion +++ b/.pantsversion @@ -1 +1 @@ -0.0.28 +0.0.32 http://git-wip-us.apache.org/repos/asf/aurora/blob/16c990f5/build-support/pants_requirements.txt ---------------------------------------------------------------------- diff --git a/build-support/pants_requirements.txt b/build-support/pants_requirements.txt index 0c20aaf..fad8da5 100644 --- a/build-support/pants_requirements.txt +++ b/build-support/pants_requirements.txt @@ -2,32 +2,29 @@ # This file is generated automatically. Do not modify it manually! Instead it # can be updated by running ./build-support/python/update-pants-requirements. # -Markdown==2.1.1 -Pygments==1.4 ansicolors==1.0.2 cov-core==1.15.0 coverage==3.7.1 docutils==0.12 lockfile==0.10.2 -pantsbuild.pants==0.0.28 -pex==0.8.4 +Markdown==2.1.1 +pantsbuild.pants==0.0.32 +pex==0.8.6 psutil==1.1.3 -py==1.4.26 +py==1.4.27 +Pygments==1.4 pystache==0.5.3 pytest==2.6.4 pytest-cov==1.8.1 -requests==2.3.0 +requests==2.5.3 six==1.8.0 -twitter.common.collections==0.3.2 -twitter.common.config==0.3.2 -twitter.common.confluence==0.3.2 -twitter.common.contextutil==0.3.2 -twitter.common.decorators==0.3.2 -twitter.common.dirutil==0.3.2 -twitter.common.lang==0.3.2 -twitter.common.log==0.3.2 -twitter.common.options==0.3.2 -twitter.common.process==0.3.2 -twitter.common.string==0.3.2 -twitter.common.threading==0.3.2 -twitter.common.util==0.3.2 +twitter.common.collections==0.3.3 +twitter.common.config==0.3.3 +twitter.common.confluence==0.3.3 +twitter.common.contextutil==0.3.3 +twitter.common.dirutil==0.3.3 +twitter.common.lang==0.3.3 +twitter.common.log==0.3.3 +twitter.common.options==0.3.3 +twitter.common.threading==0.3.3 +twitter.common.util==0.3.3 http://git-wip-us.apache.org/repos/asf/aurora/blob/16c990f5/pants.ini ---------------------------------------------------------------------- diff --git a/pants.ini b/pants.ini index 99648e4..dd4ba66 100644 --- a/pants.ini +++ b/pants.ini @@ -40,7 +40,7 @@ bootstrap_buildfiles: [ ] -[thrift-gen] +[gen.thrift] workdir: %(thrift_workdir)s supportdir: bin/thrift strict: False @@ -62,7 +62,7 @@ python: { } -[ide] +[idea] workdir: %(pants_workdir)s/ide classes_conf: default sources_conf: sources @@ -86,9 +86,4 @@ setuptools_version: 2.2 [python-repos] repos: ['third_party/'] -indices: ['https://pypi.python.org/simple/'] - - -[python-ipython] -entry_point: IPython:start_ipython -requirements: ['ipython==1.0.0'] +indexes: ['https://pypi.python.org/simple/']