Commit Graph

2562 Commits

Author SHA1 Message Date
Dan Ryan dfd337b9ea Remove unnecessary return 2017-11-03 20:59:40 -04:00
Dan Ryan 837220ade4 Rename function that touches cache dir update file 2017-11-03 20:55:57 -04:00
Dan Ryan 44053b52bb Only use bg thread for network calls
- Also use os.utime instead of opening a file pointer for existing files
2017-11-03 19:59:55 -04:00
Dan Ryan ca2ed0eeea Only check for updates once per 24 hours
- Store stamp file in app cache dir (os specific)
- Vendor appdirs (is this a good idea?)
- Fixes #1023 and some other issues I dont know about
- This works but is just a suggestion to get my thoughts on paper
2017-11-03 00:38:54 -04:00
Nate Prewitt e495a2b422 Merge pull request #1022 from richardcooper/homebrew_docs
Add homebrew to the install instructions
2017-11-02 19:27:36 -07:00
Richard Cooper 4b9b70ed9a Add homebrew to the install instructions 2017-11-02 20:16:58 +00:00
Nate Prewitt 5193fd54ff Merge pull request #1018 from rodxavier/master
Add PIPENV_DONT_LOAD_ENV in advanced docs
2017-11-01 18:26:31 -07:00
Rod Xavier Bondoc 72bed8d32f Add PIPENV_DONT_LOAD_ENV in advanced docs 2017-11-02 12:23:17 +11:00
Nate Prewitt d022ef2e1e Merge pull request #1011 from jamieconnolly/default-pyenv-root
Use the default PYENV_ROOT if it is not set
2017-11-01 09:36:56 -07:00
Jamie Connolly dff93b80aa Use the default PYENV_ROOT if it is not set 2017-11-01 15:18:28 +00:00
Nate Prewitt 45cb2a96ec Merge pull request #1009 from anowlcalledjosh/develop
Fix typo in GitHub issue template
2017-11-01 07:11:42 -07:00
Josh Holland 177722cde9 Fix typo in GitHub issue template 2017-11-01 13:30:55 +00:00
Erin O'Connell 5094080ccd Merge pull request #1007 from kennethreitz/fix-1003
Added a minimum version of flake8
2017-10-31 20:45:59 -06:00
Erin O'Connell 5daeab4a2d Specify most minimum flake8 version
that works with pipenv
2017-10-31 20:35:41 -06:00
Nate Prewitt e1538d0944 Merge pull request #999 from OmeGak/master
Add instructions to install via homebrew in README
2017-10-31 19:22:22 -07:00
Erin O'Connell 0f2aa727ae Added a minimum version of flake8
should address #1003
2017-10-31 20:13:50 -06:00
Nate Prewitt 72767c7a9b Merge pull request #1004 from hrbonz/wip/requirement_index_url
fix pip index handling
2017-10-31 08:30:29 -07:00
Stefan 'hr' Berder 6ac1eee6b9 fix pip index handling
fix handling of the proper long index option (--index-url) for pip
install.
2017-10-31 22:41:10 +08:00
Nate Prewitt 1bf6f5101a Merge pull request #1000 from techalchemy/bugfix/998-pyenv-prerelease
Ignore prerelease python installs from pyenv
2017-10-30 21:55:32 -07:00
Dan Ryan 544dd61892 Ignore prerelease python installs from pyenv
- Fixes #998
2017-10-30 20:22:24 -04:00
Alejandro Avilés 134dae8d6c Add instructions to install with Homebrew 2017-10-31 00:03:38 +01:00
Nate Prewitt 2cd7b35da1 v8.3.1 v8.3.1 2017-10-29 21:42:11 -07:00
Nate Prewitt 632d8ea497 updating delegator.py 2017-10-29 21:37:31 -07:00
Nate Prewitt 6edfc89672 prettier message for vcs req missing egg fragment 2017-10-29 17:35:39 -07:00
Erin O'Connell b4336df8cd fixed a syntax error 2017-10-29 15:30:38 -06:00
Erin O'Connell c95da26ce0 Added checks to ensure non dev packages aren't removed 2017-10-29 15:20:50 -06:00
Erin O'Connell 0d1af59e0e Update HISTORY.txt 2017-10-29 14:46:33 -06:00
Erin O'Connell 815c5b490a Merge pull request #990 from kennethreitz/issue-873
updated --dev flag to --all-dev for uninstall
2017-10-29 14:45:07 -06:00
Erin O'Connell dda74142d4 Spell stuff correctly
Merge branch 'issue-873' of github.com:kennethreitz/pipenv into issue-873
2017-10-29 14:16:21 -06:00
Erin O'Connell 546f5494eb added test for new uninstall --all-dev flag 2017-10-29 14:04:48 -06:00
Erin O'Connell f5eca4d29c updated docs with new uninstall option 2017-10-29 13:57:53 -06:00
Erin O'Connell a262e283ff Update cli.py
fixed a small issue
2017-10-29 13:44:06 -06:00
Erin O'Connell 21ec6be066 updated --dev flag to --all-dev 2017-10-29 13:40:38 -06:00
Nate Prewitt e1c3f29618 v8.3.0 v8.3.0 2017-10-28 12:15:27 -07:00
Nate Prewitt 8a74581032 s/FILE_LIST/SCHEME_LIST/g 2017-10-26 22:32:41 -07:00
Nate Prewitt 3bdf2afb94 Merge pull request #979 from timworx/fix-help-truncate
Switched to `short_help` kwarg from `help` for command help text.
2017-10-26 18:33:40 -07:00
Tim S b68dcc19ac Switched to short_help kwarg from help for commands to fix text truncation. 2017-10-26 13:17:56 -04:00
Hamad AlGhanim bb5c6c4aee test for installing from remote file (#950)
adding test for remote requirment
2017-10-26 08:57:06 -07:00
Nate Prewitt e72e17ad69 Merge pull request #977 from kennethreitz/revert-976-master
Revert "Fix #973 Fails if two conflicting "requires" sections are present."
2017-10-25 16:57:08 -07:00
Nate Prewitt ad4fd824bf Revert "Fix #973 Fails if two conflicting "requires" sections are present." 2017-10-25 14:54:18 -07:00
Erin O'Connell ff3c9e4477 Merge pull request #976 from mirosval/master
Fix #973 Fails if two conflicting "requires" sections are present.
2017-10-25 15:45:08 -06:00
Miroslav Zoricak b3093368a9 Fix #973 Fails if two conflicting "requires" sections are present.
Add a more explicit error message if a section of the Pipfile is duplicated
2017-10-25 21:49:13 +02:00
Nate Prewitt b1be8f7290 properly close temp requirements file for Windows 2017-10-25 08:03:37 -07:00
Nate Prewitt e8ceb6db8e write requests response content more idomatically 2017-10-25 08:03:06 -07:00
Erin O'Connell 3299208507 Update HISTORY.txt 2017-10-25 02:10:37 -06:00
Erin O'Connell 5e93209372 added documentation for lock -r -d 2017-10-25 01:56:09 -06:00
Erin O'Connell 13bb89023e Merge pull request #972 from kennethreitz/lock-requirements-enhancement
Lock requirements enhancement
2017-10-25 01:43:57 -06:00
Erin O'Connell e5da54ba57 updated test for new lock -r functionality 2017-10-25 01:14:43 -06:00
Erin O'Connell 5b7d2319b6 Add ability to export default and dev requirements separately 2017-10-25 01:00:45 -06:00
Erin O'Connell 105a2fc0e8 Added dev option to lock -r to generate requirements with and without development requirements 2017-10-25 00:45:19 -06:00