From 32adf3a61debf89ae9991055f9ae676f277aac057b603cd0ce102e123bb38df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:39:28 +0000 Subject: [PATCH] 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 --- gTTS-token-1.1.3.tar.gz | 3 --- gTTS-token-1.1.4.tar.gz | 3 +++ python-gTTS-token.changes | 9 +++++++++ python-gTTS-token.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 gTTS-token-1.1.3.tar.gz create mode 100644 gTTS-token-1.1.4.tar.gz diff --git a/gTTS-token-1.1.3.tar.gz b/gTTS-token-1.1.3.tar.gz deleted file mode 100644 index 968b194..0000000 --- a/gTTS-token-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d6819a85b813f235397ef931ad4b680f03d843c9b2a9e74dd95175a4bc012c5 -size 3441 diff --git a/gTTS-token-1.1.4.tar.gz b/gTTS-token-1.1.4.tar.gz new file mode 100644 index 0000000..8b279d1 --- /dev/null +++ b/gTTS-token-1.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c022453fe599655444f5c47c423448d3e38c582d3e6e6328641d582ae0a1bf +size 3884 diff --git a/python-gTTS-token.changes b/python-gTTS-token.changes index 7afccc4..a58cbad 100644 --- a/python-gTTS-token.changes +++ b/python-gTTS-token.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 28 19:49:55 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-gTTS-token.spec b/python-gTTS-token.spec index 708e1d9..9909e06 100644 --- a/python-gTTS-token.spec +++ b/python-gTTS-token.spec @@ -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