forked from pool/python-gTTS-token
Accepting request 1006767 from home:yarunachalam:branches:devel:languages:python
- 1.1.4 - 2020-11-09 * Switch to latest python * Fix regex deprecation * Allow custom country code (Thanks @onsunl) * Add retry mechanism (Thanks @w2sv) OBS-URL: https://build.opensuse.org/request/show/1006767 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS-token?expand=0&rev=9
This commit is contained in:
parent
502aa353b2
commit
32adf3a61d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d6819a85b813f235397ef931ad4b680f03d843c9b2a9e74dd95175a4bc012c5
|
|
||||||
size 3441
|
|
3
gTTS-token-1.1.4.tar.gz
Normal file
3
gTTS-token-1.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1c022453fe599655444f5c47c423448d3e38c582d3e6e6328641d582ae0a1bf
|
||||||
|
size 3884
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 19:49:55 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 1.1.4 - 2020-11-09
|
||||||
|
* Switch to latest python
|
||||||
|
* Fix regex deprecation
|
||||||
|
* Allow custom country code (Thanks @onsunl)
|
||||||
|
* Add retry mechanism (Thanks @w2sv)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 1 14:20:32 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
Sat Dec 1 14:20:32 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-gTTS-token
|
# spec file for package python-gTTS-token
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-gTTS-token
|
Name: python-gTTS-token
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module for calculating a token to run the Google text-to-speech engine
|
Summary: Python module for calculating a token to run the Google text-to-speech engine
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/boudewijn26/gTTS-token
|
URL: https://github.com/boudewijn26/gTTS-token
|
||||||
Source: https://files.pythonhosted.org/packages/source/g/gTTS-token/gTTS-token-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/g/gTTS-token/gTTS-token-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user