Commit Graph

5415 Commits

Author SHA1 Message Date
Dan Ryan e375eb3eaa Fix delegator leaky file handles
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-30 01:07:01 -04:00
Dan Ryan 4c8617237c Update requirementslib, requests and vistir
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-30 01:07:01 -04:00
Dan Ryan baef2e78a6 Upgrade vendored dependencies
- Upgrade pythonfinder
- Upgrade vistir
- Upgrade requirementslib
- Vendor backported version of `functools.lru_cache` for performance
- Fix editable dependency installation when markers are present
- Fix extraneous resource warnings
- Fix filesystem output stream encoding issues
- Fix pythonfinder non-standard python name issues
- Provide full interaction layer to `Pipfile` and `Pipfile.lock` in
  requirementslib
- Fixes #3017
- Fixes #3014
- Fixes #3021
- Fixes #3019

Signed-off-by: Dan Ryan <dan@danryan.co>

Update vendored dependencies

- Update shellingham, tomlkit, requests, urllib3, certifi, vistir and
  parse
- Fixes #2820
- Fixes #2852

Signed-off-by: Dan Ryan <dan@danryan.co>

Cleanup old vendored dependencies

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-30 01:07:02 -04:00
kennethreitz e8bf34b548 Merge pull request #3100 from psviderski/try-in-browser
Add try-in-browser button to launch Pipenv playground (README and docs)
2018-10-25 15:44:10 -04:00
kennethreitz 722d6766e9 Merge pull request #3097 from greyli/patch-2
Fix typo in docs/install.rst
2018-10-25 15:43:24 -04:00
Pavel Sviderski 21d53570f3 add try-in-browser button to docs 2018-10-25 20:15:23 +03:00
Pavel Sviderski 1ea48108a9 add try-in-browser button to README 2018-10-25 20:09:48 +03:00
Grey Li af3cff2560 Fix typo in docs/install.rst 2018-10-25 17:50:07 +08:00
joren485 516c86cd49 Remove 'you' from sentence in docs page (#3091) 2018-10-24 17:52:59 +08:00
Tzu-ping Chung 2e94ec3fe3 Merge pull request #3069 from pior/fix-verbosity-var
Fix PIPENV_VERBOSITY parsing logic
2018-10-23 14:34:43 +08:00
Pior Bastida 8eeef39a5b Merge branch 'master' into fix-verbosity-var 2018-10-22 18:31:05 -04:00
Pior Bastida 9e82de6f10 Handle TypeError from int() 2018-10-22 18:30:35 -04:00
Dan Ryan 6e793a402a Merge pull request #3065 from CognexDaniel/fix-3062
Fix #3062
2018-10-21 02:51:14 -04:00
Dan Ryan c82699c346 Merge branch 'master' into fix-3062 2018-10-21 02:51:02 -04:00
Dan Ryan ab30481cae Merge pull request #3070 from jxltom/fixed-unnecessary-extras-are-added-in-lockfiles
Fixed unnecessary extras are added in lockfiles
2018-10-21 02:47:40 -04:00
jxltom 7b3493bb61 Add fixed 3026 in news 2018-10-21 12:56:50 +08:00
jxltom 91a63e07e2 Add test on locking package with extras 2018-10-21 12:53:33 +08:00
jxltom 14eef87c0d Do not add extra to markers when translating markers 2018-10-21 12:53:08 +08:00
Pior Bastida 3d5328aa0a Fix PIPENV_VERBOSITY parsing logic 2018-10-20 09:49:46 -04:00
Dan Ryan 9b8ecd34a5 Merge branch 'master' into fix-3062 2018-10-19 21:23:36 -04:00
Tzu-ping Chung 19609340b9 Merge pull request #3066 from Funk66/master
Fix typo
2018-10-19 23:23:54 +08:00
Guillermo Guirao Aguilar 38fe342f13 Fix typo 2018-10-19 15:42:30 +02:00
Daniel Simon 7690671ea1 Fix _pyversion if include dir contains other files 2018-10-18 18:31:54 +02:00
Tania Allard 87551b9d45 Documentation: how to use pip specifiers with Pipenv
Fix #2930.
2018-10-18 00:20:47 +08:00
Andrea 9360058f18 Add brief description and caveats of project - virtualenv mapping (#3050) 2018-10-17 22:31:36 +08:00
Dan Ryan 8212a211aa Merge pull request #3051 from pypa/update-crayons-patch
Enabled colors on native powershell
2018-10-16 18:19:10 -07:00
Dan Ryan cb3b837d29 Update crayons patch
Signed-off-by: Dan Ryan <dan@danryan.co>

Update crayons

Signed-off-by: Dan Ryan <dan@danryan.co>

Fix crayons patch

Signed-off-by: Dan Ryan <dan@danryan.co>

Fix crayons patch

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-16 20:42:38 -04:00
Dan Ryan 670ac4ff5a Enabled colors on native powershell
- Swap native blue for magenta
- Fixes #3020

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-16 17:59:17 -04:00
Dan Ryan 5e9433e4e4 Remove changelog entry about unmerged PR v2018.10.13 2018-10-13 14:15:28 -07:00
Dan Ryan a0950ad4ec Pre-bump
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-13 13:17:20 -04:00
Dan Ryan 52cce1a92e Release 2018.10.13
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-13 13:15:05 -04:00
Dan Ryan 485f3a8637 Add changelog cleaning task
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-13 13:12:10 -04:00
Dan Ryan 7c12eb2bd5 Merge pull request #3018 from pypa/fix-3005-update-pythonfinder
Allow local path to be installed non-editable
2018-10-13 05:24:58 -04:00
Dan Ryan 9bdbe3464d syntax error...
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-13 04:42:32 -04:00
Dan Ryan 329183019a fix installation of non-editable requirements
- Fix tests to ensure commands return prior to follow ups

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-13 04:27:21 -04:00
Dan Ryan 39d7ebb793 Merge branch 'fix-3005-update-pythonfinder' of github.com:pypa/pipenv into fix-3005-update-pythonfinder 2018-10-13 02:51:11 -04:00
Dan Ryan 573174d188 Fix pipenv clean and editable installs
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-12 21:46:33 -04:00
Dan Ryan f77a82c77f Merge branch 'master' into fix-3005-update-pythonfinder 2018-10-12 16:05:08 -04:00
Dan Ryan c6ff5fd401 Allow local path to be installed non-editable
- Allow non-CPython interpreter discovery
- Fixes #3005

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-12 16:03:01 -04:00
Dan Ryan a8562afec5 Update pythonfinder
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-12 15:47:08 -04:00
Dan Ryan 320c19f4cd Update pythonfinder
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-12 15:37:09 -04:00
Dan Ryan d813b560cc Merge pull request #2942 from greysteil/remove-unused-code
Remove unused pased_pure_pipfile property
2018-10-12 15:34:37 -04:00
Dan Ryan f934e6d9c1 Merge branch 'master' into remove-unused-code 2018-10-12 15:34:27 -04:00
Dan Ryan fe35c98163 Merge pull request #2903 from jxltom/fixed-editable-package-with-marker-cannot-lock
Fixed editable package with markers can not be locked
2018-10-12 15:34:12 -04:00
Dan Ryan e79f470f83 Merge branch 'master' into fixed-editable-package-with-marker-cannot-lock 2018-10-12 15:34:02 -04:00
Dan Ryan d88912bce7 Merge pull request #3009 from RafalSkolasinski/fix_2990
Add trailing white space to --prompt argument when creating virtualenv
2018-10-12 15:33:41 -04:00
Dan Ryan f205e02bc4 Merge branch 'master' into fix_2990 2018-10-12 15:33:32 -04:00
Dan Ryan aac05b83ad Merge pull request #3007 from pypa/fix-normalization-during-install
Fix normalization during install
2018-10-12 15:33:02 -04:00
Dan Ryan fda6242d32 Merge branch 'master' into fix_2990 2018-10-11 14:58:49 -04:00
Dan Ryan cfd8bf40e2 Merge branch 'fix-normalization-during-install' of github.com:pypa/pipenv into fix-normalization-during-install 2018-10-11 13:01:24 -04:00