8000 chore(v1): release 1.0.2 by release-please[bot] · Pull Request #277 · googleapis/python-texttospeech · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-texttospeech/#history

### [1.0.2](https://github.com/googleapis/python-texttospeech/compare/v1.0.1...v1.0.2) (2022-03-31)


### Bug Fixes

* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v1 release ([#268](https://github.com/googleapis/python-texttospeech/issues/268)) ([8355750](https://github.com/googleapis/python-texttospeech/commit/8355750a271f36d41256a771d4e6ace0dc887c88))

### [1.0.1](https://www.github.com/googleapis/python-texttospeech/compare/v1.0.0...v1.0.1) (2020-02-28)


Expand Down
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
master_doc = "index"

# General information about the project.
project = u"google-cloud-texttospeech"
copyright = u"2019, Google"
author = u"Google APIs"
project = "google-cloud-texttospeech"
copyright = "2019, Google"
author = "Google APIs"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -261,7 +261,7 @@
(
master_doc,
"google-cloud-texttospeech.tex",
u"google-cloud-texttospeech Documentation",
"google-cloud-texttospeech Documentation",
author,
"manual",
)
Expand Down Expand Up @@ -296,7 +296,7 @@
(
master_doc,
"google-cloud-texttospeech",
u"google-cloud-texttospeech Documentation",
"google-cloud-texttospeech Documentation",
[author],
1,
)
Expand All @@ -315,7 +315,7 @@
(
master_doc,
"google-cloud-texttospeech",
u"google-cloud-texttospeech Documentation",
"google-cloud-texttospeech Documentation",
author,
"google-cloud-texttospeech",
"google-cloud-texttospeech Library",
Expand Down
19 changes: 8 additions & 11 deletions google/cloud/texttospeech_v1/proto/cloud_tts_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@


class TextToSpeechStub(object):
"""Service that implements Google Cloud Text-to-Speech API.
"""
"""Service that implements Google Cloud Text-to-Speech API."""

def __init__(self, channel):
"""Constructor.

Args:
channel: A grpc.Channel.
"""
Args:
channel: A grpc.Channel.
"""
self.ListVoices = channel.unary_unary(
"/google.cloud.texttospeech.v1.TextToSpeech/ListVoices",
request_serializer=google_dot_cloud_dot_texttospeech__v1_dot_proto_dot_cloud__tts__pb2.ListVoicesRequest.SerializeToString,
Expand All @@ -29,20 +28,18 @@ def __init__(self, channel):


class TextToSpeechServicer(object):
"""Service that implements Google Cloud Text-to-Speech API.
"""
"""Service that implements Google Cloud Text-to-Speech API."""

def ListVoices(self, request, context):
"""Returns a list of Voice supported for synthesis.
"""
"""Returns a list of Voice supported for synthesis."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details("Method not implemented!")
raise NotImplementedError("Method not implemented!")

def SynthesizeSpeech(self, request, context):
"""Synthesizes speech synchronously: receive results after all text input
has been processed.
"""
has been processed.
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details("Method not implemented!")
raise NotImplementedError("Method not implemented!")
Expand Down
19 changes: 8 additions & 11 deletions google/cloud/texttospeech_v1beta1/proto/cloud_tts_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@


class TextToSpeechStub(object):
"""Service that implements Google Cloud Text-to-Speech API.
"""
"""Service that implements Google Cloud Text-to-Speech API."""

def __init__(self, channel):
"""Constructor.

Args:
channel: A grpc.Channel.
"""
Args:
channel: A grpc.Channel.
"""
self.ListVoices = channel.unary_unary(
"/google.cloud.texttospeech.v1beta1.TextToSpeech/ListVoices",
request_serializer=google_dot_cloud_dot_texttospeech__v1beta1_dot_proto_dot_cloud__tts__pb2.ListVoicesRequest.SerializeToString,
Expand All @@ -29,20 +28,18 @@ def __init__(self, channel):


class TextToSpeechServicer(object):
"""Service that implements Google Cloud Text-to-Speech API.
"""
"""Service that implements Google Cloud Text-to-Speech API."""

def ListVoices(self, request, context):
"""Returns a list of Voice supported for synthesis.
"""
"""Returns a list of Voice supported for synthesis."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details("Method not implemented!")
raise NotImplementedError("Method not implemented!")

def SynthesizeSpeech(self, request, context):
"""Synthesizes speech synchronously: receive results after all text input
has been processed.
"""
has been processed.
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details("Method not implemented!")
raise NotImplementedError("Method not implemented!")
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import nox


BLACK_VERSION = "black==19.3b0"
BLACK_VERSION = "black==22.3.0"
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]

if os.path.exists("samples"):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

name = "google-cloud-texttospeech"
description = "Google Cloud Text-to-Speech API client library"
version = "1.0.1"
version = "1.0.2"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down
0