Commit Graph

856 Commits

Author SHA1 Message Date
Nate Prewitt aa2dbaeb75 Merge pull request #325 from nateprewitt/uninstall_everywhere
remove package from all locations in Pipfile
2017-04-26 14:05:28 -06:00
kennethreitz 0156f1e1b3 Merge pull request #328 from kennethreitz/requirements
pipfile importing (work in progress)
2017-04-26 15:40:56 -04:00
kennethreitz 5246479267 making history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-04-26 15:40:27 -04:00
kennethreitz 05e18ffec2 it works! 2017-04-26 15:36:15 -04:00
kennethreitz 1477fc7294 changes 2017-04-26 11:08:32 -04:00
Nate Prewitt fe9fcda262 remove 2.6 from appveyor build matrix 2017-04-26 07:50:43 -06:00
Nate Prewitt 4703650745 v3.6.0 v3.6.0 2017-04-26 07:19:42 -06:00
Nate Prewitt a33c00f936 fix pip output parsing issue for Windows 2017-04-26 07:18:28 -06:00
Nate Prewitt 90f8886a11 get appveyor running correctly 2017-04-26 07:18:06 -06:00
Nate Prewitt a6cc151236 Merge pull request #329 from kennethreitz/appveyor
setup appveyor for pipenv
2017-04-25 15:45:16 -06:00
Nate Prewitt d2bebd65c8 setup appveyor for pipenv 2017-04-25 14:19:59 -06:00
Nate Prewitt 376c409722 updating HISTORY.txt 2017-04-25 09:37:13 -06:00
Nate Prewitt 237e67f4a1 Merge pull request #320 from nonylene/run-with-execl
use os.execl to "run" subcommand on Unix ( close #315 )
2017-04-25 09:29:54 -06:00
kennethreitz 0674ec8e37 basic machinery for pip file importing in place, now to import 2017-04-25 10:50:11 -04:00
Nate Prewitt 5641ca85aa Merge pull request #326 from nateprewitt/fix_filename_lookup_for_windows
fix filename lookup for Windows
2017-04-24 14:57:18 -06:00
Nate Prewitt 39bd0c84d6 fix names_map casing for certain Windows environments 2017-04-24 13:57:23 -06:00
Nate Prewitt 69981deeac remove package from all sections in Pipfile 2017-04-24 10:48:36 -06:00
Nate Prewitt 5b59c5ee17 only lock once after uninstall 2017-04-24 09:35:19 -06:00
Nate Prewitt d1a8d73911 fix bad PEP reference on name normalization function 2017-04-24 09:20:23 -06:00
Nate Prewitt d4527aa35f updating setup.py with LICENSE trove and removing unneeded package_data 2017-04-20 09:23:37 -06:00
Nate Prewitt 3b2fb4c8dc adding MANIFEST.in 2017-04-20 09:23:00 -06:00
Nate Prewitt af74c6209b adding LICENSE and NOTICES files to bundled releases 2017-04-20 08:56:21 -06:00
nonylene 2fe5d2efd6 change comment position 2017-04-20 02:32:03 +09:00
nonylene ac96188f2d Use subprocess on Windows
os.execl has strange behavior on Windows.
2017-04-20 01:47:38 +09:00
nonylene d5e5eca86e use os.execl to "run" subcommand on Unix
see https://github.com/kennethreitz/pipenv/issues/315
2017-04-20 01:44:54 +09:00
Nate Prewitt 48215d7961 updating HISTORY.txt 2017-04-19 09:01:55 -06:00
Nate Prewitt f0a13ddf70 Merge pull request #314 from nateprewitt/ignore_implicit_post_releases
strip implicit post releases from version numbers in Pipfile.lock
2017-04-19 08:59:56 -06:00
Nate Prewitt ccb80aff67 updating HISTORY.txt 2017-04-19 08:43:15 -06:00
Nate Prewitt 19c1971276 validate raw Pipfile's casing rather than normalized version 2017-04-19 08:42:09 -06:00
Nate Prewitt db4a181b2a only trigger --ignore-hashes suggestion when relevant 2017-04-18 14:56:26 -06:00
Nate Prewitt 6516789163 Merge pull request #317 from gregorias/fix-doc
Fix 'update' command docstring.
2017-04-15 18:19:59 -06:00
Grzegorz Milka f3109aba49 Fix 'update' command docstring.
See issue #309.
2017-04-15 18:45:59 +02:00
Nate Prewitt 6971ca57fe strip implicit post releases from version numbers in Pipfile.lock 2017-04-13 09:33:14 -06:00
Nate Prewitt 7b17058661 run --two/--three arg, regardless of subcommands 2017-04-12 11:52:43 -06:00
Nate Prewitt 74d19e2ff9 remove unused imports 2017-04-11 16:55:24 -06:00
Nate Prewitt fb2522d13a fixing output checks 2017-04-06 11:05:27 -06:00
Nate Prewitt eeb22ee304 updating delegator.py 2017-04-06 10:28:02 -06:00
Nate Prewitt 0fd999eb7b Merge pull request #306 from nateprewitt/remove_vendored_tests
remove tests from psutil
2017-04-05 21:04:49 -06:00
Nate Prewitt 225ba9f0c7 remove tests from psutil 2017-04-05 20:48:50 -06:00
Nate Prewitt 570d151727 Clarify error message for missing SHELL environment variable. 2017-04-03 13:55:40 -06:00
degrand fe358e2da7 v3.5.6 v3.5.6 2017-04-01 09:51:38 -06:00
degrand 51a80b01a5 verify Pipfile exists before performing other project checks 2017-04-01 09:50:41 -06:00
kennethreitz dbf88b26c8 fixes #302 2017-03-31 08:44:03 -04:00
kennethreitz eb060a9315 cleanup sys.exit(1) 2017-03-30 12:06:54 -04:00
kennethreitz 9e234762ae Update __version__.py v3.5.5 2017-03-30 12:00:39 -04:00
kennethreitz 52685579d0 Update HISTORY.txt 2017-03-30 12:00:26 -04:00
kennethreitz b209afa858 Merge pull request #299 from joshcrim/venv-cleanup
automatically cleanup virtualenv on keyboard interrupt
2017-03-30 11:59:26 -04:00
joshcrim 74935f1ee6 automatically cleanup virtualenv on keyboard interrupt 2017-03-30 11:47:54 -04:00
Nate Prewitt 516252e9eb Merge pull request #294 from isaacsanders/feature/ignore-pipfile
Adds a flag for ignoring the Pipfile in favor of the Pipfile.lock
2017-03-27 15:34:28 -06:00
Isaac Sanders c451642968 Adds a flag for ignoring the Pipfile in favor of the Pipfile.lock 2017-03-27 16:20:23 -05:00