15
0
forked from pool/python-gTTS

- 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
This commit is contained in:
2023-12-29 12:51:33 +00:00
committed by Git OBS Bridge
parent d2869f3bfa
commit 2c022b88f9
4 changed files with 13 additions and 7 deletions

View File

@@ -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
~~~~~~~