From 0db034595000f33ea8361208b52ac17767607b4c3bafda79e9d6d77c5cfa7302 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 12:01:53 +0000 Subject: [PATCH] - update to 2.5.1: * Flush file after saving OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=32 --- gTTS-2.5.0.tar.gz | 3 --- gTTS-2.5.1.tar.gz | 3 +++ python-gTTS.changes | 6 ++++++ python-gTTS.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 gTTS-2.5.0.tar.gz create mode 100644 gTTS-2.5.1.tar.gz diff --git a/gTTS-2.5.0.tar.gz b/gTTS-2.5.0.tar.gz deleted file mode 100644 index e13ce47..0000000 --- a/gTTS-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58d086e9122f1d520ac2ce74f0e0b9da4ddbf0ffa325339c04cfdf0e875d4fea -size 40700 diff --git a/gTTS-2.5.1.tar.gz b/gTTS-2.5.1.tar.gz new file mode 100644 index 0000000..573d11f --- /dev/null +++ b/gTTS-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bc99e25f24970a22132cda59a891c8a769bed28cccf2b2535ced1a6bacdb68 +size 40984 diff --git a/python-gTTS.changes b/python-gTTS.changes index f54daae..490e493 100644 --- a/python-gTTS.changes +++ b/python-gTTS.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 30 12:01:46 UTC 2024 - Dirk Müller + +- update to 2.5.1: + * Flush file after saving + ------------------------------------------------------------------- Fri Dec 29 12:46:13 UTC 2023 - Dirk Müller diff --git a/python-gTTS.spec b/python-gTTS.spec index 68b4d12..f17ecb6 100644 --- a/python-gTTS.spec +++ b/python-gTTS.spec @@ -1,7 +1,7 @@ # # spec file for package python-gTTS # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-gTTS -Version: 2.5.0 +Version: 2.5.1 Release: 0 Summary: Python module to create MP3 files from spoken text via the Google TTS API License: MIT @@ -43,7 +43,7 @@ BuildRequires: python-rpm-macros Requires: python-click Requires: python-requests Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages