Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gTTS for openSUSE:Factory checked in at 2023-02-05 19:20:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gTTS (Old) and /work/SRC/openSUSE:Factory/.python-gTTS.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gTTS" Sun Feb 5 19:20:28 2023 rev:9 rq:1063200 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gTTS/python-gTTS.changes 2022-03-21 20:13:36.184533991 +0100 +++ /work/SRC/openSUSE:Factory/.python-gTTS.new.4462/python-gTTS.changes 2023-02-05 19:20:29.967659863 +0100 @@ -1,0 +2,25 @@ +Sat Feb 4 18:39:05 UTC 2023 - Matej Cepl <[email protected]> + +- Update to 2.3.1: + - Bug fixes: + - test: include missing required *.txt test files in dist + - loosen dependancies for click and requests, removes six + dependancy + - test: missing @pytest.mark.net on net-enabled test + - test: remove mock package test dependancy +Features + - Centralize project metadata and config into a single + pyproject.toml + - Drop support for Python 2.7 (long overdue), Python 3.6 + (end-of-life) + - Modernize package config and build/release workflow + - Simplify language generator + - Languages added: zh-CN (Chinese (Simplified)), zh-TW + (Chinese (Traditional)) + - Languages removed: cy (Welsh), eo (Esperanto), mk + (Macedonian), ms (Malay), zh-CN (Chinese) +- Remove upstreamed patches: + - demock.patch + - network-tests.patch + +------------------------------------------------------------------- Old: ---- demock.patch gTTS-2.2.4.tar.gz network-tests.patch New: ---- gTTS-2.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gTTS.spec ++++++ --- /var/tmp/diff_new_pack.LMsg54/_old 2023-02-05 19:20:30.439662592 +0100 +++ /var/tmp/diff_new_pack.LMsg54/_new 2023-02-05 19:20:30.447662638 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gTTS # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,29 +16,27 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gTTS -Version: 2.2.4 +Version: 2.3.1 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://github.com/pndurette/gTTS/archive/refs/tags/v%{version}.tar.gz#/gTTS-%{version}.tar.gz -# PATCH-FIX-UPSTREAM demock.patch gh#pndurette/gTTS#343 [email protected] -# remove dependency on the external mock package -Patch0: demock.patch -# PATCH-FIX-UPSTREAM network-tests.patch gh#pndurette/gTTS#344 [email protected] -# one more test marked as the network requiring -Patch1: network-tests.patch +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} -BuildRequires: %{python_module setuptools >= 38.6} -BuildRequires: %{python_module six} +BuildRequires: %{python_module sphinx-click} +BuildRequires: %{python_module sphinx_mdinclude} +BuildRequires: %{python_module sphinx_rtd_theme} BuildRequires: %{python_module testfixtures} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-beautifulsoup4 @@ -62,10 +60,10 @@ %autosetup -p1 -n gTTS-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/gtts-cli %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -80,9 +78,10 @@ %python_uninstall_alternative gtts-cli %files %{python_files} -%doc CHANGELOG.rst README.md +%doc CHANGELOG.md README.md %license LICENSE %python_alternative %{_bindir}/gtts-cli -%{python_sitelib}/* +%{python_sitelib}/gtts +%{python_sitelib}/gTTS-%{version}*-info %changelog ++++++ gTTS-2.2.4.tar.gz -> gTTS-2.3.1.tar.gz ++++++ ++++ 2242 lines of diff (skipped)
