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

Fix marker parsing and grouping during resolution #2384

Merged
merged 10 commits into from
Jun 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Defaults people to autocrlf if they dont have it set
* text=auto

# binaries
*.png
*.jpg
*.tar.gz
*.zip
*.whl
*.exe
*.gif
2 changes: 2 additions & 0 deletions news/2384.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Resolved a bug in our patched resolvers which could cause nondeterministic resolution failures in certain conditions.
Running ``pipenv install`` with no arguments in a project with only a ``Pipfile`` will now correctly lock first for dependency resolution before installing.
1 change: 1 addition & 0 deletions news/2384.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pipenv will now generate hashes much more quickly by resolving them in a single pass during locking.
2 changes: 2 additions & 0 deletions news/2384.trivial
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Updated mocked pypi dependencies.
Removed ellipsis and em-dash characters from terminal output.
Loading