diff --git a/ftfy-5.3.0.tar.gz b/ftfy-5.3.0.tar.gz deleted file mode 100644 index 49a1843..0000000 --- a/ftfy-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ba702d5138f9b35df32b55920c9466208608108f1f3d5de1a68c17e3d68cb7f -size 53827 diff --git a/python-ftfy.changes b/python-ftfy.changes index f21e757..61c531b 100644 --- a/python-ftfy.changes +++ b/python-ftfy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 18 09:57:30 UTC 2018 - Tomáš Chvátal + +- 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 diff --git a/python-ftfy.spec b/python-ftfy.spec index 9ae18fa..a8d80ca 100644 --- a/python-ftfy.spec +++ b/python-ftfy.spec @@ -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 diff --git a/v5.5.1.tar.gz b/v5.5.1.tar.gz new file mode 100644 index 0000000..612b0b2 --- /dev/null +++ b/v5.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61cf8212baa3cd80e1fb6cd379b665f603016a1e97253a7f55938c748cc23bf +size 68188