From 2c022b88f94c7646e21b0a69599891e4cfd9bd3b49c99837e81ec01958655cf6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 29 Dec 2023 12:51:33 +0000 Subject: [PATCH] - update to 2.5.0: * Add connection timeout + misc improvements (#440) - Adds a language fallback feature for deprecated languages to maintain compatiblity (e.g. ``en-us`` becomes ``en``). Fallback can be disabled with ``lang_check=False`` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=30 --- gTTS-2.4.0.tar.gz | 3 --- gTTS-2.5.0.tar.gz | 3 +++ python-gTTS.changes | 10 ++++++++-- python-gTTS.spec | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 gTTS-2.4.0.tar.gz create mode 100644 gTTS-2.5.0.tar.gz diff --git a/gTTS-2.4.0.tar.gz b/gTTS-2.4.0.tar.gz deleted file mode 100644 index 1dbf76c..0000000 --- a/gTTS-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a41eb4bc1fa91174159f65ba9ba2225a7733bf16eb3c8c53aef9b225ccffa235 -size 40337 diff --git a/gTTS-2.5.0.tar.gz b/gTTS-2.5.0.tar.gz new file mode 100644 index 0000000..e13ce47 --- /dev/null +++ b/gTTS-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d086e9122f1d520ac2ce74f0e0b9da4ddbf0ffa325339c04cfdf0e875d4fea +size 40700 diff --git a/python-gTTS.changes b/python-gTTS.changes index 50e3085..f54daae 100644 --- a/python-gTTS.changes +++ b/python-gTTS.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 29 12:46:13 UTC 2023 - Dirk Müller + +- update to 2.5.0: + * Add connection timeout + misc improvements (#440) + ------------------------------------------------------------------- Mon Dec 11 15:04:27 UTC 2023 - ecsos @@ -75,8 +81,8 @@ Mon Mar 21 13:27:59 UTC 2022 - pgajdos@suse.com ------------------ Features ~~~~~~~ - - Adds a language fallback feature for deprecated languages to maintain compatiblity - (e.g. ``en-us`` becomes ``en``). Fallback can be disabled with ``lang_check=False`` + - Adds a language fallback feature for deprecated languages to maintain compatiblity + (e.g. ``en-us`` becomes ``en``). Fallback can be disabled with ``lang_check=False`` or ``--nocheck`` for the cli (`#267 `_) Bugfixes ~~~~~~~ diff --git a/python-gTTS.spec b/python-gTTS.spec index 204af3a..68b4d12 100644 --- a/python-gTTS.spec +++ b/python-gTTS.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-gTTS -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: Python module to create MP3 files from spoken text via the Google TTS API License: MIT @@ -79,6 +79,6 @@ sentences where the speech would naturally pause. %license LICENSE %python_alternative %{_bindir}/gtts-cli %{python_sitelib}/gtts -%{python_sitelib}/gTTS-%{version}*-info +%{python_sitelib}/gTTS-%{version}.dist-info %changelog