Commit Graph

4589 Commits

Author SHA1 Message Date
Dan Ryan 283b29df6a Merge pull request #2432 from greysteil/fix-typo
Fix typo in comment ('Pip < 9 and below' -> 'Pip 9 and below')
2018-06-26 19:51:32 -04:00
Dan Ryan 69fa1b0f92 Merge branch 'master' into fix-typo 2018-06-26 19:51:16 -04:00
Dan Ryan fa7e27e54c Merge pull request #2427 from hroncok/py37
prettytoml: Catch StopIteration in AbstractTable._enumerate_items
2018-06-26 19:46:31 -04:00
Grey Baker 43b2c4da60 Fix typo in comment ('Pip < 9 and below' -> 'Pip 9 and below') 2018-06-26 17:18:39 -04:00
Miro Hrončok d14df0c73c prettytoml: Catch StopIteration in AbstractTable._enumerate_items
This makes PEP 479 enabled Pythons (such as 3.7) work again.

Otherwise you get:

    RuntimeError: generator raised StopIteration

Fixes https://github.com/pypa/pipenv/issues/2426
2018-06-26 23:17:01 +02:00
Miro Hrončok 951e495489 Fix _post-pip-update-pep425tags.patch
See https://github.com/pypa/pipenv/pull/2427#issuecomment-400460828
2018-06-26 23:17:01 +02:00
Dan Ryan 04b709fbd0 Add click-completion update news
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-26 15:53:15 -04:00
Dan Ryan 81d4484b96 Added news entries for new commits
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-26 15:51:29 -04:00
Dan Ryan f64fe41f4c Merge pull request #2404 from cverna/add_fedora_install
Add Fedora installation instruction to Readme
2018-06-26 15:48:19 -04:00
Dan Ryan e5fa0acb2e Merge branch 'master' into add_fedora_install 2018-06-26 15:48:12 -04:00
Dan Ryan 9ec6b74eb8 Merge pull request #2415 from dnoetzel/bugfix-439
Allow virtual env creation in dir with leading dash
2018-06-26 15:47:21 -04:00
dnoetzel 84908cdb94 Merge branch 'master' into bugfix-439 2018-06-26 12:30:02 -05:00
Dan Ryan 2db0e62ae2 Merge pull request #2422 from wjv/fix_completion
Install Jinja2 templates for click_completion
2018-06-26 11:05:35 -04:00
Johann Visagie a69ddb5a7e Install Jinja2 templates for click_completion 2018-06-26 12:27:04 +02:00
Dan Ryan a2a193616a Merge pull request #2419 from pypa/bugfix/2416
Update requirementslib to fix markers in vcs reqs
2018-06-26 02:27:01 -04:00
Dan Ryan 5df0bbc1af Merge branch 'master' into bugfix/2416 2018-06-26 01:02:03 -04:00
Tzu-ping Chung 3cefe84208 Merge pull request #2417 from pypa/bugfix/2414
Fix bug with `--system --deploy` overwriting pipfile
2018-06-26 12:59:45 +08:00
Dan Ryan de9faeb48e Update requirementslib to fix markers in vcs reqs
- Fixes #2416

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-26 00:44:01 -04:00
Dan Ryan 7f7ae3244d Fix bug with --system --deploy overwriting pipfile
- Fixes #2414
- Also bump to 2018.6.26.dev0

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-25 21:22:35 -04:00
dnoetzel 0a5d83b2bd Merge branch 'master' into bugfix-439 2018-06-25 15:16:56 -05:00
David Noetzel d3513ee382 Allow virtual env creation in dir with leading dash
Invoke pew with a double dash separator ("--"), to make it clear that
the virtualenv name is a positional argument. Since the virtualenv
name includes all or at least the beginning of the directory name,
trying to create a virtualenv in a directory with a leading dash in
its name will cause pew to erroneously parse the virtualenv name as an
optional argument. Adding the separator causes the virtualenv name to
be parsed correctly.

Fixes #439
2018-06-25 14:40:55 -05:00
David Noetzel 4b4b384fe0 Add failing test 2018-06-25 14:39:50 -05:00
Dan Ryan eb2a7c18c6 Remove news files (added to changelog)
Signed-off-by: Dan Ryan <dan@danryan.co>
v2018.6.25
2018-06-25 04:04:17 -04:00
Dan Ryan 9b258df21e Fix setup.py and update changelog/news files
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-25 04:03:56 -04:00
Dan Ryan c708a63d15 Fixed changelog 2018-06-25 03:59:41 -04:00
Dan Ryan 3a6b7eeaec Update changelog. 2018-06-25 03:34:55 -04:00
Dan Ryan f11e6e9c5d Update history, fix news typo
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-25 03:34:27 -04:00
Dan Ryan 8502355eae Bump version
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-25 03:29:49 -04:00
Dan Ryan 03bf7eecb3 Update release tasks
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-25 03:28:17 -04:00
Dan Ryan b46feb1bbb Merge pull request #2408 from pypa/#2407
Allow check to ignore packages
2018-06-25 03:44:57 -04:00
Dan Ryan 9bcd668dac Slight tweak to api, add test, add news
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-25 02:43:03 -04:00
Dan Ryan 4127f8da1d Remove print 2018-06-25 02:24:11 -04:00
Erin O'Connell b736708ee7 add click option for --safety-ignore instead of parsing it out of args 2018-06-24 22:46:03 -06:00
Erin O'Connell 734398e336 allow for more than one package to be passed to safety 2018-06-24 21:41:58 -06:00
Erin O'Connell 1154d2f1d7 rename the parameter --ignore to --safety_ignore 2018-06-24 20:42:12 -06:00
Erin O'Connell 2561e80dc8 simpler approach 2018-06-24 20:35:02 -06:00
Erin O'Connell cc332313a6 check now see's if --ignore is in the args list and append argument call to safety 2018-06-24 20:22:16 -06:00
Dan Ryan e535b05ed0 Merge pull request #2403 from pypa/cleanup-16
Cleanup 16.0
2018-06-24 13:59:18 -04:00
Clement Verna 5e3a49a628 Add Fedora installation instruction to Readme
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-06-24 19:44:17 +02:00
Tzu-ping Chung eafc97590d Fix docstrings that occurs in wrong places. 2018-06-25 00:55:42 +08:00
Tzu-ping Chung d382842dd8 Remove unused utility function
All get_converted_relative_path usages are now pushed into
requirementslib.
2018-06-24 15:55:06 +08:00
Tzu-ping Chung f91d83983c Fake upgrade to requirementslib 1.0.5 2018-06-24 15:54:07 +08:00
Tzu-ping Chung 1afee9a118 Merge pull request #2401 from pypa/tests-16.0
Tests 16.0
2018-06-24 14:45:12 +08:00
Dan Ryan 9624dce80a Windows relpath fix with requirementslib update
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-24 01:01:30 -04:00
Dan Ryan 3bfab233f5 Unicode file data
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-24 00:10:36 -04:00
Dan Ryan 5402a9bc0f Bump requirementslib version
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-24 00:06:31 -04:00
Dan Ryan 4b63fe5086 Update requirementslib again
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-24 00:03:10 -04:00
Dan Ryan 30b6425d57 Updated requirementslib and tests
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-23 23:35:35 -04:00
Dan Ryan aa82db02f7 Update test with comments + minor tweak
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-06-23 20:32:20 -04:00
Dan Ryan cf8fcfd8c6 Merge branch 'tests-16.0' of github.com:pypa/pipenv into tests-16.0 2018-06-23 20:28:36 -04:00