-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Feature/better resolver #2267
Feature/better resolver #2267
Commits on May 27, 2018
-
Use piptools constraints files more properly
Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for 7abc2fd - Browse repository at this point
Copy the full SHA 7abc2fdView commit details -
Patch piptools to use current environment python
- Fixes #2088, #2234, #1901 - Fully leverage piptools' compile functionality by using constraints in the same `RequirementSet` during resolution - Use `PIP_PYTHON_PATH` for compatibility check to filter out `requires_python` markers - Fix vcs resolution - Update JSON API endpoints - Enhance resolution for editable dependencies - Minor fix for adding packages to pipfiles Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for bba2f38 - Browse repository at this point
Copy the full SHA bba2f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c0b09 - Browse repository at this point
Copy the full SHA 84c0b09View commit details -
Use pipenv cache dir for caching wheels
Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for f532b2e - Browse repository at this point
Copy the full SHA f532b2eView commit details -
This shouldn't affect any functionalities, only clean up some generator usages to reduce repeated looping through requirements.
Configuration menu - View commit details
-
Copy full SHA for f91371a - Browse repository at this point
Copy the full SHA f91371aView commit details -
Add sources and caches to pip calls
Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for 1d54a32 - Browse repository at this point
Copy the full SHA 1d54a32View commit details -
Merge branch 'feature/better-resolver' of github.com:pypa/pipenv into…
… feature/better-resolver
Configuration menu - View commit details
-
Copy full SHA for 892be46 - Browse repository at this point
Copy the full SHA 892be46View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae8ac9 - Browse repository at this point
Copy the full SHA eae8ac9View commit details -
Probably write unicode strings...
Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for 9e66151 - Browse repository at this point
Copy the full SHA 9e66151View commit details -
It is important to check for
python_requires
- The specifierset will fail otherwise - We don't want to include only things that have this -- we want to _exclude_ things that do not match it Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for 8548fbb - Browse repository at this point
Copy the full SHA 8548fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d8389 - Browse repository at this point
Copy the full SHA a4d8389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6737ab8 - Browse repository at this point
Copy the full SHA 6737ab8View commit details -
formatting cleanup and posix style paths
- fix for windows vcs urls Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for cc68b36 - Browse repository at this point
Copy the full SHA cc68b36View commit details -
Use filesystem compatible encodings for strings
Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for e993ee8 - Browse repository at this point
Copy the full SHA e993ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 311c90d - Browse repository at this point
Copy the full SHA 311c90dView commit details -
Don't shell escape posix-style paths
Signed-off-by: Dan Ryan <dan@danryan.co>
Configuration menu - View commit details
-
Copy full SHA for 824f822 - Browse repository at this point
Copy the full SHA 824f822View commit details
Commits on May 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a5e69e4 - Browse repository at this point
Copy the full SHA a5e69e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b605481 - Browse repository at this point
Copy the full SHA b605481View commit details