Compare commits

6 Commits

Author SHA256 Message Date
8466b486fb Accepting request 1264870 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gTTS?expand=0&rev=18
2025-04-16 18:39:00 +00:00
1132ceb57e - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=40
2025-03-26 05:30:00 +00:00
2d7bcd624c Accepting request 1223983 from devel:languages:python
- update to 2.5.4:
  * Language added: `fr-CA` (French (Canada))

OBS-URL: https://build.opensuse.org/request/show/1223983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gTTS?expand=0&rev=17
2024-11-14 15:08:53 +00:00
dd3345ae25 - update to 2.5.4:
* Language added: `fr-CA` (French (Canada))

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=38
2024-11-13 15:05:56 +00:00
073b9a4ae5 Accepting request 1219190 from devel:languages:python
- update to 2.5.3:
  * **langs:** Languages added: `pt-PT` (Portuguese (Portugal)),
    `yue` (Cantonese); languages modified: `pa` (Punjabi
    (Gurmukhi)), `pt` (Portuguese (Brazil))
  * **langs:** Languages added: `am` (Amharic), `cy` (Welsh),
    `eu` (Basque), `gl` (Galician), `ha` (Hausa), `lt`
    (Lithuanian), `pa` (Punjabi)

OBS-URL: https://build.opensuse.org/request/show/1219190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gTTS?expand=0&rev=16
2024-10-30 16:36:29 +00:00
ed4aee7f86 - update to 2.5.3:
* **langs:** Languages added: `pt-PT` (Portuguese (Portugal)),
    `yue` (Cantonese); languages modified: `pa` (Punjabi
    (Gurmukhi)), `pt` (Portuguese (Brazil))
  * **langs:** Languages added: `am` (Amharic), `cy` (Welsh),
    `eu` (Basque), `gl` (Galician), `ha` (Hausa), `lt`
    (Lithuanian), `pa` (Punjabi)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=36
2024-10-29 21:21:10 +00:00
4 changed files with 28 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Mar 26 05:29:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Wed Nov 13 15:05:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.5.4:
* Language added: `fr-CA` (French (Canada))
-------------------------------------------------------------------
Tue Oct 29 21:13:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.5.3:
* **langs:** Languages added: `pt-PT` (Portuguese (Portugal)),
`yue` (Cantonese); languages modified: `pa` (Punjabi
(Gurmukhi)), `pt` (Portuguese (Brazil))
* **langs:** Languages added: `am` (Amharic), `cy` (Welsh),
`eu` (Basque), `gl` (Galician), `ha` (Hausa), `lt`
(Lithuanian), `pa` (Punjabi)
-------------------------------------------------------------------
Thu Mar 21 07:54:57 UTC 2024 - Max Lin <mlin@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-gTTS
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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.1
Version: 2.5.4
Release: 0
Summary: Python module to create MP3 files from spoken text via the Google TTS API
License: MIT
@@ -79,6 +79,6 @@ sentences where the speech would naturally pause.
%license LICENSE
%python_alternative %{_bindir}/gtts-cli
%{python_sitelib}/gtts
%{python_sitelib}/gTTS-%{version}.dist-info
%{python_sitelib}/gtts-%{version}.dist-info
%changelog