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 pip piptools #2935

Merged
merged 35 commits into from
Oct 8, 2018
Merged

Update pip piptools #2935

merged 35 commits into from
Oct 8, 2018

Conversation

techalchemy
Copy link
Member

Update vendored dependencies, updae pip, update piptools, fix all tests, fixx all broken patches, prep for release.

In addition I manually tested the resolver against the following outstanding resolution issues given the nondeterministic nature in the previous release -- this should be a substantial improvement.

Remaining changes should focus on VCS dependencies (see #1393)

Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
- Verified all license changes
- Brings us current with the latest releases
- Didn't identify any breaking changes in click

Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
- Fix invocation of vcs hash retrieval
- Add error handling for pip url retrieval

Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
- Fixes 2678

Signed-off-by: Dan Ryan <dan@danryan.co>
- Fixes #2499
- Fixes #2529
- Fixes #2589
- Fixes #2666
- Fixes #2767
- Fixes #2785
- Fixes #2795
- Fixes #2801
- Fixes #2802
- Fixes #2824
- Fixes #2862
- Fixes #2867
- Fixes #2879
- Fixes #2880
- Fixes #2894
- Fixes #2902
- Fixes #2924

Signed-off-by: Dan Ryan <dan@danryan.co>
@techalchemy techalchemy added Type: Enhancement 💡 This is a feature or enhancement request. Category: Dependency Resolution Issue relates to dependency resolution. Category: Tests Relates to tests. Type: Vendored Dependencies This issue affects vendored dependencies within pipenv. labels Oct 7, 2018
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
@yoonjechoi
Copy link

When will a new version that contains this pull request be release?
When will it be released to pypi, too?

@gsemet
Copy link
Contributor

gsemet commented Oct 8, 2018

You need to freeze to pip 18.0 for the time being.

@yoonjechoi
Copy link

yoonjechoi commented Oct 9, 2018

FYI. How to work around ( use pip 18.0 )
If you're using pip 18.1, install 18.0 with following command.
pip install --upgrade pip==18.0

@techalchemy
Copy link
Member Author

We will be updating on pypi tonight or tomorrow (I have a small UI change that will need Kenneth to sign off on)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment