Closed Bug 1254961 Opened 9 years ago Closed 9 years ago

Update to pip 8.1.0 to pick up require-hashes improvements

Categories

(Tree Management :: Treeherder, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

Attachments

(1 file)

In the case of missing hashes when the requirement was a URL (eg the datasource package in our requirements file), pip 8.0.x printed unhelpful output. I've fixed this in a PR that has been merged and is part of pip 8.1.0: https://github.com/pypa/pip/pull/3496 This bug is to update Travis/Vagrant/Heroku to 8.1.0 (I'm not going to bother about current stage/prod).
Attachment #8728511 - Flags: review?(cdawson)
Opened a PR against the Heroku Python buildpack to update them to 8.1.0 too: https://github.com/heroku/heroku-buildpack-python/pull/284
Comment on attachment 8728511 [details] [review] [treeherder] mozilla:pip-8.1.0 > mozilla:master Pure genius. :)
Attachment #8728511 - Flags: review?(cdawson) → review+
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
My buildpack PR has been merged upstream: https://github.com/heroku/heroku-buildpack-python/commit/6e80c391a824cbf71a6d20da30eb22a5e67acb79 Updated our buildpacks to use it (previously on 724e51b5c7ed3a522abea83083aaddd6a1deee6c): $ heroku buildpacks:set -a treeherder-heroku -i 2 https://github.com/heroku/heroku-buildpac k-python.git#eab957c8c96acf1689ca98368a23940f2fe00e97 Buildpack set. Next release on treeherder-heroku will use: 1. https://github.com/heroku/heroku-buildpack-nodejs.git#v88 2. https://github.com/heroku/heroku-buildpack-python.git#eab957c8c96acf1689ca98368a23940f2fe00e97 Run git push heroku master to create a new release using these buildpacks. $ heroku buildpacks:set -a treeherder-stage -i 2 https://github.com/heroku/heroku-buildpack -python.git#eab957c8c96acf1689ca98368a23940f2fe00e97 Buildpack set. Next release on treeherder-stage will use: 1. https://github.com/heroku/heroku-buildpack-nodejs.git#v88 2. https://github.com/heroku/heroku-buildpack-python.git#eab957c8c96acf1689ca98368a23940f2fe00e97 Run git push heroku master to create a new release using these buildpacks. $ heroku buildpacks:set -a treeherder-prod -i 2 https://github.com/heroku/heroku-buildpack- python.git#eab957c8c96acf1689ca98368a23940f2fe00e97 Buildpack set. Next release on treeherder-prod will use: 1. https://github.com/heroku/heroku-buildpack-nodejs.git#v88 2. https://github.com/heroku/heroku-buildpack-python.git#eab957c8c96acf1689ca98368a23940f2fe00e97 Run git push heroku master to create a new release using these buildpacks.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: