Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-gTTS | Distribution: openSUSE Tumbleweed |
Version: 2.5.4 | Vendor: openSUSE |
Release: 1.3 | Build date: Wed Nov 13 16:05:43 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 221066 | Source RPM: python-gTTS-2.5.4-1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/pndurette/gTTS | |
Summary: Python module to create MP3 files from spoken text via the Google TTS API |
gTTS is a Python interface for Google's Text to Speech API. An MP3 file may be created with the gTTS module or the gtts-cli command line utility. It allows unlimited lengths to be spoken by tokenizing long sentences where the speech would naturally pause.
MIT
* Wed Nov 13 2024 Dirk Müller <dmueller@suse.com> - update to 2.5.4: * Language added: `fr-CA` (French (Canada)) * Tue Oct 29 2024 Dirk Müller <dmueller@suse.com> - update to 2.5.3: * **langs:** Languages added: `pt-PT` (Portuguese (Portugal)), `yue` (Cantonese); languages modified: `pa` (Punjabi (Gurmukhi)), `pt` (Portuguese (Brazil)) * **langs:** Languages added: `am` (Amharic), `cy` (Welsh), `eu` (Basque), `gl` (Galician), `ha` (Hausa), `lt` (Lithuanian), `pa` (Punjabi) * Thu Mar 21 2024 Max Lin <mlin@suse.com> - Add %{?sle15_python_module_pythons} * Tue Jan 30 2024 Dirk Müller <dmueller@suse.com> - update to 2.5.1: * Flush file after saving * Fri Dec 29 2023 Dirk Müller <dmueller@suse.com> - update to 2.5.0: * Add connection timeout + misc improvements (#440) * Mon Dec 11 2023 ecsos <ecsos@opensuse.org> - Add %{?sle15_python_module_pythons} * Mon Nov 20 2023 Matej Cepl <mcepl@cepl.eu> - Update to 2.4.0: - Add Python 3.12 support - Remove Python 3.7 support (end-of-life) - Add process-markdown.patch replaces sphinxcontrib-mdinclude with processed Changelog in the restructured text format. * Fri Sep 15 2023 pgajdos@suse.com - version update to 2.3.2 * Add new error helper for when using a custom (non-.com) TLD results in a 404 (5a860ed) * cli: Add deprecated language fallback support to CLI (5a860ed) * cli: Fix older invalid example (5a860ed) * Sat Feb 04 2023 Matej Cepl <mcepl@suse.com> - Update to 2.3.1: - Bug fixes: - test: include missing required *.txt test files in dist - loosen dependancies for click and requests, removes six dependancy - test: missing @pytest.mark.net on net-enabled test - test: remove mock package test dependancy Features - Centralize project metadata and config into a single pyproject.toml - Drop support for Python 2.7 (long overdue), Python 3.6 (end-of-life) - Modernize package config and build/release workflow - Simplify language generator - Languages added: zh-CN (Chinese (Simplified)), zh-TW (Chinese (Traditional)) - Languages removed: cy (Welsh), eo (Esperanto), mk (Macedonian), ms (Malay), zh-CN (Chinese) - Remove upstreamed patches: - demock.patch - network-tests.patch * Mon Mar 21 2022 Matej Cepl <mcepl@suse.com> - Make tests working at least a little bit. Requires two new patches: - demock.patch (gh#pndurette/gTTS#343) - network-tests.patch (gh#pndurette/gTTS#344) * Mon Mar 21 2022 pgajdos@suse.com - version update to 2.2.4 2.2.4 (2022-03-14) - ----------------- Features ~~~~~~~ - Added Malay language support (`#316 <https://github.com/pndurette/gTTS/issues/316>`_) - Added Hebrew language support (`#324 <https://github.com/pndurette/gTTS/issues/324>`_) - Added new ``gTTS.stream()`` method to stream bytes (`#319 <https://github.com/pndurette/gTTS/issues/319>`_) Misc ~~~ - `#334 <https://github.com/pndurette/gTTS/issues/334>`_ 2.2.3 (2021-06-17) - ----------------- Features ~~~~~~~ - Added Bulgarian language support (`#302 <https://github.com/pndurette/gTTS/issues/302>`_) 2.2.2 (2021-02-03) - ----------------- 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`` or ``--nocheck`` for the cli (`#267 <https://github.com/pndurette/gTTS/issues/267>`_) Bugfixes ~~~~~~~ - Fix Python 2.7 compatiblity (!). Python 2 is long gone, but the cut wasn't clearly communicated for gTTS, so it was restored. Python 2 support will be completely removed in the next major release. (`#255 <https://github.com/pndurette/gTTS/issues/255>`_) - Language code case sensitivity is maintained throughout (`#267 <https://github.com/pndurette/gTTS/issues/267>`_) Deprecations and Removals ~~~~~~~~~~~~~~~~~~~~~~~~ - The following list of 'hyphenated' language codes no longer work and have been removed: ``en-us``, ``en-ca``, ``en-uk``, ``en-gb``, ``en-au``, ``en-gh``, ``en-in``, ``en-ie``, ``en-nz``, ``en-ng``, ``en-ph``, ``en-za``, ``en-tz``, ``fr-ca``, ``fr-fr``, ``pt-br``, ``pt-pt``, ``es-es``, ``es-us``, ``zh-cn``, ``zh-tw`` (`#267 <https://github.com/pndurette/gTTS/issues/267>`_) - Removed the ``gtts.get_url()`` method (outdated since ``2.1.0``) (`#270 <https://github.com/pndurette/gTTS/issues/270>`_) - do not require python-mock for build, testsuite is not run * Tue Feb 09 2021 Adrian Schröter <adrian@suse.de> - update to 2.2.2 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 or --nocheck for the cli (#267) Bugfixes Fix Python 2.7 compatiblity (!). Python 2 is long gone, but the cut wasn't clearly communicated for gTTS, so it was restored. Python 2 support will be completely removed in the next major release. (#255) Language code case sensitivity is maintained throughout (#267) Deprecations and Removals The following list of 'hyphenated' language codes no longer work and have been removed: en-us, en-ca, en-uk, en-gb, en-au, en-gh, en-in, en-ie, en-nz, en-ng, en-ph, en-za, en-tz, fr-ca fr-fr, pt-br, pt-pt, es-es, es-us, zh-cn, zh-tw (#267) Removed the gtts.get_url() method (outdated since 2.1.0) (#270) - Drop remove-pip-requirement.patch
/etc/alternatives/gtts-cli /usr/bin/gtts-cli /usr/bin/gtts-cli-3.12 /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info/INSTALLER /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info/LICENSE /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info/METADATA /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info/RECORD /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info/REQUESTED /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info/WHEEL /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info/entry_points.txt /usr/lib/python3.12/site-packages/gTTS-2.5.4.dist-info/top_level.txt /usr/lib/python3.12/site-packages/gtts /usr/lib/python3.12/site-packages/gtts/__init__.py /usr/lib/python3.12/site-packages/gtts/__pycache__ /usr/lib/python3.12/site-packages/gtts/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/accents.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/accents.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/cli.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/cli.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/lang.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/lang.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/langs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/langs.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/tts.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/tts.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/version.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/__pycache__/version.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/accents.py /usr/lib/python3.12/site-packages/gtts/cli.py /usr/lib/python3.12/site-packages/gtts/lang.py /usr/lib/python3.12/site-packages/gtts/langs.py /usr/lib/python3.12/site-packages/gtts/tests /usr/lib/python3.12/site-packages/gtts/tests/__init__.py /usr/lib/python3.12/site-packages/gtts/tests/__pycache__ /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/test_cli.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/test_cli.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/test_lang.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/test_lang.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/test_tts.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/test_tts.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/test_utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tests/__pycache__/test_utils.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tests/input_files /usr/lib/python3.12/site-packages/gtts/tests/input_files/test_cli_test_ascii.txt /usr/lib/python3.12/site-packages/gtts/tests/input_files/test_cli_test_utf8.txt /usr/lib/python3.12/site-packages/gtts/tests/test_cli.py /usr/lib/python3.12/site-packages/gtts/tests/test_lang.py /usr/lib/python3.12/site-packages/gtts/tests/test_tts.py /usr/lib/python3.12/site-packages/gtts/tests/test_utils.py /usr/lib/python3.12/site-packages/gtts/tokenizer /usr/lib/python3.12/site-packages/gtts/tokenizer/__init__.py /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__ /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/core.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/core.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/pre_processors.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/pre_processors.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/symbols.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/symbols.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/tokenizer_cases.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/__pycache__/tokenizer_cases.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/core.py /usr/lib/python3.12/site-packages/gtts/tokenizer/pre_processors.py /usr/lib/python3.12/site-packages/gtts/tokenizer/symbols.py /usr/lib/python3.12/site-packages/gtts/tokenizer/tests /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/__pycache__ /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/__pycache__/test_core.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/__pycache__/test_core.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/__pycache__/test_pre_processors.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/__pycache__/test_pre_processors.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/__pycache__/test_tokenizer_cases.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/__pycache__/test_tokenizer_cases.cpython-312.pyc /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/test_core.py /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/test_pre_processors.py /usr/lib/python3.12/site-packages/gtts/tokenizer/tests/test_tokenizer_cases.py /usr/lib/python3.12/site-packages/gtts/tokenizer/tokenizer_cases.py /usr/lib/python3.12/site-packages/gtts/tts.py /usr/lib/python3.12/site-packages/gtts/utils.py /usr/lib/python3.12/site-packages/gtts/version.py /usr/share/doc/packages/python312-gTTS /usr/share/doc/packages/python312-gTTS/CHANGELOG.md /usr/share/doc/packages/python312-gTTS/README.md /usr/share/licenses/python312-gTTS /usr/share/licenses/python312-gTTS/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025