Commit Graph

2448 Commits

Author SHA1 Message Date
Marvin Steadfast 20ee4de8d3 Uses ONBUILD in Dockerfile to install deps while building
Copies `Pipfile` and `Pipefile.lock`, installs deps on building a docker
image using the official pipenv image.
2017-10-16 14:24:04 +02:00
Nate Prewitt e6cf85061c Merge pull request #906 from Luit/master
fix typo Pipenv.lock -> Pipfile.lock
2017-10-14 10:03:47 -07:00
Luit van Drongelen 04be7b6160 fix typo Pipenv.lock -> Pipfile.lock 2017-10-14 18:56:48 +02:00
Nate Prewitt d8d6219d9a Merge pull request #901 from vphilippon/github-issue-template
Add a Github issue template.
2017-10-13 09:39:52 -07:00
Vincent Philippon af368db219 Add a Github issue template.
That should give a helping hand to everyone.
2017-10-13 12:32:25 -04:00
Nate Prewitt d9da6c32f0 Merge pull request #898 from K900/patch-2
Small typo fix
2017-10-13 07:12:00 -07:00
K900 d8b83c3e13 Small typo fix
Dep_d_endencies -> dependencies
2017-10-13 17:05:54 +03:00
Nate Prewitt 95b8a2e670 Merge pull request #896 from 5uper5hoot/docs-typo-fix
Update basics.rst
2017-10-13 07:05:49 -07:00
5uper5hoot 8ec409f902 Update basics.rst
Fix misspelling
2017-10-13 21:31:51 +11:00
Nate Prewitt bd697b70e3 Merge pull request #889 from k4nar/fix-887
Don't lock VCS dependencies not listed in the Pipfile
2017-10-12 21:55:39 -07:00
Nate Prewitt 6ae362b6e8 v8.2.7 v2.8.7 v8.2.7 2017-10-12 19:57:37 -07:00
Yannick PEROUX cd0000011a Fix #887 2017-10-12 17:21:36 +02:00
Yannick PEROUX 9b8c86481c Add regression tests for #887 2017-10-12 17:21:36 +02:00
Nate Prewitt 8685ba80d7 Merge pull request #868 from techalchemy/add-pipenv-zipfile-install-test
Introduces a test for PR #818 and issue #817 local sdists
2017-10-11 20:52:36 -07:00
Dan Ryan e12002bcc8 Update tablib to pypi sourced blob
Signed-off-by: Dan Ryan <dan@danryan.co>
2017-10-11 23:28:52 -04:00
Dan Ryan ac33b55a64 Add zip artifact and comments 2017-10-11 19:30:38 -04:00
Dan Ryan 41bb96219a Merge branch 'master' into add-pipenv-zipfile-install-test 2017-10-11 18:51:17 -04:00
Nate Prewitt 855063902c Merge pull request #872 from joshfriend/latest-3.6
Latest Python 3.6.x is 3.6.3
2017-10-10 07:51:50 -07:00
Josh Friend 50402b018c Latest Python 3.6.x is 3.6.3 2017-10-10 08:15:33 -04:00
Nate Prewitt 81fe4dc21f Merge pull request #863 from and800/master
fix installing with compatible release specifier
2017-10-09 18:45:43 -07:00
Dan Ryan 5dd38a1838 Introduces a test for PR #818 and issue #817 local sdists
Signed-off-by: Dan Ryan <dan@danryan.co>
2017-10-09 21:03:26 -04: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