Hello community,

here is the log from the commit of package python-gTTS for openSUSE:Factory 
checked in at 2018-05-04 11:30:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gTTS (Old)
 and      /work/SRC/openSUSE:Factory/.python-gTTS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gTTS"

Fri May  4 11:30:26 2018 rev:1 rq:603637 version:1.2.2

Changes:
--------
New Changes file:

--- /dev/null   2018-04-25 19:14:53.472341877 +0200
+++ /work/SRC/openSUSE:Factory/.python-gTTS.new/python-gTTS.changes     
2018-05-04 11:30:27.857642859 +0200
@@ -0,0 +1,14 @@
+-------------------------------------------------------------------
+Thu May  3 09:36:21 UTC 2018 - alarr...@suse.com
+
+- Use %license for the LICENSE file 
+
+-------------------------------------------------------------------
+Sun Mar  4 13:08:06 UTC 2018 - jeng...@inai.de
+
+- Focus description on gTTS.
+
+-------------------------------------------------------------------
+Mon Sep  4 16:53:35 UTC 2017 - alarr...@suse.com
+
+- Initial release of python-gTTS 1.2.2

New:
----
  gTTS-1.2.2.tar.gz
  python-gTTS.changes
  python-gTTS.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gTTS.spec ++++++
#
# spec file for package python-gTTS
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-gTTS
Version:        1.2.2
Release:        0
Summary:        Python module to create MP3 files from spoken text via the 
Google TTS API
License:        MIT
Group:          Development/Languages/Python
Url:            https://github.com/pndurette/gTTS
Source:         
https://files.pythonhosted.org/packages/source/g/gTTS/gTTS-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-gTTS-token
Requires:       python-requests
Requires:       python-six
BuildArch:      noarch
%python_subpackages

%description
gTTS is a Python interface for Google's Text to Speech API. An MP3
file may be created with the gTTS module or the gtts-cli command line
utility. It allows unlimited lengths to be spoken by tokenizing long
sentences where the speech would naturally pause.

%prep
%setup -q -n gTTS-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md
%license LICENSE
%python3_only %{_bindir}/gtts-cli
%python3_only %{_bindir}/gtts-cli.py
%{python_sitelib}/*

%changelog

Reply via email to