Commit Graph

5869 Commits

Author SHA1 Message Date
Dan Ryan c27abac78c Merge branch 'master' into no-index-in-requirementsfile-perline 2018-11-06 23:09:04 -05:00
Dan Ryan e9e43a8b26 Merge pull request #3171 from jxltom/fix-uninstall-emtpy-virtualenv
Do not show error for pipenv uninstall --all in a fresh virtuanlenv
2018-11-06 22:58:48 -05:00
Dan Ryan 1077acaad4 Merge branch 'master' into fix-uninstall-emtpy-virtualenv 2018-11-06 22:58:38 -05:00
Dan Ryan 7d51a1fec2 Merge pull request #3175 from jxltom/continue-respect-skip-lock-in-uninstall
Continue respect skip lock in uninstall
2018-11-06 22:58:21 -05:00
Dan Ryan 63d4f9262c Merge branch 'master' into continue-respect-skip-lock-in-uninstall 2018-11-06 22:58:04 -05:00
Dan Ryan 6837c6b5d9 Merge pull request #3180 from jxltom/better-output-of-clean-and-uninstall
Better output of pipenv clean and uninstall
2018-11-06 22:57:41 -05:00
Dan Ryan bd1caee430 Update container patch for comment retention
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-06 22:45:37 -05:00
Dan Ryan 73243a8f01 Pass decoder to toml.loads
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-06 21:36:50 -05:00
frostming 4310bcaf23 remove the tricky lines 2018-11-07 10:06:14 +08:00
jxltom 4baebe180c Merge branch 'master' into fix-uninstall-emtpy-virtualenv 2018-11-07 10:00:02 +08:00
jxltom 85777eb476 Merge branch 'master' into no-index-in-requirementsfile-perline 2018-11-07 09:58:11 +08:00
Dan Ryan 8bccea4451 Merge branch 'master' into continue-respect-skip-lock-in-uninstall 2018-11-06 20:36:02 -05:00
frostming c47dd0134e fix patch file 2018-11-07 09:33:39 +08:00
Dan Ryan c6db971fed Merge branch 'master' into better-output-of-clean-and-uninstall 2018-11-06 20:29:11 -05:00
Dan Ryan bbf8e3f941 Merge branch 'master' into implement-tomlkit 2018-11-06 20:20:30 -05:00
Dan Ryan 67334d001f Fix toml fallback
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-06 20:19:45 -05:00
Dan Ryan 4610043c64 Update pipfile toml implementation
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-06 18:10:21 -05:00
Dan Ryan 53fda83de6 Merge branch 'implement-tomlkit' of github.com:pypa/pipenv into implement-tomlkit 2018-11-06 18:09:12 -05:00
Dan Ryan 722e33c77a Fix tomlkit updates
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-06 18:09:09 -05:00
Dan Ryan dbc4540a82 Merge pull request #3165 from DavidStaheli/davidstaheli/ci
Update YAML syntax for Azure Pipelines
2018-11-06 12:29:52 -05:00
jxltom 8a657dc7bc Do not add index source per-line in requirements files 2018-11-06 23:29:29 +08:00
jxltom 5d57ec738a Add trivial news for issue 3179 2018-11-06 22:44:48 +08:00
jxltom e98e7529d4 Remove u'' or '' in output of pipenv uninstall and clean 2018-11-06 22:38:21 +08:00
Dan Ryan fd4552fa80 Merge branch 'master' into davidstaheli/ci 2018-11-06 05:17:08 -05:00
Dan Ryan 5e73745c67 Merge branch 'master' into fix-uninstall-emtpy-virtualenv 2018-11-06 05:16:31 -05:00
Dan Ryan 8d86cebfad Merge branch 'master' into implement-tomlkit 2018-11-06 05:15:54 -05:00
Dan Ryan e3e44b7274 Merge pull request #3166 from pypa/minor-updates
Fix PIP_SHIMs import, pythonfinder, vistir
2018-11-06 05:15:34 -05:00
Dan Ryan 306ce01915 Merge branch 'master' into davidstaheli/ci 2018-11-06 05:12:48 -05:00
jxltom 7b18c12448 Add explicit message if there is nothing to be removed during uninstall 2018-11-06 18:05:22 +08:00
Dan Ryan 4c542938e3 Fix indentation
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-06 04:56:11 -05:00
Dan Ryan 21c362e5bf Merge branch 'master' into minor-updates 2018-11-06 04:40:32 -05:00
Dan Ryan 3a273e09f8 Merge branch 'master' into implement-tomlkit 2018-11-06 04:40:19 -05:00
Dan Ryan 524e31ff5a Switch to tomlkit for parsing and writing
- Update tomlkit to preserve inline comments when
  deleting elemeents

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-06 04:35:15 -05:00
frostming 4972248e33 fix unicode for py2 2018-11-06 16:56:27 +08:00
frostming 3dcd206068 Fix non-ASCII support for prettytoml 2018-11-06 16:05:13 +08:00
Tzu-ping Chung b7564057f7 Format 2018-11-06 16:13:39 +09:00
Tzu-ping Chung 41023c33ae Upgrade some requirements to address security warning 2018-11-06 15:46:14 +09:00
jxltom f9ee0c80ca Do not add skip-lock for lock command 2018-11-06 14:23:16 +08:00
jxltom e61faeba40 Do not touch pipfile for --all option in pipenv uninstall 2018-11-06 14:22:55 +08:00
Tzu-ping Chung ecec1ac0f9 Just format 2018-11-06 15:22:54 +09:00
jxltom e53391fd49 Add feature news for issue 3170 2018-11-06 12:46:52 +08:00
jxltom db7164d988 Skip purging if there is no packages needs to be removed 2018-11-06 12:40:44 +08:00
David Staheli 68bb48f2e6 Merge branch 'master' into davidstaheli/ci 2018-11-05 12:16:03 -05:00
David Staheli d773429d07 Update MANIFEST.in to prune .azure-pipelines 2018-11-05 11:36:53 -05:00
Dan Ryan 363ffc6408 Remove unfinished validation
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-05 11:36:33 -05:00
Dan Ryan 6b2f3b66a6 Syntax error fix
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-05 11:30:41 -05:00
Dan Ryan 734284b34b Merge branch 'master' into minor-updates 2018-11-05 11:29:26 -05:00
David Staheli e398d348b4 Added news file 2018-11-05 11:22:34 -05:00
Dan Ryan 374ac589bd Fix PIP_SHIMs import, pythonfinder, vistir
- Add new exceptions
- Improve validation
- Cleanup spinner text
- Fix pyenv finder when `PYENV_ROOT` is not set
- Fix import errors for users installing and using `PIP_SHIMS` in pipenv

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-11-05 11:22:08 -05:00
David Staheli d04b6b211d Update YAML syntax 2018-11-05 10:13:51 -05:00