From 10bf7a22237ecf4ac152e7138ba6a7efad40797f Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Sat, 21 Apr 2018 01:54:56 -0400 Subject: [PATCH] Update pew patch Signed-off-by: Dan Ryan --- pipenv/patched/patched.txt | 6 +++--- tasks/vendoring/patches/pew_psutil.patch | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pipenv/patched/patched.txt b/pipenv/patched/patched.txt index 0412b0e0..89db0f9d 100644 --- a/pipenv/patched/patched.txt +++ b/pipenv/patched/patched.txt @@ -1,8 +1,8 @@ safety git+https://github.com/jumpscale7/python-consistent-toml.git#egg=contoml crayons==0.1.2 -pew==1.1.0 +pew==1.1.5 pipfile==0.0.2 -pip-tools==1.10.1 +pip-tools==2.0.1 prettytoml==0.3 -pip==9.0.1 +pip==9.0.3 diff --git a/tasks/vendoring/patches/pew_psutil.patch b/tasks/vendoring/patches/pew_psutil.patch index 5c61b4a1..e596e650 100644 --- a/tasks/vendoring/patches/pew_psutil.patch +++ b/tasks/vendoring/patches/pew_psutil.patch @@ -1,3 +1,13 @@ +diff --git a/pipenv/patched/pew/__main__.py b/pipenv/patched/pew/__main__.py +new file mode 100644 +index 0000000..2267b8d +--- /dev/null ++++ b/pipenv/patched/pew/__main__.py +@@ -0,0 +1,4 @@ ++from . import pew ++ ++if __name__ == '__main__': ++ pew.pew.pew() diff --git a/pipenv/patched/pew/_win_utils.py b/pipenv/patched/pew/_win_utils.py new file mode 100644 index 0000000..8ab7a0b