forked from pool/python-gTTS
Accepting request 1135656 from devel:languages:python
- 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/request/show/1135656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gTTS?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a41eb4bc1fa91174159f65ba9ba2225a7733bf16eb3c8c53aef9b225ccffa235
|
||||
size 40337
|
||||
3
gTTS-2.5.0.tar.gz
Normal file
3
gTTS-2.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58d086e9122f1d520ac2ce74f0e0b9da4ddbf0ffa325339c04cfdf0e875d4fea
|
||||
size 40700
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 12:46:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.5.0:
|
||||
* Add connection timeout + misc improvements (#440)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 15:04:27 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
@@ -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 <https://github.com/pndurette/gTTS/issues/267>`_)
|
||||
Bugfixes
|
||||
~~~~~~~
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user