Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies to latest (pex 1.2.9) #41

Merged
merged 1 commit into from
Aug 22, 2017

Conversation

evanj
Copy link
Contributor

@evanj evanj commented Aug 21, 2017

The latest version of pex fixes an issue with sys.path order that
caused pex_binary outputs that depended on six to find the system
version on Mac OS X instead of the version bundled in the pex. While
upgrading Pex, I upgraded all the other dependencies. This also
required changing TravisCI to only test Bazel 0.5.3, since the
latest Skydoc rules depends on a more recent version of Bazel.

bazelbuild/rules_sass: 0.0.1 -> 0.0.2
bazelbuild/skydoc: 0.0.5 -> 0.1.3

pytest 3.0.2 -> 3.2.1 (now requires setuptools)
py 1.4.31 -> 1.4.34
setuptools 20.10.1 -> 33.1.1 (latest that works with pip)
pex 1.1.14 -> 1.2.9
requests 2.11.1 -> 2.18.4
urllib3 1.22 (needed by requests)
idna 2.6 (needed by requests)
certifi 2017.7.27.1 (needed by requests)
chardet 3.0.4 (needed by requests)
virtualenv 15.0.2 -> 15.1.0

The latest version of pex fixes an issue with sys.path order that
caused pex_binary outputs that depended on six to find the system
version on Mac OS X instead of the version bundled in the pex. While
upgrading Pex, I upgraded all the other dependencies. This also
required changing TravisCI to only test Bazel 0.5.3, since the
latest Skydoc rules depends on a more recent version of Bazel.

bazelbuild/rules_sass: 0.0.1 -> 0.0.2
bazelbuild/skydoc: 0.0.5 -> 0.1.3

pytest 3.0.2 -> 3.2.1 (now requires setuptools)
py 1.4.31 -> 1.4.34
setuptools 20.10.1 -> 33.1.1 (latest that works with pip)
pex 1.1.14 -> 1.2.9
requests 2.11.1 -> 2.18.4
urllib3 1.22 (needed by requests)
idna 2.6 (needed by requests)
certifi 2017.7.27.1 (needed by requests)
chardet 3.0.4 (needed by requests)
virtualenv 15.0.2 -> 15.1.0

attempt travis using version 0.5.3

fix path

add back old bazel versions

fix BAZEL_VERSION
@evanj evanj force-pushed the update-dependencies branch from 9be2230 to 44d52f0 Compare August 21, 2017 19:27
@evanj
Copy link
Contributor Author

evanj commented Aug 21, 2017

Force pushed a version that only tests a recent version of Bazel, in order to get the recent Skydoc rules to work.

@benley benley merged commit 1c35d01 into benley:master Aug 22, 2017
@benley
Copy link
Owner

benley commented Aug 22, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants