- Stop preferring resolution of VCS dependencies in all cases
- Resolve vcs dependencies together with non-vcs dependencies
- Clarify blocking and no-deps logic
- Add artifacts and tests
- Add vendoring task for artifacts
- Clean up release tasks
- Fixes#3296
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Update delegator patch
Signed-off-by: Dan Ryan <dan@danryan.co>
Update patches for pip
Signed-off-by: Dan Ryan <dan@danryan.co>
Update vendored deps
Signed-off-by: Dan Ryan <dan@danryan.co>
Update patches
Signed-off-by: Dan Ryan <dan@danryan.co>
Fix imports to use pip shims instead of direct imports
Signed-off-by: Dan Ryan <dan@danryan.co>
Update vendoring scripts and pip shims
Signed-off-by: Dan Ryan <dan@danryan.co>
Log to stdout in real time during verbose logging
Signed-off-by: Dan Ryan <dan@danryan.co>
Don’t log environment
Fix unicode decoding issues
Signed-off-by: Dan Ryan <dan@danryan.co>
Only set buffers on ttys
Signed-off-by: Dan Ryan <dan@danryan.co>
Fix typo
Signed-off-by: Dan Ryan <dan@danryan.co>
Use default encodings
Signed-off-by: Dan Ryan <dan@danryan.co>
Fix encodings and run only failing tests
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Update vendored dependencies
Signed-off-by: Dan Ryan <dan@danryan.co>
Fix file handle leaks
- Fix#3020
- Fix#3088
- Patch delegator
- Add weakref finalizer for tempfiles
Signed-off-by: Dan Ryan <dan@danryan.co>
Fix spinner handlers on windows
Signed-off-by: Dan Ryan <dan@danryan.co>
Fix spinner output and encoding issue
Signed-off-by: Dan Ryan <dan@danryan.co>
fix encoding
Signed-off-by: Dan Ryan <dan@danryan.co>
Fix unicode output on windows, fix tomlkit imports
Signed-off-by: Dan Ryan <dan@danryan.co>
Unvendor boltons, fix compatibility, update merge functionalities
Signed-off-by: Dan Ryan <dan@danryan.co>
Update pythonfinder, vistir version, requirementslib version
Signed-off-by: Dan Ryan <dan@danryan.co>
Fix vendoring script
Signed-off-by: Dan Ryan <dan@danryan.co>
Silence pip version checks
Signed-off-by: Dan Ryan <dan@danryan.co>
Add debugging to locking
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>
- Updated requirementslib
- Fix local relative path bug whici caused paths to be output as
absolute (test added to requirementslib)
- Fix SSH normalization bug (test added to requirementslib)
- Fixes#2440, #2441
Signed-off-by: Dan Ryan <dan@danryan.co>
- Update pipfile and lockfile
- Update licenses
- Bump pathlib2 to latest version
- Include scandir without compiled library dependency
- Update vendoring script to remote scandir binaries going forward
- Update pinned dependencies in vendor.txt
Signed-off-by: Dan Ryan <dan@danryan.co>