From 0e31fb300e4c2c3fbefa58bb36b3725e4e75a2c409485232cf7dc6e2fb6933b0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 17:48:49 +0000 Subject: [PATCH] - update to 6.0.3: * Allow the keyword argument `fix_entities` as a deprecated alias for `unescape_html`, raising a warning. * `ftfy.formatting` functions now disregard ANSI terminal escapes when calculating text width. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ftfy?expand=0&rev=17 --- ftfy-6.0.1.tar.gz | 3 --- python-ftfy.changes | 9 +++++++++ python-ftfy.spec | 8 ++++---- v6.0.3.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 ftfy-6.0.1.tar.gz create mode 100644 v6.0.3.tar.gz diff --git a/ftfy-6.0.1.tar.gz b/ftfy-6.0.1.tar.gz deleted file mode 100644 index 9188fed..0000000 --- a/ftfy-6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46f5cd2ec15469bfea8f7c0169c32210c9091228d37f528d71046e1a43e81b13 -size 278549 diff --git a/python-ftfy.changes b/python-ftfy.changes index e292306..0c07671 100644 --- a/python-ftfy.changes +++ b/python-ftfy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 15 17:46:05 UTC 2022 - Dirk Müller + +- update to 6.0.3: + * Allow the keyword argument `fix_entities` as a deprecated alias for + `unescape_html`, raising a warning. + * `ftfy.formatting` functions now disregard ANSI terminal escapes when + calculating text width. + ------------------------------------------------------------------- Sat Apr 17 18:25:51 UTC 2021 - Ben Greiner diff --git a/python-ftfy.spec b/python-ftfy.spec index 1fcdb3c..e11572d 100644 --- a/python-ftfy.spec +++ b/python-ftfy.spec @@ -1,7 +1,7 @@ # # spec file for package python-ftfy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ftfy -Version: 6.0.1 +Version: 6.0.3 Release: 0 Summary: Python module for repairing mis-decoded Unicode text License: MIT -URL: https://github.com/LuminosoInsight/python-ftfy -Source: https://github.com/LuminosoInsight/python-ftfy/archive/v%{version}.tar.gz#/ftfy-%{version}.tar.gz +URL: https://github.com/rspeer/python-ftfy +Source: https://github.com/rspeer/python-ftfy/archive/refs/tags/v%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros diff --git a/v6.0.3.tar.gz b/v6.0.3.tar.gz new file mode 100644 index 0000000..9d5b2e4 --- /dev/null +++ b/v6.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74befdb0ac765e6f73fa00aa71094d35ddbd8ebec0e401250bb23bed09f88f83 +size 331508