Accepting request 1006900 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1006900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gTTS-token?expand=0&rev=4
This commit is contained in:
Richard Brown 2022-09-29 16:14:20 +00:00 committed by Git OBS Bridge
commit 32ef83f4b8
4 changed files with 15 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1c022453fe599655444f5c47c423448d3e38c582d3e6e6328641d582ae0a1bf
size 3884

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gTTS-token
Version: 1.1.3
Version: 1.1.4
Release: 0
Summary: Python module for calculating a token to run the Google text-to-speech engine
License: MIT
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
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix