Hello community, here is the log from the commit of package python-ftfy for openSUSE:Factory checked in at 2018-07-31 16:00:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ftfy (Old) and /work/SRC/openSUSE:Factory/.python-ftfy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ftfy" Tue Jul 31 16:00:32 2018 rev:2 rq:626368 version:5.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ftfy/python-ftfy.changes 2018-06-08 23:12:50.885735478 +0200 +++ /work/SRC/openSUSE:Factory/.python-ftfy.new/python-ftfy.changes 2018-07-31 16:00:35.063667116 +0200 @@ -1,0 +2,5 @@ +Sun Jul 29 11:07:27 UTC 2018 - [email protected] + +- Use noun phrase in summary. Trim filler wording from description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ftfy.spec ++++++ --- /var/tmp/diff_new_pack.pkkecm/_old 2018-07-31 16:00:35.923668576 +0200 +++ /var/tmp/diff_new_pack.pkkecm/_new 2018-07-31 16:00:35.927668583 +0200 @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,10 +21,10 @@ Name: python-ftfy Version: 5.3.0 Release: 0 +Summary: Python module for repairing mis-decoded Unicode text License: MIT -Summary: Fixes some problems with Unicode text after the fact -Url: http://github.com/LuminosoInsight/python-ftfy Group: Development/Languages/Python +Url: http://github.com/LuminosoInsight/python-ftfy Source: https://files.pythonhosted.org/packages/source/f/ftfy/ftfy-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -31,8 +32,8 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module nose} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module wcwidth} # /SECTION Requires: python-wcwidth @@ -41,12 +42,8 @@ %python_subpackages %description -Ftfy makes Unicode text less broken and more consistent. - -The most interesting kind of brokenness that this resolves -is when someone has encoded Unicode with one standard and -decoded it with a different one. - +Ftfy attempts to repair Unicode text that has been erroneously +put through an encode/decode cycle with different encodings. %prep %setup -q -n ftfy-%{version}
