15
0
forked from pool/python-ftfy

- Update to 5.7:

* Fixes build on python 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ftfy?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2020-03-10 08:49:15 +00:00
committed by Git OBS Bridge
parent e1339b3e44
commit 51f495e621
4 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ftfy
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-ftfy
Version: 5.6
Version: 5.7
Release: 0
Summary: Python module for repairing mis-decoded Unicode text
License: MIT
Group: Development/Languages/Python
URL: https://github.com/LuminosoInsight/python-ftfy
Source: https://github.com/LuminosoInsight/python-ftfy/archive/v%{version}.tar.gz
BuildRequires: %{python_module setuptools}
@@ -32,7 +31,6 @@ BuildRequires: python-rpm-macros
Requires: python-wcwidth
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wcwidth}
# /SECTION