From 51f495e6212ef78d5e30a07e07c09d4e45e14d9b934e3d1947e2ecbeba77f1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Mar 2020 08:49:15 +0000 Subject: [PATCH] - 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 --- python-ftfy.changes | 6 ++++++ python-ftfy.spec | 6 ++---- v5.6.tar.gz | 3 --- v5.7.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 v5.6.tar.gz create mode 100644 v5.7.tar.gz diff --git a/python-ftfy.changes b/python-ftfy.changes index 7245447..66944d6 100644 --- a/python-ftfy.changes +++ b/python-ftfy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 08:48:18 UTC 2020 - Tomáš Chvátal + +- Update to 5.7: + * Fixes build on python 3.8 + ------------------------------------------------------------------- Mon Aug 12 12:31:18 UTC 2019 - Marketa Calabkova diff --git a/python-ftfy.spec b/python-ftfy.spec index 15b2291..fc63e49 100644 --- a/python-ftfy.spec +++ b/python-ftfy.spec @@ -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 diff --git a/v5.6.tar.gz b/v5.6.tar.gz deleted file mode 100644 index 5487fc5..0000000 --- a/v5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2486acff2a93b217b21d79fcda23ac42b781bd8e9ac198e13a11a780edd695d4 -size 69685 diff --git a/v5.7.tar.gz b/v5.7.tar.gz new file mode 100644 index 0000000..2432811 --- /dev/null +++ b/v5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f98cde0a4cc5223c00ea18bc49b1fa5686a6e9393c4c8df6f7e2f7620c0fcf +size 69683