Commit Graph

5515 Commits

Author SHA1 Message Date
jxltom e61faeba40 Do not touch pipfile for --all option in pipenv uninstall 2018-11-06 14:22:55 +08:00
Dan Ryan 3ce8d7c6bb Merge pull request #3162 from jxltom/fix-typo
Fix typo on spinner result text
2018-11-05 09:41:05 -05:00
jxltom 9c715289e9 Fix typo on spinner result text 2018-11-05 20:20:13 +08:00
Dan Ryan 0fb3c37cd3 Merge pull request #3161 from pypa/update-pythonfinder
Update pythonfinder
2018-11-04 12:34:01 -05:00
Dan Ryan 35de78ba4b Merge branch 'master' into update-pythonfinder 2018-11-04 02:29:39 -05:00
Dan Ryan 3977307bcb Update pythonfinder
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-04 02:29:21 -05:00
Dan Ryan 810611d3c0 Merge pull request #3158 from pypa/feature/performance-update
Feature/performance update
2018-11-04 02:27:11 -05:00
Dan Ryan cce60cc5f1 Update vendored versions of pythonfinder and requirementslib
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-04 02:19:43 -05:00
Dan Ryan 0ee68265c7 Merge pull request #3159 from jxltom/continue-to-fix-3102
Continue to fix cannot concatenate str and type issue during locking
2018-11-04 01:55:55 -05:00
Dan Ryan 7976009b71 Merge branch 'master' into feature/performance-update 2018-11-04 01:52:30 -05:00
Dan Ryan 8d44604eb4 Update delegator patch
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-04 01:52:27 -05:00
Dan Ryan 888884653a Refactor Resolver into class and allow CI auto-cache-clear
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-04 01:20:26 -05:00
jxltom 563e14e562 Fix can not concatenate str and type error during locking 2018-11-04 10:31:30 +08:00
Dan Ryan 716f47f988 Fix missed pip_shims fix
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-03 22:07:58 -04:00
Dan Ryan c8cf4dd4cf Fix requirementslib synax error
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-03 21:58:25 -04:00
Dan Ryan 77348503ec Merge branch 'master' into feature/performance-update 2018-11-03 20:05:32 -04:00
Dan Ryan 0f5b365f84 Performance fixes and updates
- Cuts runtime of normal commands by about 2/3

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-03 20:03:41 -04:00
Dan Ryan 66d4999f52 Merge pull request #3157 from pypa/bugfix/3154
Fix virtualenv path discovery
2018-11-03 19:54:26 -04:00
Dan Ryan 33fc282d97 Merge pull request #3156 from pypa/bugfix/2983
Fixed a bug with encountering removed pythons
2018-11-03 18:40:31 -04:00
Dan Ryan f222cff0d8 Merge branch 'master' into bugfix/3154 2018-11-03 18:36:36 -04:00
Dan Ryan a0dd0541aa Fix virtualenv path discovery
- Fixes #3154

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-03 18:34:45 -04:00
Dan Ryan f9d950b8c6 Fixed a bug with encountering removed pythons
- Fixes #2983

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-03 18:01:00 -04:00
Dan Ryan 5fa01a337e Merge pull request #3153 from pypa/bugfix/2848
Respect --skip-lock option for uninstall
2018-11-03 01:14:12 -04:00
Dan Ryan dbad4eb833 Merge branch 'master' into bugfix/2848 2018-11-03 00:30:16 -04:00
Dan Ryan 714ff657ca Respect --skip-lock option for uninstall
- Fixes #2848

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-03 00:29:19 -04:00
Dan Ryan 4a49dfa663 Merge pull request #2835 from ulrikjohansson/check_api_override
Add ability to override the pyup.io API key for the check command
2018-11-03 00:26:12 -04:00
Dan Ryan dad39f228e Merge branch 'master' into check_api_override 2018-11-03 00:24:39 -04:00
Dan Ryan 8799431eb6 Merge pull request #2883 from Jamim/fix/get-virtualenv-hash
Fix _get_virtualenv_hash function
2018-11-03 00:24:20 -04:00
Dan Ryan 87e3e543e2 Merge branch 'master' into check_api_override 2018-11-02 20:06:52 -04:00
Dan Ryan 780e879aab Merge branch 'master' into fix/get-virtualenv-hash 2018-11-02 20:06:20 -04:00
Dan Ryan 785f2be79c Merge pull request #3147 from pypa/bugfix/3106
Don't write build artifacts to cwd
2018-11-02 20:03:32 -04:00
Dan Ryan 2632d0bd11 Fix url to path comparison
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-02 18:23:55 -04:00
Dan Ryan 02b0de9f7b Revert "Fix hash function"
This reverts commit d5680fb617.
2018-11-02 18:23:26 -04:00
Dan Ryan d5680fb617 Fix hash function
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-02 17:57:50 -04:00
Aliaksei Urbanski 545a23662c Fix _get_virtualenv_hash function
Case-sensitive filesystems were handled
like case-insensitive and vice versa.

Close #3151

This changes also:

 - Add PyCharm's config directory to .gitignore
2018-11-02 20:40:04 +03:00
Dan Ryan 77b3edd302 Update requirementslib version
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-02 11:35:20 -04:00
Dan Ryan b1d3aec5d2 Don't write build artifacts to cwd
- Fixes #3106

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-02 11:17:33 -04:00
Dan Ryan 740c589ef4 Also prioritize remote non-pypi hashes if given
- Fixes #3145

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-02 10:44:18 -04:00
Dan Ryan afc344258e Include hashes from local artifacts
- Fixes #2394

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-02 10:34:18 -04:00
Dan Ryan 18ceaa19dd Merge branch 'master' into check_api_override 2018-11-01 21:35:28 -04:00
Dan Ryan d985784dee Merge pull request #3134 from pypa/venv-location-rewrite
Rewrite venv discovery logic
2018-11-01 21:32:57 -04:00
Dan Ryan a7572734d3 Merge branch 'master' into venv-location-rewrite 2018-11-01 21:32:41 -04:00
Dan Ryan 7c89a46dd4 Merge pull request #3105 from frostming/proper-case-windows
Proper case windows
2018-11-01 21:32:26 -04:00
Dan Ryan 978497183f Merge branch 'master' into proper-case-windows 2018-11-01 19:29:44 -04:00
Dan Ryan 8c65f79ba9 Merge branch 'master' into venv-location-rewrite 2018-11-01 19:29:26 -04:00
Dan Ryan 91362c2329 Merge pull request #3133 from pypa/bugfix/clean-and-install
Fix virtualenv path derivations
2018-11-01 19:29:10 -04:00
Dan Ryan 41e637e810 Fix uninstallation passthrough
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-01 18:54:14 -04:00
Dan Ryan 83af37a2d1 Fix uninstallation if comments are present
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-01 16:20:45 -04:00
Dan Ryan 1034022e96 Add improved exception handling and formatter
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-01 00:51:34 -04:00
Dan Ryan 2625e8d2f5 More exception cleanup
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-31 18:27:25 -04:00