Blob Blame History Raw
<revisionlist>
  <revision rev="1" vrev="1">
    <srcmd5>7e9303254165d39ada72219d348aa8c2</srcmd5>
    <version>1.2.2</version>
    <time>1525426226</time>
    <user>dimstar_suse</user>
    <comment>New package python-gTTS required by mycroft-core</comment>
    <requestid>603637</requestid>
  </revision>
  <revision rev="2" vrev="1">
    <srcmd5>13f0cafac12325637c8de15611a58977</srcmd5>
    <version>2.0.3</version>
    <time>1549286716</time>
    <user>coolo</user>
    <comment></comment>
    <requestid>670901</requestid>
  </revision>
  <revision rev="3" vrev="2">
    <srcmd5>396197abe67f21890f29485bbedab760</srcmd5>
    <version>2.0.3</version>
    <time>1549916891</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>673172</requestid>
  </revision>
  <revision rev="4" vrev="1">
    <srcmd5>d9c119ddc8699efaa0d3c3145cbf1c4d</srcmd5>
    <version>2.0.4</version>
    <time>1569588423</time>
    <user>dimstar_suse</user>
    <comment>- Update to 2.0.4:
  * gTTS is now built as a wheel package (Python 2 &amp; 3) (#181)
- Rebase patch remove-pip-requirement.patch</comment>
    <requestid>730386</requestid>
  </revision>
  <revision rev="5" vrev="1">
    <srcmd5>f403fc390cb928a0d9eb0d905e202138</srcmd5>
    <version>2.1.1</version>
    <time>1586248244</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>791751</requestid>
  </revision>
  <revision rev="6" vrev="2">
    <srcmd5>f7d92ee9b261e4e1d8c31de7c6526a5d</srcmd5>
    <version>2.1.1</version>
    <time>1590650190</time>
    <user>maxlin_factory</user>
    <comment></comment>
    <requestid>809358</requestid>
  </revision>
  <revision rev="7" vrev="1">
    <srcmd5>fb03708fe0576866cbc34bbc55ef5115</srcmd5>
    <version>2.2.2</version>
    <time>1612901855</time>
    <user>dimstar_suse</user>
    <comment>- 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
</comment>
    <requestid>870610</requestid>
  </revision>
  <revision rev="8" vrev="1">
    <srcmd5>d2c9201cb473b819e5fa46014a164c76</srcmd5>
    <version>2.2.4</version>
    <time>1647889997</time>
    <user>dimstar_suse</user>
    <comment>- 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)
- version update to 2.2.4
  2.2.4 (2022-03-14)
  ------------------
  Features
  ~~~~~~~
  - Added Malay language support (`#316 &lt;https://github.com/pndurette/gTTS/issues/316&gt;`_)
  - Added Hebrew language support (`#324 &lt;https://github.com/pndurette/gTTS/issues/324&gt;`_)
  - Added new ``gTTS.stream()`` method to stream bytes (`#319 &lt;https://github.com/pndurette/gTTS/issues/319&gt;`_)
  Misc
  ~~~
  - `#334 &lt;https://github.com/pndurette/gTTS/issues/334&gt;`_
  2.2.3 (2021-06-17)
  ------------------
  Features
  ~~~~~~~
  - Added Bulgarian language support (`#302 &lt;https://github.com/pndurette/gTTS/issues/302&gt;`_)
  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 &lt;https://github.com/pndurette/gTTS/issues/267&gt;`_)
  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 &lt;https://github.com/pndurette/gTTS/issues/255&gt;`_)
  - Language code case sensitivity is maintained throughout (`#267 &lt;https://github.com/pndurette/gTTS/issues/267&gt;`_)
  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 &lt;https://github.com/pndurette/gTTS/issues/267&gt;`_)
  - Removed the ``gtts.get_url()`` method (outdated since ``2.1.0``)
    (`#270 &lt;https://github.com/pndurette/gTTS/issues/270&gt;`_)
- do not require python-mock for build, testsuite is not run
</comment>
    <requestid>963733</requestid>
  </revision>
  <revision rev="9" vrev="1">
    <srcmd5>dfd2d41b43e10f9af6043a95c98c7479</srcmd5>
    <version>2.3.1</version>
    <time>1675621228</time>
    <user>dimstar_suse</user>
    <comment>- 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
</comment>
    <requestid>1063200</requestid>
  </revision>
</revisionlist>