From 1da548b0c78c36addfd356efada97f1f5c4a3b5372245e10eb7c38f85d6149f2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 5 Feb 2021 23:13:03 +0000 Subject: [PATCH] Accepting request 869839 from home:benoit_monin:branches:devel:languages:python update to version 1.2.0 OBS-URL: https://build.opensuse.org/request/show/869839 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=30 --- Unidecode-1.1.2.tar.gz | 3 --- Unidecode-1.2.0.tar.gz | 3 +++ python-Unidecode.changes | 15 +++++++++++++++ python-Unidecode.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 Unidecode-1.1.2.tar.gz create mode 100644 Unidecode-1.2.0.tar.gz diff --git a/Unidecode-1.1.2.tar.gz b/Unidecode-1.1.2.tar.gz deleted file mode 100644 index 8fac87b..0000000 --- a/Unidecode-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a039f89014245e0cad8858976293e23501accc9ff5a7bdbc739a14a2b7b85cdc -size 213644 diff --git a/Unidecode-1.2.0.tar.gz b/Unidecode-1.2.0.tar.gz new file mode 100644 index 0000000..112fe94 --- /dev/null +++ b/Unidecode-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d73a97d387a956922344f6b74243c2c6771594659778744b2dbdaad8f6b727d +size 216042 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 9f8af1a..0c7a262 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Feb 5 17:19:37 UTC 2021 - Benoît Monin + +- update to version 1.2.0: + * Add 'errors' argument that specifies how characters with + unknown replacements are handled. Default is 'ignore' to + replicate the behavior of older versions. + * Many characters that were previously replaced with '[?]' are + now correctly marked as unknown and will behave as specified + in the new errors='...' argument. + * Added some missing ligatures and quotation marks in U+1F6xx + and U+27xx ranges. + * Add PEP 561-style type information (thanks to Pascal Corpet) + * Support for Python 2 and 3.5 to be removed in next release. + ------------------------------------------------------------------- Mon Dec 21 17:47:10 UTC 2020 - Benoît Monin diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 824454b..0bd72b7 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-Unidecode # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Unidecode -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later