Commit Graph

2398 Commits

Author SHA1 Message Date
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
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
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
Erin O'Connell f415f886dc quick logic fix for PR 793 2017-10-01 11:49:54 -06:00
Hugo Osvaldo Barrera 6337cbd8de Update pip's pkg_resources from Setuptools 34.2.0.
This is basically a port of pip's commit
eaccb88674beff75bb98a1d1e2d53a26a9c63890, which updates the vendored
pkg_resources, and fixes a crash which, apparently, seems to happen when
trying to import setuptools/pkg_resources in an environment where a
namespace package is installed, but where there is more than one
directory in the path of the namespace package.

This crash is reproducible by running any pipenv command, including
`pipenv --version` in an empty directory.

See the upstream bug here[1] for further details.

Fixes #552

[1] https://github.com/pypa/setuptools/issues/885
2017-10-01 13:24:02 -03:00
Peter Schutt 44c4730101 wrong default 2017-10-01 12:59:21 +00:00
Peter Schutt bd23eb0ea0 reduced number of packages to improve run time 2017-10-01 12:52:05 +00:00
Peter Schutt 12271b5d4e add test for sequential update mode 2017-10-01 12:43:47 +00:00
Peter Schutt a1a91da0dd Add --sequential option to update command 2017-10-01 12:24:27 +00:00
kennethreitz e08226d951 fix for #785
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
v8.2.6
2017-10-01 06:52:09 -04:00
kennethreitz b65b2de9cf fix updating
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-01 06:49:59 -04:00
kennethreitz c7af46f1da fix updating
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-01 06:49:40 -04:00
kennethreitz 879f94dd7d Revert "updates to update"
This reverts commit c8bd24f9bb.
2017-10-01 06:47:12 -04:00
kennethreitz f70873245d history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-01 06:43:16 -04:00
kennethreitz bded7ae737 cleanup
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-01 06:42:02 -04:00
kennethreitz 99f555c681 Merge pull request #793 from kennethreitz/788-fix
788 fix
2017-10-01 06:38:35 -04:00
kennethreitz f3c8b0d71a max_rounds
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-10-01 06:31:41 -04:00
Erin O'Connell 98e8fdd664 lets reverse that 2017-10-01 02:40:18 -06:00
Erin O'Connell 16a173aa23 bug fix for pep check 2017-10-01 02:35:02 -06:00
Erin O'Connell ebd70e4cc8 remove the replace method so the packages get passed properly 2017-10-01 02:23:53 -06:00
Nate Prewitt 4980fc2110 v8.2.5 v8.2.5 2017-09-30 13:39:54 -07:00