forked from pool/python-ftfy
Accepting request 626059 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/626059 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ftfy?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
bae25e99c8
commit
61c8579e5b
@@ -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: fdupes
|
||||
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 @@ BuildArch: noarch
|
||||
%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}
|
||||
|
||||
Reference in New Issue
Block a user