Dan Ryan
5525a87c4b
fix run path for test runner script
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 01:28:03 -05:00
Dan Ryan
ef235d8006
Fix import
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 01:24:49 -05:00
Dan Ryan
6c8af23ec0
Re-try dest distribution
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 01:24:01 -05:00
Dan Ryan
ffe1403809
Re-try dest distribution
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 01:23:08 -05:00
Dan Ryan
04bb9ada05
Fix circular import
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 01:01:51 -05:00
Dan Ryan
e94495ec8d
Fix circular import
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 01:01:33 -05:00
Dan Ryan
061869f22e
Don't disable --user when --system is passed
...
- Fixes #3222
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 00:56:21 -05:00
Dan Ryan
ec604cffc3
Add distributed testing for azure
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 00:49:15 -05:00
Dan Ryan
895c4049b9
Fix encoding issues and python discovery
...
- Add spiner symbols to unicode translation map
- Update pythonfinder to master (ignore vendor update for now)
- Fixes #3223
- Fixes #3224
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-15 00:47:51 -05:00
Dan Ryan
76247ea3c3
pre-bump
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 19:31:58 -05:00
Dan Ryan
6f07e72e5a
Release 2018.11.14
...
Signed-off-by: Dan Ryan <dan@danryan.co >
v2018.11.14
2018-11-14 18:35:38 -05:00
Dan Ryan
b51afde84a
Update towncrier template
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 18:25:09 -05:00
Peter Schutt
a84f5443af
Incorrect ref in VCS example
...
Small changes, but a couple of issues in the `A Note About VCS Dependencies` section of the docs.
Running the example `$ pipenv install -e git+https://github.com/requests/requests.git@v2.19#egg=requests ` raises the error: `Did not find branch or tag 'v2.19', assuming revision or ref.` I think it should be 'v2.19.1' which is just a typo as 'v2.19.1' is used in the subsequent lines of the example.
The example Pipfile in the section excludes the `v` in the version number written to the `ref = ` part. I found it a little confusing that it would strip the 'v' from the tag, but then on testing it I found that it doesn't do that:
```
[packages]
requests = {editable = true, ref = "v2.20.1", git = "https://github.com/requests/requests.git "}
```
Also, while I was here I figured I'd update the example to the most recent requests release.
Thanks.
2018-11-15 10:17:58 +11:00
Dan Ryan
d9ebad335d
Merge pull request #3217 from pypa/maintenance/merge-3191-3196-3209
...
Merge #3191 , #3196 and #3209
2018-11-14 18:13:36 -05:00
Dan Ryan
41cbe4dbdd
Pin postreleases to pass packaging ci
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 17:01:30 -05:00
Dan Ryan
a8f4c7e2a3
accidental commit
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 16:56:06 -05:00
Dan Ryan
08d94d4ebc
Update core and rebuild ci
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 16:53:20 -05:00
Dan Ryan
5e5e1ed4bc
Stray print
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 12:23:58 -05:00
Dan Ryan
bfa0b290cc
Update vendored deps
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 01:11:59 -05:00
Dan Ryan
ada66d3e72
Remove old patch
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 00:51:26 -05:00
Dan Ryan
86c894d81b
Woops, delegator isn't updated, neither packaging
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 00:47:22 -05:00
Dan Ryan
e86434328c
Merge remote-tracking branch 'devxpy/master' into maintenance/merge-3191-3196-3209
...
- Closes #2200
- Closes #3112 (via merge)
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 00:44:09 -05:00
Dan Ryan
ec166f9295
Reformat cli and command code
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 00:43:11 -05:00
Dan Ryan
3585ef1a0e
Merge branch 'maintenance/merge-3191-3196-3209' of github.com:pypa/pipenv into maintenance/merge-3191-3196-3209
2018-11-14 00:40:54 -05:00
Dan Ryan
2f97279fa8
Update vendor file
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 00:29:04 -05:00
Dan Ryan
08c384bba0
Implement auto_envvar_prefix
...
- Closes #2200
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-14 00:28:32 -05:00
frostming
095c9ef730
remove useless tests
2018-11-14 13:15:47 +08:00
Dan Ryan
f9b97dacc7
Get rid of split file test
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 19:07:06 -05:00
Dan Ryan
2e10ff6c7d
Fix pythonfinder
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 18:08:00 -05:00
Dan Ryan
f494571183
Code cleanup -- unused functions
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 18:07:48 -05:00
Dan Ryan
15f8d78bce
Syntax error and pythonfinder issue fixes
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 17:46:30 -05:00
Dan Ryan
1e3b8f9615
Update news entries
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 15:16:53 -05:00
Dan Ryan
72e2ef70c5
Derive source names from URLs when not supplied
...
- Fixes #3216
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 14:56:26 -05:00
Dan Ryan
c3cdbfb10b
Merge remote-tracking branch 'frostming/improve-toml-parse' into maintenance/merge-3191-3196-3209
...
- Merge #3191 , #3196 , and #3209
- Closes #3191
- Closes #3196
- Closes #3214
- Closes #3209
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 10:35:04 -05:00
Dan Ryan
43702815fc
Merge branch 'update-vendor' into feature/improved-async-installer
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 10:28:20 -05:00
Dan Ryan
6b3c9a7eb7
Remove accidentally committed test script
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 10:18:15 -05:00
Dan Ryan
310e0b293b
Fix pythonfinder
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 10:17:19 -05:00
Dan Ryan
e328ae24df
Fix feedback
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 01:23:19 -05:00
Dan Ryan
d73879b5e5
Update requirementslib
...
- Fix ref parsing
- Fixes #3214
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 01:01:49 -05:00
Dan Ryan
7bc754afb2
Merge branch 'master' into update-vendor
2018-11-13 00:39:48 -05:00
Dan Ryan
13c9e62029
Update pythonfinder
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-13 00:39:20 -05:00
Frost Ming
e20f0fec1c
Merge pull request #3213 from pypa/bugfix/3212
...
Bring back the fix of #3147
2018-11-13 12:33:23 +08:00
Dan Ryan
cb601b0e5b
Fix syntax
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 23:23:22 -05:00
Dan Ryan
e62b800506
Fix syntax
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 23:22:48 -05:00
frostming
f69b79645b
Bring back the fix of #3147
...
Signed-off-by: frostming <mianghong@gmail.com >
2018-11-13 11:45:19 +08:00
Dan Ryan
9296f561d9
Fix bugs in environment implementation
...
- Fix virtualenv
- Update pythonfinder
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 22:28:29 -05:00
Dan Ryan
ef59d1520e
Fix bugs in environment implementation
...
- Fix virtualenv
- Update pythonfinder
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 22:27:38 -05:00
Dan Ryan
9eabde0bbf
no samefile for windows python2.7
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 16:32:16 -05:00
Dan Ryan
d7d50ef3b7
no samefile for windows python2.7
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 16:31:53 -05:00
Dan Ryan
1c9b9290dd
Merge pull request #3203 from jxltom/continue-fix-3188
...
Pass requirements para to only in get_requirements
2018-11-12 13:52:48 -05:00