You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2018/07/11 10:27:07 UTC

[2/2] mesos git commit: Updated Python virtual environment dependencies.

Updated Python virtual environment dependencies.

Fixes the error message when running support/build-virtualenv:
`npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none
is installed. You must install peer dependencies yourself.`.

Updates the PyInstaller dependency due to issues with PyInstaller
3.1.1 and Python 3.6.

Review: https://reviews.apache.org/r/67856/


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

Branch: refs/heads/master
Commit: 14c68199cb0a35c8f5dc77472ba483a73ae88653
Parents: 1cc7054
Author: Armand Grillet <ag...@mesosphere.io>
Authored: Wed Jul 11 12:22:00 2018 +0200
Committer: Benjamin Bannier <bb...@apache.org>
Committed: Wed Jul 11 12:22:00 2018 +0200

----------------------------------------------------------------------
 src/python/cli_new/pip-requirements.txt | 6 +++---
 support/build-virtualenv                | 2 +-
 support/pip-requirements.txt            | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/14c68199/src/python/cli_new/pip-requirements.txt
----------------------------------------------------------------------
diff --git a/src/python/cli_new/pip-requirements.txt b/src/python/cli_new/pip-requirements.txt
index aeb0233..8645912 100644
--- a/src/python/cli_new/pip-requirements.txt
+++ b/src/python/cli_new/pip-requirements.txt
@@ -1,4 +1,4 @@
-astroid==1.4.8
+astroid==1.6.5
 backports.functools-lru-cache==1.2.1
 configparser==3.5.0
 docopt==0.6.2
@@ -8,9 +8,9 @@ lazy-object-proxy==1.2.2
 mccabe==0.5.2
 parse==1.8.0
 Pygments==2.1.3
-PyInstaller==3.1.1
+PyInstaller==3.3.1
 six==1.10.0
 termcolor==1.1.0
 toml==0.9.2
-tox==3.0.0
+tox==3.1.0
 wrapt==1.10.8

http://git-wip-us.apache.org/repos/asf/mesos/blob/14c68199/support/build-virtualenv
----------------------------------------------------------------------
diff --git a/support/build-virtualenv b/support/build-virtualenv
index b47f730..b8dc1d9 100755
--- a/support/build-virtualenv
+++ b/support/build-virtualenv
@@ -98,5 +98,5 @@ deactivate
 source ${VIRTUALENV_DIRECTORY}/bin/activate
 
 # Install the JavaScript linter in the virtual environment.
-npm install -g eslint@4.6.1
+npm install -g eslint@5.1.0
 deactivate

http://git-wip-us.apache.org/repos/asf/mesos/blob/14c68199/support/pip-requirements.txt
----------------------------------------------------------------------
diff --git a/support/pip-requirements.txt b/support/pip-requirements.txt
index 5877ad2..89c2de2 100644
--- a/support/pip-requirements.txt
+++ b/support/pip-requirements.txt
@@ -1,2 +1,2 @@
-nodeenv==1.1.2
-pylint==1.6.4
+nodeenv==1.3.1
+pylint==1.9.2