projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfeb485
)
urllib3 release
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 26 Feb 2012 04:11:06 +0000
(23:11 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 26 Feb 2012 04:11:06 +0000
(23:11 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f7888b70df6d9e952d563d33c54134dcc126d27f..037cde27a070ff59c4db45524ef131198841bcea 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,7
+28,7
@@
pyc:
deps:
rm -fr requests/packages/urllib3
git clone https://github.com/shazow/urllib3.git
- cd urllib3 && git checkout
python3
&& cd ..
+ cd urllib3 && git checkout
release
&& cd ..
mv urllib3/urllib3 requests/packages/
rm -fr urllib3