Commit Graph

2428 Commits

Author SHA1 Message Date
Nate Prewitt 81fe4dc21f Merge pull request #863 from and800/master
fix installing with compatible release specifier
2017-10-09 18:45:43 -07:00
Nate Prewitt cdb08e60c5 Merge pull request #867 from kennethreitz/remove_pathlib
remove unused vendored pathlib
2017-10-09 14:54:16 -07:00
Nate Prewitt 6c94ac41c9 remove unused vendored pathlib 2017-10-09 11:07:38 -07:00
Andriy Maletsky 8c48266e37 fix installing with compatible release specifier 2017-10-09 13:18:26 +03:00
Nate Prewitt a17ada981c Merge pull request #855 from JackDanger/jack/set-timeout-on-fetching-warehouse-hashes
set timeout on fetching warehouse hashes
2017-10-08 12:45:11 +02:00
Jack Danger 7fdd9371e7 removing now-extraneous pass statement 2017-10-07 21:51:22 -07:00
Jack Danger 331d06605e set timeout on fetching warehouse hashes 2017-10-07 21:33:46 -07:00
kennethreitz 2f69f83903 Merge pull request #845 from therefromhere/rebuild-man
Typo fix + rebuild man
2017-10-07 09:47:34 -04:00
kennethreitz e3124b9d27 Merge pull request #846 from techalchemy/add-utils-vcs-test
Add vcs tests to account for changes in #807
2017-10-07 09:47:02 -04:00
kennethreitz a4551e6eb7 Merge pull request #849 from auscompgeek/use-max-not-sorted
cli: Use max() to determine latest version
2017-10-07 09:45:49 -04:00
David Vo 61290abbb3 cli: Use max() to determine latest version
This uses the max() builtin to determine the latest pipenv version
instead of sorting the available versions and taking the last version.

This is clearer, idiomatic, and avoids the need for intermediate lists.
2017-10-07 21:23:58 +11:00
Dan Ryan 946e16653b Add vcs tests to account for changes in #807
Signed-off-by: Dan Ryan <dan@danryan.co>
2017-10-07 00:48:57 -04:00
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