15
0
forked from pool/python-gTTS

Accepting request 1111539 from home:pgajdos:python

- version update to 2.3.2
  * Add new error helper for when using a custom (non-.com) TLD results in a 404 (5a860ed)
  * cli: Add deprecated language fallback support to CLI (5a860ed)
  * cli: Fix older invalid example (5a860ed)

OBS-URL: https://build.opensuse.org/request/show/1111539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=24
This commit is contained in:
2023-09-18 15:33:29 +00:00
committed by Git OBS Bridge
parent fe3f87ac3a
commit 869c63308c
4 changed files with 12 additions and 10 deletions

View File

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

3
gTTS-2.3.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 15 09:08:13 UTC 2023 - pgajdos@suse.com
- version update to 2.3.2
* Add new error helper for when using a custom (non-.com) TLD results in a 404 (5a860ed)
* cli: Add deprecated language fallback support to CLI (5a860ed)
* cli: Fix older invalid example (5a860ed)
-------------------------------------------------------------------
Sat Feb 4 18:39:05 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-gTTS
Version: 2.3.1
Version: 2.3.2
Release: 0
Summary: Python module to create MP3 files from spoken text via the Google TTS API
License: MIT
@@ -26,9 +26,7 @@ URL: https://github.com/pndurette/gTTS
Source: https://github.com/pndurette/gTTS/archive/refs/tags/v%{version}.tar.gz#/gTTS-%{version}.tar.gz
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module click}
BuildRequires: %{python_module gTTS-token >= 1.1.3}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 3.9}
BuildRequires: %{python_module requests}
@@ -39,12 +37,8 @@ BuildRequires: %{python_module testfixtures}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-beautifulsoup4
Requires: python-click
Requires: python-gTTS-token >= 1.1.3
Requires: python-requests
Requires: python-setuptools
Requires: python-six
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch