-
-
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
Fix direct url dependency resolution #3298
Commits on Nov 25, 2018
-
Fix direct url dependency resolution
- Fix dependecy resolution for _all_ dependencies which are just direct URLs or files - Bypass pip-tools for non-editable requirements which can be resolved - Fixes #3148 Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffb46e4 - Browse repository at this point
Copy the full SHA ffb46e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2798733 - Browse repository at this point
Copy the full SHA 2798733View commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd78dae - Browse repository at this point
Copy the full SHA bd78daeView commit details
Commits on Jan 21, 2019
-
Update vendored dependency pins
- Update gitignore entries for mypy config - Update release task to add version after bumping but before release - Fixes #3326 (going forward at least) - Split out patching from vendoring so it can be done as a separate step if needed - Update patches to account for updated packages - Fixes #3432 - Fixes #2757 - Fixes #3305 - Fixes #2914 - Fixes #3439 - Fixes #3422 - Fixes #3378 - Fixes #3376 - Fixes #3315 Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed3f206 - Browse repository at this point
Copy the full SHA ed3f206View commit details
Commits on Jan 22, 2019
-
Update all vendored dependencies
- Clean up test config and environment variable handling - Unset env var changes performend by `pipenv run` - Make `environments.is_in_virtualenv()` more dynamic -- read environment on the fly - Split up tests on `pipenv run` to reduce complexity -- one test for global run (no virtualenv creation), one test for virtualenv creation - Add `warn_in_virtualenv` call to `run` command, why doesn't click invoke this automatically? Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 574fe73 - Browse repository at this point
Copy the full SHA 574fe73View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1096d - Browse repository at this point
Copy the full SHA ea1096dView commit details -
Remove pyc from pyinstaller and grab final updates from pythonfinder
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a8eead - Browse repository at this point
Copy the full SHA 4a8eeadView commit details -
Don't depend on kenneth's personal mirror for testing
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1601511 - Browse repository at this point
Copy the full SHA 1601511View commit details -
A few fixes for windows and relative paths
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ad588d - Browse repository at this point
Copy the full SHA 7ad588dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b25a5c - Browse repository at this point
Copy the full SHA 7b25a5cView commit details -
Update pythonfinder windows implementation
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3289c7b - Browse repository at this point
Copy the full SHA 3289c7bView commit details
Commits on Jan 23, 2019
-
Fix editable and local setup.py builds
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39c3b3a - Browse repository at this point
Copy the full SHA 39c3b3aView commit details -
Fix direct url dependency resolution
- Fix dependecy resolution for _all_ dependencies which are just direct URLs or files - Bypass pip-tools for non-editable requirements which can be resolved - Fixes #3148 Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86ca6ff - Browse repository at this point
Copy the full SHA 86ca6ffView commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da14a88 - Browse repository at this point
Copy the full SHA da14a88View commit details
Commits on Jan 24, 2019
-
Update PEP 508 dependency parsing implementation
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 846b67f - Browse repository at this point
Copy the full SHA 846b67fView commit details -
Add pep517 to environment path
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23ee483 - Browse repository at this point
Copy the full SHA 23ee483View commit details
Commits on Jan 27, 2019
-
Fix pep508 direct URL depedencies
- Fixes #3148 Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eae3958 - Browse repository at this point
Copy the full SHA eae3958View commit details
Commits on Feb 11, 2019
-
Update resolver to handle all resolution in venv
- Resolve all VCS and non-piptools-resolveable deps in venv - Implement pep517 for resolution of non-setuptools builds - Add full support for the new dependency link format - Fix breakages from pip 19* rollout and subsequent setuptools breakage Signed-off-by: Dan Ryan <[email protected]>
Dan Ryan committedFeb 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 19f2ee6 - Browse repository at this point
Copy the full SHA 19f2ee6View commit details
Commits on Feb 15, 2019
-
Update requirementslib for PEP517 builder
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01845e5 - Browse repository at this point
Copy the full SHA 01845e5View commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41345a7 - Browse repository at this point
Copy the full SHA 41345a7View commit details -
Direct URL updates and pep517 fixes
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5fda09 - Browse repository at this point
Copy the full SHA f5fda09View commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef682bd - Browse repository at this point
Copy the full SHA ef682bdView commit details
Commits on Feb 16, 2019
-
Pass all packages through to
venv_resolve_deps
- Use `project.parsed_pipfile` to get all packages instead of a filtered subset - Determine index names via a new `refresh=True` argument to `project.get_source()` which clears the current pipfile cache - Fix parsing of requirement lines from direct URLs which were previously excluding the `name@` portion and therefore generating invalid links Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c049976 - Browse repository at this point
Copy the full SHA c049976View commit details -
Add pytoml (dependency of pep517)
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b1d617 - Browse repository at this point
Copy the full SHA 6b1d617View commit details
Commits on Feb 17, 2019
-
- Allows more thorough testing of new resolution method Signed-off-by: Dan Ryan <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for e392b02 - Browse repository at this point
Copy the full SHA e392b02View commit details -
Fix buggy pep517 implementation
- Fix resolution for pre-40.6.0 setuptools releases by auto-detecting installed setuptools version before calculating default backend Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 222eb50 - Browse repository at this point
Copy the full SHA 222eb50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c4968 - Browse repository at this point
Copy the full SHA 53c4968View commit details -
Fix specifier parsing in python 2
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eaf7504 - Browse repository at this point
Copy the full SHA eaf7504View commit details -
Restore existing pyinstaller commit
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a019de0 - Browse repository at this point
Copy the full SHA a019de0View commit details
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f6e657e - Browse repository at this point
Copy the full SHA f6e657eView commit details -
Add test extras to setup.py to pin pytest
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08a8bbc - Browse repository at this point
Copy the full SHA 08a8bbcView commit details -
Install local tests extra for test runners
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8a5102 - Browse repository at this point
Copy the full SHA f8a5102View commit details -
Fix pipenv clean to stop trying to remove python
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a47590 - Browse repository at this point
Copy the full SHA 9a47590View commit details
Commits on Feb 19, 2019
-
Use set comparisons for removing packages
- Fixes `pipenv clean` implementation Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 907aca1 - Browse repository at this point
Copy the full SHA 907aca1View commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for caf4818 - Browse repository at this point
Copy the full SHA caf4818View commit details -
Fix uninstall and error formatting
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c54aa54 - Browse repository at this point
Copy the full SHA c54aa54View commit details -
Update test runner scripts to handle both python versions
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a522430 - Browse repository at this point
Copy the full SHA a522430View commit details -
Fix test errors and local install for azure
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ac228e - Browse repository at this point
Copy the full SHA 5ac228eView commit details
Commits on Feb 20, 2019
-
Fix installed package discovery
- Exclude python when searching virtualenvs created using nested virtualenv interpreters (via `lib-dynload` library directory) Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfdb9ae - Browse repository at this point
Copy the full SHA bfdb9aeView commit details -
Update tests to rectify issues
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9340ddb - Browse repository at this point
Copy the full SHA 9340ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a47a26b - Browse repository at this point
Copy the full SHA a47a26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8041704 - Browse repository at this point
Copy the full SHA 8041704View commit details -
Fix installed package discovery on windows
- Fix prefix formatting - Add posix formatting function Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16a249f - Browse repository at this point
Copy the full SHA 16a249fView commit details -
Avoid using
which
in cross platform testsSigned-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd2cbd4 - Browse repository at this point
Copy the full SHA cd2cbd4View commit details
Commits on Feb 22, 2019
-
Fix venv with leading dash test on windows and clean up tests
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bc48f0 - Browse repository at this point
Copy the full SHA 3bc48f0View commit details -
Clean up path checks in environment
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f75507 - Browse repository at this point
Copy the full SHA 7f75507View commit details -
Fix path reformatting for posix python path
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f3e61e - Browse repository at this point
Copy the full SHA 3f3e61eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 565850d - Browse repository at this point
Copy the full SHA 565850dView commit details
Commits on Feb 23, 2019
-
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 018e6fe - Browse repository at this point
Copy the full SHA 018e6feView commit details -
Merge branch 'bugfix/3148' of github.com:pypa/pipenv into bugfix/3148
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33e456d - Browse repository at this point
Copy the full SHA 33e456dView commit details -
Fix virtualenv tempdir lifespan
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 090619a - Browse repository at this point
Copy the full SHA 090619aView commit details -
Update syntax for context manager virtualenv test class
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0ba9a8 - Browse repository at this point
Copy the full SHA b0ba9a8View commit details
Commits on Feb 25, 2019
-
Update license download script
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05d3b5a - Browse repository at this point
Copy the full SHA 05d3b5aView commit details
Commits on Feb 26, 2019
-
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc3d50b - Browse repository at this point
Copy the full SHA bc3d50bView commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32876ec - Browse repository at this point
Copy the full SHA 32876ecView commit details
Commits on Feb 27, 2019
-
frostming committed
Feb 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 3f053a3 - Browse repository at this point
Copy the full SHA 3f053a3View commit details
Commits on Mar 1, 2019
-
Update vistir and requirementslib
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4848a1e - Browse repository at this point
Copy the full SHA 4848a1eView commit details
Commits on Mar 2, 2019
-
Incorporate fixes from feature/keep-outdated-peep
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 199a14a - Browse repository at this point
Copy the full SHA 199a14aView commit details -
Cut in new cursor implementation
- Fix some errors in exception handler - Update yaspin patch - Fix spinner Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be3c771 - Browse repository at this point
Copy the full SHA be3c771View commit details -
Update requirementslib to include extras in parser
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57b266f - Browse repository at this point
Copy the full SHA 57b266fView commit details
Commits on Mar 3, 2019
-
Only resolve requirements with markers we can evaluate
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e238c84 - Browse repository at this point
Copy the full SHA e238c84View commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de4d659 - Browse repository at this point
Copy the full SHA de4d659View commit details
Commits on Mar 4, 2019
-
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 374086e - Browse repository at this point
Copy the full SHA 374086eView commit details -
Add new file for requirementslib
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fe11e7 - Browse repository at this point
Copy the full SHA 7fe11e7View commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1cb576 - Browse repository at this point
Copy the full SHA a1cb576View commit details -
Update vnedored dependency list
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cebe0ac - Browse repository at this point
Copy the full SHA cebe0acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37916cb - Browse repository at this point
Copy the full SHA 37916cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716dfb4 - Browse repository at this point
Copy the full SHA 716dfb4View commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d1b4bd - Browse repository at this point
Copy the full SHA 2d1b4bdView commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc41e66 - Browse repository at this point
Copy the full SHA dc41e66View commit details
Commits on Mar 5, 2019
-
Fix vendoring script in azure pipeline
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c53e29b - Browse repository at this point
Copy the full SHA c53e29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01444da - Browse repository at this point
Copy the full SHA 01444daView commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 439a258 - Browse repository at this point
Copy the full SHA 439a258View commit details -
Signed-off-by: Dan Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b395aca - Browse repository at this point
Copy the full SHA b395acaView commit details