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 <[email protected]> Authored: Tue Aug 30 22:48:22 2016 +0200 Committer: Stephan Erb <[email protected]> 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
