forked from pool/python-ftfy
- Update to version 5.5.1:
* Fixes build on python3.7 * Use Unicode 11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ftfy?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
61c8579e5b
commit
9da51fa814
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ba702d5138f9b35df32b55920c9466208608108f1f3d5de1a68c17e3d68cb7f
|
||||
size 53827
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 18 09:57:30 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to version 5.5.1:
|
||||
* Fixes build on python3.7
|
||||
* Use Unicode 11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 29 11:07:27 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
||||
@@ -12,26 +12,24 @@
|
||||
# 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-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-ftfy
|
||||
Version: 5.3.0
|
||||
Version: 5.5.1
|
||||
Release: 0
|
||||
Summary: Python module for repairing mis-decoded Unicode text
|
||||
License: MIT
|
||||
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}
|
||||
Source: https://github.com/LuminosoInsight/python-ftfy/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wcwidth}
|
||||
@@ -46,7 +44,7 @@ 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}
|
||||
%setup -q -n python-ftfy-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
3
v5.5.1.tar.gz
Normal file
3
v5.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a61cf8212baa3cd80e1fb6cd379b665f603016a1e97253a7f55938c748cc23bf
|
||||
size 68188
|
||||
Reference in New Issue
Block a user