Commit Graph

5916 Commits

Author SHA1 Message Date
GreatBahram 2fdc4fa6cb simple bug fix in setup.py 2018-12-11 09:03:08 +03:30
Dan Ryan 51b46c9f58 Merge pull request #3348 from refack/verbose-run
Enable output of script line for 'run' in verbose mode
2018-12-09 02:37:08 -05:00
Dan Ryan 670b010d6f Merge branch 'master' into verbose-run 2018-12-08 18:39:41 -05:00
Dan Ryan 7a2bdfe73b Merge pull request #3352 from nonylene/patch-1
Fix `--site-packages` flag is not recognized
2018-12-08 17:16:16 -05:00
nonylene f81e86181c Add test for pipenv --python --site-packages 2018-12-09 05:17:25 +09:00
nonylene 0498b46f02 Merge branch 'master' into patch-1 2018-12-09 02:53:10 +09:00
Frost Ming 69f2003c44 Merge pull request #3362 from pypa/preserve-inline-spaces
Preserve inline spaces in toml
2018-12-07 09:47:48 +08:00
Frost Ming aadb24b9df Move to install test suite 2018-12-07 09:00:04 +08:00
Frost Ming 8efaea620e Raise condition evaluation 2018-12-06 16:02:37 +08:00
Frost Ming 560d4ff5aa fix a typo 2018-12-06 16:00:33 +08:00
Frost Ming 27f83a8631 preserve inline spaces in toml 2018-12-06 15:54:18 +08:00
Frost Ming 7f5676e2b8 add news 2018-12-06 15:05:54 +08:00
nonylene e229f7e038 Rename 3352.bugfix.rst to 3351.bugfix.rst 2018-12-05 06:41:06 +09:00
nonylene eff802a62d Create 3352.bugfix.rst 2018-12-05 06:28:36 +09:00
nonylene 64ae1ed8a4 Fix --site-packages flag is not recognized
`site_packages` argument in `cli` function always set to false because `--site-packages` flag was defined in global state (https://github.com/pypa/pipenv/blob/97657b2797b8a8f045776470d74add6048a95b67/pipenv/cli/options.py#L62). 

Fixes #3351
2018-12-05 06:19:32 +09:00
Refael Ackermann 5c8ecfc86f fixup! add news 2018-12-04 12:10:37 -05:00
Dan Ryan 453ed705a8 fixup! use $
Co-Authored-By: refack <refack@gmail.com>
2018-12-04 12:03:56 -05:00
Refael Ackermann aee66c6074 fixup! use click.echo > stderr 2018-12-03 20:17:01 -05:00
Refael Ackermann d47604892a Enable output of script line for 'run' in verbose mode 2018-12-03 16:26:23 -05:00
Dan Ryan 8707fe5257 Merge pull request #3344 from jxltom/remove-additional-option
Remove duplicate skip-lock option
2018-12-02 03:21:25 -05:00
jxltom 97657b2797 Remove duplicate skip-lock option 2018-12-02 15:03:02 +08:00
Frost Ming 613d99b1a0 Merge pull request #3338 from pypa/bugfix/3324
Don't normalize name when writing Pipfile
2018-12-02 08:32:39 +08:00
Dan Ryan 2160b64005 Merge branch 'master' into bugfix/3324 2018-12-01 14:09:59 -05:00
Dan Ryan 847b8ae28d Merge pull request #3337 from jxltom/resort-imports
Resort imports for pipenv, tasks, tests and docs
2018-12-01 14:09:25 -05:00
Dan Ryan a500420f6c Merge branch 'master' into resort-imports 2018-12-01 13:06:25 -05:00
Frost Ming e87e15dc4f Merge pull request #3341 from jxltom/enable-tests-in-travis
Enable test disabled in travis
2018-12-01 22:47:26 +08:00
jxltom bea9e03165 Enable test disabled in travis 2018-12-01 22:17:00 +08:00
Frost Ming 360ed75992 try another package
Signed-off-by: Frost Ming <mianghong@gmail.com>
2018-12-01 20:56:47 +08:00
Frost Ming 7eab5bede2 use pep423_name
Signed-off-by: Frost Ming <mianghong@gmail.com>
2018-12-01 20:18:32 +08:00
Frost Ming 7718350f2f Don't normalize name when writing Pipfile
Signed-off-by: Frost Ming <mianghong@gmail.com>
2018-12-01 19:44:10 +08:00
jxltom d3d2c6b14a Merge branch 'master' into resort-imports 2018-12-01 19:17:01 +08:00
jxltom c1a9f0079c Resort imports for docs 2018-12-01 19:11:55 +08:00
jxltom dae467ed82 Merge pull request #3336 from jxltom/fix-typo
Fix typo in comments
2018-12-01 18:55:16 +08:00
jxltom 084bf41f77 Resort imports for tasks 2018-12-01 18:49:37 +08:00
jxltom d4d0aa7412 Merge branch 'master' into resort-imports 2018-12-01 18:10:17 +08:00
jxltom dc95d4d74e Merge branch 'master' into fix-typo 2018-12-01 18:09:54 +08:00
jxltom 2e5d4cd654 Reformat utils.py 2018-12-01 17:52:20 +08:00
Dan Ryan d63ed0537e Merge pull request #3334 from DavidStaheli/patch-2
Point build badges at the current pipelines
2018-12-01 04:31:50 -05:00
jxltom 85e64b86be Resort imports for tests 2018-12-01 17:26:32 +08:00
jxltom 198eda5faf Minimal resort imports on __init__ 2018-12-01 17:20:07 +08:00
jxltom accc6ebf4f Resort imports except for patched and vendor 2018-12-01 17:19:41 +08:00
jxltom 4f98aae5e2 Fix typo in comments 2018-12-01 16:48:33 +08:00
David Staheli 20c9dd029c Point build badges at the current pipelines
The Azure Pipelines build badges were pointing at the old pipelines' status.  This PR points them to the new/current pipelines' status.
2018-11-30 15:13:02 -05:00
Dan Ryan 67ea981773 Merge pull request #3320 from pypa/quote-carets
Quote arguments with carets for cmd.exe
2018-11-29 01:47:30 -05:00
Dan Ryan 6fc740abbf Merge branch 'master' into quote-carets 2018-11-28 23:53:20 -05:00
Dan Ryan 4835512145 Merge pull request #3322 from ob-stripe/ob-fix-3313
Handle alternate names for UTF-8 encoding
2018-11-28 23:52:45 -05:00
Olivier Bellone 79da8e3825 Handle alternate names for UTF-8 encoding 2018-11-28 12:53:00 +01:00
Tzu-ping Chung 6a93e6cf44 Quote arguments with carets for cmd.exe
Carets introduce a difficult situation since they are essentially
"lossy" when parses. Consider this in cmd.exe:

    > echo "foo^bar"
    "foo^bar"
    > echo foo^^bar
    foo^bar

The two commands produce different results, but are both parsed by the
shell as `foo^bar`, and there's essentially no sensible way to tell what
was actually passed in. This implementation assumes the quoted variation
(the first) since it is easier to implement, and arguably the more common
case.
2018-11-28 19:30:45 +08:00
Frost Ming f4c325c668 Merge pull request #3319 from pypa/bugfix/3318
Abort pipenv when pip install fails
2018-11-28 17:18:32 +08:00
Frost Ming 6873145116 Abort pipenv when pip install fails 2018-11-28 16:42:14 +08:00