From 0711b8bbdd0002cbf1e7f0f3a53265cfc93ab043 Mon Sep 17 00:00:00 2001 From: "Brian J. Watson" Date: Mon, 31 Oct 2016 17:55:50 -0700 Subject: [PATCH 1/2] Add CHANGELOG entry for v1.5.5, and bump version. --- CHANGELOG | 10 ++++++++++ googleapiclient/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 83fdd076de0..c0a66935a94 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +v1.5.5 + Version 1.5.5 + + Bugfix release + + - Allow explicit MIME type specification with media_mime_type keyword argument. + - Fix unprintable representation of BatchError with default constructor. (#165) + - Refresh all discovery docs, not just the preferred ones. (#298) + - Update minimum httplib2 dependency to >=0.9.2. + v1.5.4 Version 1.5.4 diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py index bc59bdde24a..e80f4475d78 100644 --- a/googleapiclient/__init__.py +++ b/googleapiclient/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.5.4" +__version__ = "1.5.5" # Set default logging handler to avoid "No handler found" warnings. import logging From f39735741b987e8596914867a9d46e2599b99728 Mon Sep 17 00:00:00 2001 From: "Brian J. Watson" Date: Tue, 1 Nov 2016 17:03:25 -0700 Subject: [PATCH 2/2] Regenerate docs --- docs/epy/api-objects.txt | 3 +- docs/epy/class-tree.html | 2 +- docs/epy/googleapiclient-module.html | 4 +- docs/epy/googleapiclient-pysrc.html | 4 +- .../googleapiclient.NullHandler-class.html | 2 +- docs/epy/googleapiclient.channel-module.html | 2 +- docs/epy/googleapiclient.channel-pysrc.html | 2 +- ...googleapiclient.channel.Channel-class.html | 2 +- ...eapiclient.channel.Notification-class.html | 2 +- .../epy/googleapiclient.discovery-module.html | 35 +- docs/epy/googleapiclient.discovery-pysrc.html | 2137 +++++++++-------- ...gleapiclient.discovery.Resource-class.html | 2 +- ...covery.ResourceMethodParameters-class.html | 2 +- ...lient.discovery._BytesGenerator-class.html | 2 +- ...oogleapiclient.discovery_cache-module.html | 2 +- ...googleapiclient.discovery_cache-pysrc.html | 2 +- ...overy_cache.appengine_memcache-module.html | 2 +- ...covery_cache.appengine_memcache-pysrc.html | 2 +- ..._cache.appengine_memcache.Cache-class.html | 2 +- ...apiclient.discovery_cache.base-module.html | 2 +- ...eapiclient.discovery_cache.base-pysrc.html | 2 +- ...ient.discovery_cache.base.Cache-class.html | 2 +- ...ent.discovery_cache.file_cache-module.html | 2 +- ...ient.discovery_cache.file_cache-pysrc.html | 2 +- ...iscovery_cache.file_cache.Cache-class.html | 2 +- docs/epy/googleapiclient.errors-module.html | 2 +- docs/epy/googleapiclient.errors-pysrc.html | 51 +- ...ogleapiclient.errors.BatchError-class.html | 2 +- .../googleapiclient.errors.Error-class.html | 2 +- ...oogleapiclient.errors.HttpError-class.html | 28 +- ...nt.errors.InvalidChunkSizeError-class.html | 34 +- ...iclient.errors.InvalidJsonError-class.html | 34 +- ...errors.InvalidNotificationError-class.html | 34 +- ...ent.errors.MediaUploadSizeError-class.html | 34 +- ...ent.errors.ResumableUploadError-class.html | 2 +- ...rrors.UnacceptableMimeTypeError-class.html | 34 +- ...ient.errors.UnexpectedBodyError-class.html | 32 +- ...nt.errors.UnexpectedMethodError-class.html | 32 +- ....errors.UnknownApiNameOrVersion-class.html | 34 +- ...piclient.errors.UnknownFileType-class.html | 34 +- ...piclient.errors.UnknownLinkType-class.html | 34 +- docs/epy/googleapiclient.http-module.html | 2 +- docs/epy/googleapiclient.http-pysrc.html | 2 +- ...apiclient.http.BatchHttpRequest-class.html | 2 +- .../googleapiclient.http.HttpMock-class.html | 2 +- ...apiclient.http.HttpMockSequence-class.html | 2 +- ...oogleapiclient.http.HttpRequest-class.html | 2 +- ...eapiclient.http.HttpRequestMock-class.html | 2 +- ...ient.http.MediaDownloadProgress-class.html | 2 +- ...eapiclient.http.MediaFileUpload-class.html | 2 +- ...client.http.MediaInMemoryUpload-class.html | 2 +- ...client.http.MediaIoBaseDownload-class.html | 2 +- ...piclient.http.MediaIoBaseUpload-class.html | 2 +- ...oogleapiclient.http.MediaUpload-class.html | 2 +- ...client.http.MediaUploadProgress-class.html | 2 +- ...iclient.http.RequestMockBuilder-class.html | 2 +- ...ogleapiclient.http._StreamSlice-class.html | 2 +- .../epy/googleapiclient.mimeparse-module.html | 2 +- docs/epy/googleapiclient.mimeparse-pysrc.html | 2 +- docs/epy/googleapiclient.model-module.html | 2 +- docs/epy/googleapiclient.model-pysrc.html | 2 +- ...googleapiclient.model.BaseModel-class.html | 2 +- ...googleapiclient.model.JsonModel-class.html | 2 +- ...oogleapiclient.model.MediaModel-class.html | 10 +- .../googleapiclient.model.Model-class.html | 2 +- ...lient.model.ProtocolBufferModel-class.html | 2 +- .../googleapiclient.model.RawModel-class.html | 10 +- .../googleapiclient.sample_tools-module.html | 2 +- .../googleapiclient.sample_tools-pysrc.html | 2 +- docs/epy/googleapiclient.schema-module.html | 2 +- docs/epy/googleapiclient.schema-pysrc.html | 2 +- .../googleapiclient.schema.Schemas-class.html | 2 +- ...piclient.schema._SchemaToStruct-class.html | 2 +- docs/epy/help.html | 2 +- docs/epy/identifier-index.html | 23 +- docs/epy/module-tree.html | 2 +- docs/epy/toc-everything.html | 3 + .../toc-googleapiclient.discovery-module.html | 3 + 78 files changed, 1407 insertions(+), 1352 deletions(-) diff --git a/docs/epy/api-objects.txt b/docs/epy/api-objects.txt index 8a49d3dc6e2..935999ca2cb 100644 --- a/docs/epy/api-objects.txt +++ b/docs/epy/api-objects.txt @@ -25,6 +25,7 @@ googleapiclient.discovery.VARNAME googleapiclient.discovery-module.html#VARNAME googleapiclient.discovery.createNextMethod googleapiclient.discovery-module.html#createNextMethod googleapiclient.discovery._fix_up_media_upload googleapiclient.discovery-module.html#_fix_up_media_upload googleapiclient.discovery.logger googleapiclient.discovery-module.html#logger +googleapiclient.discovery.fix_method_name googleapiclient.discovery-module.html#fix_method_name googleapiclient.discovery.BODY_PARAMETER_DEFAULT_VALUE googleapiclient.discovery-module.html#BODY_PARAMETER_DEFAULT_VALUE googleapiclient.discovery._media_size_to_long googleapiclient.discovery-module.html#_media_size_to_long googleapiclient.discovery._urljoin googleapiclient.discovery-module.html#_urljoin @@ -35,7 +36,7 @@ googleapiclient.discovery.DEFAULT_METHOD_DOC googleapiclient.discovery-module.ht googleapiclient.discovery.RESERVED_WORDS googleapiclient.discovery-module.html#RESERVED_WORDS googleapiclient.discovery.build_from_document googleapiclient.discovery-module.html#build_from_document googleapiclient.discovery.V2_DISCOVERY_URI googleapiclient.discovery-module.html#V2_DISCOVERY_URI -googleapiclient.discovery.fix_method_name googleapiclient.discovery-module.html#fix_method_name +googleapiclient.discovery.MEDIA_MIME_TYPE_PARAMETER_DEFAULT_VALUE googleapiclient.discovery-module.html#MEDIA_MIME_TYPE_PARAMETER_DEFAULT_VALUE googleapiclient.discovery.STACK_QUERY_PARAMETERS googleapiclient.discovery-module.html#STACK_QUERY_PARAMETERS googleapiclient.discovery.DISCOVERY_URI googleapiclient.discovery-module.html#DISCOVERY_URI googleapiclient.discovery.URITEMPLATE googleapiclient.discovery-module.html#URITEMPLATE diff --git a/docs/epy/class-tree.html b/docs/epy/class-tree.html index 24a90406479..d8cf1e510f6 100644 --- a/docs/epy/class-tree.html +++ b/docs/epy/class-tree.html @@ -163,7 +163,7 @@

Class Hierarchy