mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
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:
parent
35ff1783b7
commit
266f293ca5
@ -14,19 +14,20 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-texttospeech";
|
pname = "google-cloud-texttospeech";
|
||||||
version = "2.16.4";
|
version = "2.17.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "google_cloud_texttospeech";
|
||||||
hash = "sha256-B7fioSbikhnSAk3WnkDLMf8IBb2uSVfcukUsatSGJAU=";
|
inherit version;
|
||||||
|
hash = "sha256-hRzD46MqUA/edzeEBh6c6l6ZYKxXaIOid19w1hNZhQo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
google-api-core
|
google-api-core
|
||||||
proto-plus
|
proto-plus
|
||||||
protobuf
|
protobuf
|
||||||
@ -39,7 +40,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# Disable tests that require credentials
|
# Tests that require credentials
|
||||||
"test_list_voices"
|
"test_list_voices"
|
||||||
"test_synthesize_speech"
|
"test_synthesize_speech"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user