From 869c63308cf44b589db1533c05e5ecaed9916e7d624d37798c67e49426a7243f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 18 Sep 2023 15:33:29 +0000 Subject: [PATCH] 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 --- gTTS-2.3.1.tar.gz | 3 --- gTTS-2.3.2.tar.gz | 3 +++ python-gTTS.changes | 8 ++++++++ python-gTTS.spec | 8 +------- 4 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 gTTS-2.3.1.tar.gz create mode 100644 gTTS-2.3.2.tar.gz diff --git a/gTTS-2.3.1.tar.gz b/gTTS-2.3.1.tar.gz deleted file mode 100644 index 9a5337a..0000000 --- a/gTTS-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3764195ccb210b313ba6662083aa85e5cb39a918078048322227c46d3440a0a -size 39623 diff --git a/gTTS-2.3.2.tar.gz b/gTTS-2.3.2.tar.gz new file mode 100644 index 0000000..c94d855 --- /dev/null +++ b/gTTS-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90dbdd49aadac924176e8e8337cfd50156dd2e10e7f4ee7ef59f7c6089a6b6c3 +size 40344 diff --git a/python-gTTS.changes b/python-gTTS.changes index 10f47b7..1e51a8d 100644 --- a/python-gTTS.changes +++ b/python-gTTS.changes @@ -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 diff --git a/python-gTTS.spec b/python-gTTS.spec index 4d67dc5..bb39972 100644 --- a/python-gTTS.spec +++ b/python-gTTS.spec @@ -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