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 |
|
Dan Ryan
|
90fe9cbf6d
|
add news
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-10-11 13:01:07 -04:00 |
|
Dan Ryan
|
2ea91799a6
|
Upgrade pythonfinder and vistir
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-10-11 12:59:33 -04:00 |
|
Dan Ryan
|
c4a35dad75
|
double quotes for windows escape char...
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-10-11 12:49:00 -04:00 |
|
Dan Ryan
|
0ca9f9e142
|
Merge branch 'master' into fix-normalization-during-install
|
2018-10-11 12:41:40 -04:00 |
|
Dan Ryan
|
a88cda04b2
|
Merge pull request #3001 from pypa/cherrypick-trusted-host-fix
Cherrypick trusted host fix
|
2018-10-11 12:41:20 -04:00 |
|
Dan Ryan
|
12e80edede
|
Escape command line requirements as necessary
- Fixes #2998
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-10-11 12:35:27 -04:00 |
|
Dan Ryan
|
485da19d7c
|
Make pre a kwarg
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-10-11 11:55:11 -04:00 |
|
RafalSkolasinski
|
3a46aed652
|
Add trailing white space to --prompt argument in do_create_virtualenv; closes #2990
|
2018-10-11 14:37:37 +02:00 |
|
Dan Ryan
|
91d8d7e494
|
Fix install state passing
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-10-11 06:28:10 -04:00 |
|
Dan Ryan
|
765e97b19a
|
Add news entries and trusted host fix
- Additional fix for #2981
Signed-off-by: Dan Ryan <dan@danryan.co>
|
2018-10-11 06:25:56 -04:00 |
|
Dan Ryan
|
cae8bad0a8
|
Merge pull request #2989 from pypa/update-vendored-deps
Update vendored deps
|
2018-10-10 19:55:26 -04:00 |
|
Dan Ryan
|
828fa207d9
|
Merge branch 'master' into update-vendored-deps
|
2018-10-10 18:46:15 -04:00 |
|
Dan Ryan
|
2687897e9a
|
Merge pull request #2988 from pypa/fix-resolution
Fix resolution
|
2018-10-10 18:45:55 -04:00 |
|