Kian-Meng Ang
810fb745ae
Fix typos
...
Found via `codespell -S ./peeps,./pipenv/patched,./pipenv/vendor,./pipenv/pipenv.1,./get-pipenv.py,./tests/test_artifacts`
2023-07-23 21:55:03 +08:00
Jon Dufresne
4851fe513c
Correct capitalization of PyPI
...
As spelled on https://pypi.org/ .
2018-09-16 11:37:23 -07:00
kennethreitz
77110ed5da
fixes
2018-07-03 09:04:42 -04:00
Dan Ryan
d9130f87d0
Update history and changelog
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-07-01 16:49:14 -04:00
Dan Ryan
f11e6e9c5d
Update history, fix news typo
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-25 03:34:27 -04:00
Dan Ryan
6b3cc1e7ea
Configure towncrier
...
- Update history, add changelog, add news entries
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-17 21:38:26 -04:00
kennethreitz
968aea1f5a
calver
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-12 17:04:26 -04:00
kennethreitz
410a2912fd
ship it
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-12 17:02:31 -04:00
Samuel Dion-Girardeau
6d5d1c0644
Fix typo in HISTORY.txt: reqeuests -> requests
2018-05-09 19:17:30 -04:00
Dan Ryan
8c171e943e
Version bump for bugfix release
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-05-08 16:57:37 -04:00
Dan Ryan
e9ed197c0b
Merge branch 'master' into fix-typo-in-history
2018-05-07 18:02:10 -04:00
Dan Ryan
0eb95ecbfc
Drop dependency on pathlib2
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-05-07 17:48:56 -04:00
Grey Baker
c7c8953c1e
Fix typo in HISTORY.txt
2018-05-07 22:46:38 +01:00
Dan Ryan
5e41e8c6c1
Bump version, update history
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-05-07 15:24:49 -04:00
Dan Ryan
4a5bc94c47
Update history
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-26 23:08:49 -04:00
Dan Ryan
8991c0901f
Shellquote paths to requirements files
...
- Allows for windows paths with spaces in them
- Fixes #2054
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-25 21:58:43 -04:00
Dan Ryan
7eb1b6f734
Fix docker bug when using --system
...
- Fixes #2044
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-24 17:01:34 -04:00
Dan Ryan
b16628f13b
Update history, bump version(dev)
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-22 09:48:36 -04:00
Dan Ryan
eddc72ac13
Update history and bump version to 11.10.0
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-11 17:06:56 -04:00
Dan Ryan
dbbf10b94c
Merge branch 'master' into bugfix/1937-resolve-wheels
2018-04-11 12:19:54 -04:00
Dan Ryan
1fd34fbe5c
Merge branch 'master' of github.com:pypa/pipenv into bugfix/1002-refix
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-10 13:19:42 -04:00
Dan Ryan
dfc67d5ff9
Merge branch 'master' of github.com:pypa/pipenv into bugfix/1937-resolve-wheels
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-10 13:02:22 -04:00
Dan Ryan
a7e6cfa21d
Resolve dependencies of local wheels
...
- Fixes #1937 , #1683
- Modifies the resolved wheel info on the way into the lockfile to
retain the relative path
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-09 17:13:36 -04:00
Dan Ryan
238860d872
Fixes #1002 , #1939
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-09 16:18:04 -04:00
Tzu-ping Chung
00384749a4
Update history
2018-04-09 22:10:07 +08:00
Dan Ryan
a62ec1c40a
HISTORY.txt update
2018-03-29 21:15:30 -04:00
Jeff Tratner
5de48b4800
Better shell quoting
...
1. Only use split() when we actually come in from CLI (possibly never
need to do that at all)
2. Add some additional test cases to cover quoting.
3. Better error message in case of missing executable pulled from a run
script.
E.g.:
```
[scripts]
random = "myexecutable a b c"
myexecutable = "echo 5"
```
```
Error: the command myexecutable (from random) could not be found within PATH.
```
vs. previous, which had a slightly disingenous error message.
```
Error: the command myexecutable could not be found within PATH or Pipfile's [scripts].
```
2018-03-29 00:55:08 -07:00
Jeff Tratner
ca19061d87
Add doc note about lock hash too
2018-03-23 15:35:12 -07:00
Jeff Tratner
ebf5ed843b
Detect .venv at project root when in subdirectory
...
Also remove `PIPENV_SHELL_COMPAT` which appears to be no longer used.
(confirmed test case fails without this change and passes with it).
2018-03-23 15:35:12 -07:00
kennethreitz
6f0c1afea7
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-21 07:10:44 -04:00
kennethreitz
8987c3aa97
Merge branch 'master' of github.com:pypa/pipenv
...
# Conflicts:
# HISTORY.txt
2018-03-21 06:33:09 -04:00
kennethreitz
6492f72f96
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-21 06:31:54 -04:00
kennethreitz
57aecc3b4b
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-20 08:22:23 -04:00
kennethreitz
0760cf0a9c
attempt
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-19 08:19:42 -04:00
kennethreitz
2bba03f973
pipenv --update
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-19 06:47:32 -04:00
kennethreitz
c52300a5ca
history / version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-19 06:24:49 -04:00
kennethreitz
f383751158
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-14 19:20:13 -04:00
kennethreitz
94e2ea3f6c
locking bug
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-14 19:00:20 -04:00
kennethreitz
53fd7d68f9
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-14 11:23:40 -04:00
kennethreitz
25df09c171
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-14 09:44:03 -04:00
kennethreitz
57c20999c6
version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-14 07:00:32 -04:00
kennethreitz
998220ff9e
11.7.1
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 21:02:11 -04:00
kennethreitz
e7971865b2
next version
2018-03-13 20:08:45 -04:00
kennethreitz
47e97b825d
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 15:11:46 -04:00
kennethreitz
92ef38943f
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 14:34:24 -04:00
kennethreitz
cee5da8315
windows bug
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 12:34:52 -04:00
kennethreitz
f0fa02154d
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 12:23:59 -04:00
kennethreitz
0b5576a635
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 11:45:06 -04:00
kennethreitz
9001855188
certifi
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 10:15:05 -04:00
kennethreitz
bfc5268a27
history
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-13 09:21:07 -04:00