Commit Graph

2416 Commits

Author SHA1 Message Date
John Carter da4bfb9fae make man after recent doc tweaks (5425e0f, 3b99b14a, 16c25323 etc) 2017-10-07 11:39:31 +13:00
John Carter 5425e0f52c Spelling typo fix 2017-10-07 09:44:24 +13:00
kennethreitz a15fa58de0 Merge pull request #842 from vphilippon/fix-resolving-stabilisation-on-markers
Reset the InstallRequirement.prepared attribute when yeilding dependencies
2017-10-06 13:06:52 -04:00
Vincent Philippon e821cbb194 Reset the InstallRequirement.prepared attribute when yeilding dependencies
Fixes #839
This well ensure the dependencies are well-fetched on the next iteration
too.
2017-10-06 12:49:35 -04:00
kennethreitz 83e29b8860 dry run was backwards
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 10:20:24 -04:00
kennethreitz 4749985b0b fix for --dry-drun
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 10:19:19 -04:00
kennethreitz f5923ed75f next version
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 10:08:15 -04:00
kennethreitz 8b1392eab4 history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 10:07:59 -04:00
kennethreitz 0444a2d5a0 fix py2toml with dashes
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 10:07:42 -04:00
kennethreitz a5d29418c0 better cleanup_toml
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 10:02:53 -04:00
kennethreitz 73574898de cleanup_toml
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 09:59:28 -04:00
kennethreitz 3173479359 history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 09:50:24 -04:00
kennethreitz 3615536fe4 Merge pull request #835 from techalchemy/bugfix/git-ssh-vcs-url
Bugfix/git ssh vcs url
2017-10-06 09:49:44 -04:00
kennethreitz 31ed29dd8b history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-06 09:44:43 -04:00
kennethreitz 25c83b9962 Merge pull request #833 from vphilippon/update-piptools-wheel-bugfix
Updating the patched pip-tools with the wheel dependency bugifx.
2017-10-06 09:44:04 -04:00
Dan Ryan c8db3a501b Remove URL reformatter 2017-10-04 23:41:24 -04:00
Dan Ryan fc2bb6b9cc Remove extra whitespace 2017-10-04 23:39:47 -04:00
Erin O'Connell 9d13f53fdc Merge pull request #830 from krismolendyke/fix-check-unused-test
Add check unused test for mapped package name
2017-10-04 21:39:46 -06:00
Dan Ryan 13e9e6dd7c Modify Requirement objects using git over ssh
* Fix Requirement objects that use git+git@host:user/repo.git syntax
* Requirements are not natively being recognized as VCS requirements
* This converts them to VCS by moving req.path to req.uri and adding
* Adds req.vcs flag
* Remove some redundancies from project package filtering
* Fixes #788 (Maybe) -- see discussion in the issue
2017-10-04 23:38:04 -04:00
Vincent Philippon 988af6a109 Updating the patched pip-tools with the wheel dependency bugifx.
Aligned with pip-tools commit ef0aa2d62bd5499b328e5f3c9b26130d07be16dd
plus pipenv patching.
2017-10-04 17:00:07 -04:00
Kris aa733275d2 Add check unused test for mapped package name 2017-10-04 14:32:12 -04:00
kennethreitz 312363f699 Merge branch 'master' of github.com:kennethreitz/pipenv 2017-10-04 10:41:31 -04:00
kennethreitz 7b0b3cae41 next version
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-04 10:41:20 -04:00
kennethreitz 6889780eb2 Merge pull request #818 from techalchemy/non-editable-file-fix
Fix install for local sdist packages
2017-10-04 10:41:00 -04:00
kennethreitz dea4befe46 unused
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-04 10:39:46 -04:00
kennethreitz fa5b990a4e Merge pull request #821 from krismolendyke/fix-check-unused
Fix check --unused
2017-10-04 10:39:09 -04:00
Nate Prewitt 0acd7a2acf Merge pull request #824 from alercunha/patch-empty-pipenv-shell
Fix when PIPENV_SHELL is empty
2017-10-04 16:07:52 +02:00
Erin O'Connell db1ec2ad98 Merge pull request #825 from kennethreitz/pep8-nicities
Pep8 nicities
2017-10-03 23:43:26 -06:00
Erin O'Connell 5a297c094b more flake 8 2017-10-03 23:29:11 -06:00
Erin O'Connell 2d1a0e0602 flake 8 stuff for the main test suite 2017-10-03 23:29:01 -06:00
Erin O'Connell 63331fa53e fixed pep8 errors from flake8 for legacy tests 2017-10-03 23:27:16 -06:00
Erin O'Connell 1a6dfe121d added a blank line 2017-10-03 23:20:31 -06:00
Erin O'Connell c92b1b6a33 used pipenv check --style to make this compliant with pep8. Style :) 2017-10-03 23:17:46 -06:00
Alex Cunha caa23d8878 Fix when PIPENV_SHELL is empty 2017-10-03 21:48:08 -05:00
Kris 5c85bae3f4 Map package names before checking proper case 2017-10-03 12:48:51 -04:00
Dan Ryan bb32f66510 Fix install for local sdist packages
* Fixes #817
* Packages werent being identified as local files
* Therefore they were not being given a path
* We were trying to resolve them with pypi
2017-10-02 18:19:53 -04:00
kennethreitz 7b2144cd21 update / sequential
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-02 09:21:04 -04:00
kennethreitz 7a1e68f92b Merge pull request #797 from 5uper5hoot/add-update-sequential
Add update sequential
2017-10-02 09:20:26 -04:00
kennethreitz 331b878a69 update vendored setuptools
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-02 09:02:26 -04:00
kennethreitz 226397d761 Merge pull request #799 from WhyNotHugo/fix-crash
Update pip's pkg_resources from Setuptools 34.2.0.
2017-10-02 09:01:56 -04:00
kennethreitz 92dbf2866d history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-02 09:00:58 -04:00
kennethreitz 849b9cc409 Merge pull request #807 from techalchemy/non-editable-vcs-fix
Non editable vcs fix
2017-10-02 09:00:30 -04:00
kennethreitz 1651f421f7 history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-02 08:59:32 -04:00
kennethreitz dd2ed9842c Merge pull request #814 from lc-soft/fix_unicode_decode_error_on_windows
Fix unicode decode error on windows
2017-10-02 08:58:47 -04:00
Liu 3962406ef7 fix unicode decode error on windows 2017-10-02 19:34:27 +08:00
Erin O'Connell 560ba8fef7 Merge pull request #808 from kennethreitz/pip_version_note
little note showing required version
2017-10-01 22:11:27 -06:00
Erin O'Connell 87ec304e12 little note showing required version 2017-10-01 21:54:17 -06:00
Dan Ryan ec57146f42 Add more VCS checks, fixes #806 2017-10-01 23:07:58 -04:00
Dan Ryan 6e32b6fc49 Refactor project package code and add VCS checks 2017-10-01 22:58:49 -04:00
Erin O'Connell 4f4bec0c55 quick fix for quick logic fix for PR 793 2017-10-01 12:02:01 -06:00