Hello community, here is the log from the commit of package python-gTTS-token for openSUSE:Factory checked in at 2018-11-06 14:38:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gTTS-token (Old) and /work/SRC/openSUSE:Factory/.python-gTTS-token.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gTTS-token" Tue Nov 6 14:38:46 2018 rev:2 rq:646388 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gTTS-token/python-gTTS-token.changes 2018-03-16 10:39:33.612658938 +0100 +++ /work/SRC/openSUSE:Factory/.python-gTTS-token.new/python-gTTS-token.changes 2018-11-06 14:39:27.256590088 +0100 @@ -1,0 +2,12 @@ +Sun Nov 4 23:50:46 UTC 2018 - Jan Engelhardt <[email protected]> + +- Use noun phrase for summary. + +------------------------------------------------------------------- +Thu Nov 1 18:42:08 UTC 2018 - [email protected] + +- Update to gTTS-token 1.1.2 + * Include License in PyPi tarball + * Fix issues with the RegEx failing + +------------------------------------------------------------------- Old: ---- LICENSE gTTS-token-1.1.1.zip New: ---- gTTS-token-1.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gTTS-token.spec ++++++ --- /var/tmp/diff_new_pack.ic7KYR/_old 2018-11-06 14:39:28.668587954 +0100 +++ /var/tmp/diff_new_pack.ic7KYR/_new 2018-11-06 14:39:28.668587954 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gTTS-token # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,39 +12,37 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gTTS-token -Version: 1.1.1 +Version: 1.1.2 Release: 0 +Summary: Python module for calculating a token to run the Google text-to-speech engine License: MIT -Summary: Calculates a token to run the Google Translate text to speech -Url: https://github.com/boudewijn26/gTTS-token Group: Development/Languages/Python -Source: https://files.pythonhosted.org/packages/source/g/gTTS-token/gTTS-token-%{version}.zip -source99: https://raw.githubusercontent.com/Boudewijn26/gTTS-token/master/LICENSE -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} +Url: https://github.com/boudewijn26/gTTS-token +Source: https://files.pythonhosted.org/packages/source/g/gTTS-token/gTTS-token-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: unzip -BuildRequires: fdupes BuildRequires: dos2unix +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: unzip Requires: python-requests BuildArch: noarch %python_subpackages %description -gTTS-token (Google Text to Speech token) is a python implementation +gTTS-token (Google Text to Speech token) is a Python implementation of the token validation required by Google Translate when making -a request to its translate API. +a request to its API. %prep %setup -q -n gTTS-token-%{version} dos2unix README.md -cp %{SOURCE99} . %build %python_build
