Varun Agrawal
2e9517de30
Fix for key error when uninstalling [dev-]packages
2017-05-12 12:03:21 -04:00
kennethreitz
7ba5b24a27
Merge pull request #347 from nateprewitt/fix_requirements_with_no_env
...
create Pipfile from requirements.txt without installing
2017-05-08 13:59:54 -04:00
Nate Prewitt
7318cf6815
create Pipfile from requirements.txt without installing
...
The install process is dependent upon the virtualenv existing
which isn't always the case for fresh projects. This is the most
common case this code will execute in, so we need to be able to
create the Pipfile without installing.
2017-05-08 10:12:44 -06:00
Nate Prewitt
f5f0f7125e
end Pipfile.lock with newline
2017-05-01 08:43:49 -06:00
Nate Prewitt
6d3720bb44
v3.6.2
v3.6.2
2017-04-27 11:42:52 -06:00
kennethreitz
90fe375724
document requirements.txt
2017-04-27 13:41:41 -04:00
kennethreitz
3f6e94c540
updated version
2017-04-27 13:39:16 -04:00
Nate Prewitt
5418e980d2
pick a 2.6 compatible dependency for test
2017-04-27 11:04:26 -06:00
Nate Prewitt
a27cc9db3f
fix appveyor tests failing on emoji printing
2017-04-27 10:22:18 -06:00
Nate Prewitt
692ea4dea5
Merge pull request #333 from mhubig/mhubig-patch-1
...
Fixes Typo ...
2017-04-27 07:36:44 -06:00
Nate Prewitt
7f7464f858
test uninstall functionality
2017-04-27 07:31:49 -06:00
Markus Hubig
5dd4053733
Fixes Typo ...
...
Fixes typo and closes #332 ...
2017-04-27 15:01:43 +02:00
Nate Prewitt
8d233db620
updating Pipfile with minimum delegator.py version
2017-04-26 14:22:46 -06:00
Nate Prewitt
713fe1386c
updating HISTORY.txt
2017-04-26 14:22:21 -06:00
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