| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f4839b0 commit 623de46
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,9 +24,7 @@ wiki: | |||
| 24 | 24 | python samples-index.py > ../google-api-python-client.wiki/SampleApps.wiki | |
| 25 | 25 | ||
| 26 | 26 | .PHONY: prerelease | |
| 27 | - prerelease: | ||
| 28 | - ./runtests.sh python2.6 | ||
| 29 | - ./runtests.sh python2.7 | ||
| 27 | + prerelease: test | ||
| 30 | 28 | -rm -rf dist/ | |
| 31 | 29 | -sudo rm -rf dist/ | |
| 32 | 30 | -rm -rf snapshot/ | |
@@ -54,7 +52,7 @@ release: prerelease | |||
| 54 | 52 | python googlecode_upload.py --summary="Samples for google-api-python-client Version $(shell python setup.py --version)" --project=google-api-python-client snapshot/google-api-python-client-samples-*.zip | |
| 55 | 53 | ||
| 56 | 54 | .PHONY: oauth2_prerelease | |
| 57 | - oauth2_prerelease: | ||
| 55 | + oauth2_prerelease: test | ||
| 58 | 56 | -rm -rf dist/ | |
| 59 | 57 | -sudo rm -rf dist/ | |
| 60 | 58 | -rm -rf snapshot/ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ | |||
| 26 | 26 | ] | |
| 27 | 27 | ||
| 28 | 28 | install_requires = [ | |
| 29 | - 'httplib2>=0.7.4', | ||
| 29 | + 'httplib2>=0.7.6', | ||
| 30 | 30 | 'python-gflags', | |
| 31 | 31 | ] | |
| 32 | 32 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ | |||
| 24 | 24 | ] | |
| 25 | 25 | ||
| 26 | 26 | install_requires = [ | |
| 27 | - 'httplib2>=0.7.4', | ||
| 27 | + 'httplib2>=0.7.6', | ||
| 28 | 28 | 'python-gflags', | |
| 29 | 29 | ] | |
| 30 | 30 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments