Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BC1F7200B76 for ; Tue, 30 Aug 2016 22:51:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BA6CA160ABA; Tue, 30 Aug 2016 20:51:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0C6AF160AAF for ; Tue, 30 Aug 2016 22:51:02 +0200 (CEST) Received: (qmail 42775 invoked by uid 500); 30 Aug 2016 20:51:02 -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 42764 invoked by uid 99); 30 Aug 2016 20:51:02 -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; Tue, 30 Aug 2016 20:51:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E78C4E0159; Tue, 30 Aug 2016 20:51:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: serb@apache.org To: commits@aurora.apache.org Message-Id: <6fbb01ff34334325a0c8756f7fd9aa82@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: aurora git commit: Update 3dparty Python dependencies Date: Tue, 30 Aug 2016 20:51:01 +0000 (UTC) archived-at: Tue, 30 Aug 2016 20:51:03 -0000 Repository: aurora Updated Branches: refs/heads/master 64a3e051e -> 65d63132c Update 3dparty Python dependencies I have skimmed the changelogs and there does not seem to be anything worth calling out in particular. Full changelogs: * https://github.com/cherrypy/cherrypy/blob/v5.6.0/CHANGES.txt * http://docs.makotemplates.org/en/latest/changelog.html * https://github.com/pantsbuild/pex/blob/v1.1.14/CHANGES.rst * https://github.com/giampaolo/psutil/blob/release-4.3.0/HISTORY.rst * https://github.com/requests/requests-kerberos/blob/v0.10.0/HISTORY.rst * https://github.com/kennethreitz/requests/blob/v2.11.1/HISTORY.rst I have skipped the following updates for now: * bottle: has a conflicting requirement in common * mock: it leads to some test failures * thrift: I didn't dare to touch that Reviewed at https://reviews.apache.org/r/51499/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/65d63132 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/65d63132 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/65d63132 Branch: refs/heads/master Commit: 65d63132c8242f929c9cc6f073ffab8663703675 Parents: 64a3e05 Author: Stephan Erb Authored: Tue Aug 30 22:48:22 2016 +0200 Committer: Stephan Erb Committed: Tue Aug 30 22:48:22 2016 +0200 ---------------------------------------------------------------------- 3rdparty/python/requirements.txt | 48 +++++++++++++++++------------------ 1 file changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/65d63132/3rdparty/python/requirements.txt ---------------------------------------------------------------------- diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index 5cc3cb1..1d587cf 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -14,34 +14,34 @@ # NB: mesos requirements are defined in our sibling BUILD file. bottle==0.11.6 -CherryPy==3.6.0 +CherryPy==5.6.0 enum34==1.1.6 -mako==0.4.0 +mako==1.0.4 mock==1.0.1 mox==0.5.3 -pex==1.1.2 +pex==1.1.14 protobuf==2.6.1 -psutil==3.2.2 +psutil==4.3.0 pystachio==0.8.1 -requests==2.7.0 -requests-kerberos==0.7.0 +requests==2.11.1 +requests-kerberos==0.10.0 subprocess32==3.2.7 thrift==0.9.1 -twitter.common.app==0.3.3 -twitter.common.collections==0.3.3 -twitter.common.concurrent==0.3.3 -twitter.common.contextutil==0.3.3 -twitter.common.decorators==0.3.3 -twitter.common.dirutil==0.3.3 -twitter.common.exceptions==0.3.3 -twitter.common.http==0.3.3 -twitter.common.lang==0.3.3 -twitter.common.log==0.3.3 -twitter.common.metrics==0.3.3 -twitter.common.options==0.3.3 -twitter.common.process==0.3.3 -twitter.common.quantity==0.3.3 -twitter.common.recordio==0.3.3 -twitter.common.string==0.3.3 -twitter.common.testing==0.3.3 -twitter.common.zookeeper==0.3.3 +twitter.common.app==0.3.7 +twitter.common.collections==0.3.7 +twitter.common.concurrent==0.3.7 +twitter.common.contextutil==0.3.7 +twitter.common.decorators==0.3.7 +twitter.common.dirutil==0.3.7 +twitter.common.exceptions==0.3.7 +twitter.common.http==0.3.7 +twitter.common.lang==0.3.7 +twitter.common.log==0.3.7 +twitter.common.metrics==0.3.7 +twitter.common.options==0.3.7 +twitter.common.process==0.3.7 +twitter.common.quantity==0.3.7 +twitter.common.recordio==0.3.7 +twitter.common.string==0.3.7 +twitter.common.testing==0.3.7 +twitter.common.zookeeper==0.3.7