python312Packages.google-cloud-texttospeech: 2.16.4 -> 2.17.2

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-texttospeech-v2.17.2/packages/google-cloud-texttospeech/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-09-04 10:39:15 +02:00
parent 35ff1783b7
commit 266f293ca5

View File

@ -14,19 +14,20 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.16.4";
version = "2.17.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-B7fioSbikhnSAk3WnkDLMf8IBb2uSVfcukUsatSGJAU=";
pname = "google_cloud_texttospeech";
inherit version;
hash = "sha256-hRzD46MqUA/edzeEBh6c6l6ZYKxXaIOid19w1hNZhQo=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
google-api-core
proto-plus
protobuf
@ -39,7 +40,7 @@ buildPythonPackage rec {
];
disabledTests = [
# Disable tests that require credentials
# Tests that require credentials
"test_list_voices"
"test_synthesize_speech"
];