2020-01-09 15:21:06 by Thomas Klausner | Files touched by this commit (4) |
Log message:
*: py-cachetools only supports python 3.x now, pass down to dependencies
|
2019-08-13 14:43:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-python-client: updated to 1.7.11
v1.7.11
Implementation Changes
- Pass library and Python version in x-goog-api-client header
Documentation
- Fix typo in filename used in 'docs/auth.md'
|
2019-08-03 08:45:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-python-client: updated to 1.7.10
Version 1.7.10
Bugfix release
Implementation Changes
- Decode service to utf-8
- Use print() function in both Python2 and Python 3
- Make http.MediaFileUpload close its file descriptor
- Never make 'body' required
Documentation
- Add compatability check badges to README
- Regenerate docs
- Create index file for dynamically generated docs
- Add docs folder with guides from developers.google.com
Internal / Testing Changes
- Fix http.py, lint errors, unit test
- tox.ini: Look for Python syntax errors and undefined names
|
2019-07-02 14:06:13 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-google-api-python-client: depend on py-google-auth; re-enable Python 2.7; use \
TEST_DEPENDS
|
2019-06-11 14:24:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-api-python-client: update to 1.7.9.
v1.7.9
Version 1.7.9
Bugfix release
- Remove Django Samples. \
([#657](https://github.com/googleapis/google-api-python-client/pull/657))
- Call request_orig with kwargs \
([#658](https://github.com/googleapis/google-api-python-client/pull/658))
|
2019-02-14 11:25:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-api-python-client: update to 1.7.8.
v1.7.8
Version 1.7.8
Bugfix release
- Convert '$' in method name to '_' \
([#616](https://github.com/googleapis/google-api-python-client/pull/616))
- Alias unitest2 import as unittest in test__auth.py \
([#613](https://github.com/googleapis/google-api-python-client/pull/613))
v1.7.7
Version 1.7.7
Bugfix release
- Change xrange to range \
([#601](https://github.com/google/google-api-python-client/pull/601))
- Typo in http.py exception message. \
([#602](https://github.com/google/google-api-python-client/pull/602))
- Announce deprecation of Python 2.7 \
([#603](https://github.com/google/google-api-python-client/pull/603))
- Updates documentation for stopping channel subscriptions \
([#598](https://github.com/google/google-api-python-client/pull/598))
- Adding example for searchAppearance \
([#414](https://github.com/google/google-api-python-client/pull/414))
- Add badges \
([#455](https://github.com/google/google-api-python-client/pull/455))
|
2018-12-10 12:01:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-api-python-client: update to 1.7.6.
v1.7.6
Version 1.7.6
Bugfix release
- Add client-side limit for batch requests (#585)
|
2018-12-03 13:55:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-api-python-client: update to 1.7.5.
v1.7.5
Version 1.7.5
Bugfix release
- Fix the client to respect the passed in developerKey and credentials
|
2018-08-16 14:40:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-api-python-client: update to 1.7.4.
Bugfix release
- Catch ServerNotFoundError to retry the request (#532)
|
2018-06-17 10:50:59 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-api-python-client: update to 1.7.3.
v1.7.3
Version 1.7.3
Bugfix release
- Make apiclient.sample_tools gracefully fail to import (#525).
v1.7.2
Version 1.7.2
Bugfix release
- Remove unnecessary check in apiclient/__ini__.py (#522).
|