15
0
forked from pool/python-gTTS
Files
python-gTTS/remove-pip-requirement.patch
Tomáš Chvátal 20eb54ba91 Accepting request 791742 from home:mcalabkova:branches:devel:languages:python
- update to 2.1.1
  * Debug mode now uses a copy of locals() to prevent RuntimeError (`#213 <https://github.com/pndurette/gTTS/issues/213>`_)
  * Added the ability to customize the Google Translate URL hostname.
    This is useful when ``google.com`` might be blocked within a network but
    a local or different Google host (e.g. ``google.cn``) is not
  * Pre-generated TTS API request URLs can now be obtained instead of
    writing an ``mp3`` file to disk (for example to be used in an
    external program)
  * New ``--tld`` option to match the new ``gtts`` customizable hostname
  * Added Python 3.8 support

OBS-URL: https://build.opensuse.org/request/show/791742
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=9
2020-04-06 11:23:52 +00:00

13 lines
360 B
Diff

Index: gTTS-2.1.1/setup.cfg
===================================================================
--- gTTS-2.1.1.orig/setup.cfg
+++ gTTS-2.1.1/setup.cfg
@@ -34,7 +34,6 @@ long_description_content_type = text/mar
python_requires = >= 2.7
setup_requires =
setuptools >= 38.6
- twine >= 1.11
include_package_data = True
packages = find:
install_requires =