15
0
forked from pool/python-gTTS
Commit Graph

5 Commits

Author SHA256 Message Date
Tomáš Chvátal
eaaa1b517d - Update to 2.0.4:
* gTTS is now built as a wheel package (Python 2 & 3) (#181)
- Rebase patch remove-pip-requirement.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=7
2019-09-12 11:57:38 +00:00
d6a264454a Accepting request 673169 from home:alarrosa:branches:devel:languages:python
- Change the egg requirement to use the right name, beautifulsoup4,
  instead of bs4

OBS-URL: https://build.opensuse.org/request/show/673169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=5
2019-02-10 19:17:33 +00:00
Tomáš Chvátal
18440ed39b Accepting request 670774 from home:alarrosa:branches:devel:languages:python
- Update to 2.0.3:
  * Added new tokenizer case for ':' preventing cut in the middle of
    a time notation
- Update to 2.0.2:
  Features
  * Added Python 3.7 support, modernization of packaging, testing and CI
  Bugfixes
  * Fixed language retrieval/validation broken from new Google Translate page
- Update to 2.0.1:
  Bugfixes
  * Fixed an UnicodeDecodeError when installing gTTS if system locale was
    not utf-8
  Improved Documentation
  * Added Pre-processing and tokenizing > Minimizing section about the API's
    100 characters limit and how larger tokens are handled
- Update to 2.0.0:
  Features
  * The gtts module
    + New logger ("gtts") replaces all occurrences of print()
    + Languages list is now obtained automatically (gtts.lang)
    + Added a curated list of language sub-tags that have been observed to
      provide different dialects or accents (e.g. "en-gb", "fr-ca")
    + New gTTS() parameter lang_check to disable language checking.
    + gTTS() now delegates the text tokenizing to the API request methods (i.e.
      write_to_fp(), save()), allowing gTTS instances to be modified/reused
    + Rewrote tokenizing and added pre-processing (see below)
    + New gTTS() parameters pre_processor_funcs and tokenizer_func to configure
      pre-processing and tokenizing (or use a 3rd party tokenizer)
    + Error handling:
      - Added new exception gTTSError raised on API request errors. It attempts

OBS-URL: https://build.opensuse.org/request/show/670774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=3
2019-02-03 18:33:45 +00:00
ff507f499e Accepting request 603637 from devel:languages:python
New package python-gTTS required by mycroft-core

OBS-URL: https://build.opensuse.org/request/show/603637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gTTS?expand=0&rev=1
2018-05-04 09:30:26 +00:00
e02b0257ca Accepting request 603631 from devel:languages:python:misc
Move back the package to d:l:p to try to submit it to Factory again

OBS-URL: https://build.opensuse.org/request/show/603631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=1
2018-05-03 11:05:30 +00:00