From b0b5f390be603961f785dd2619417fb020d375639e7369a6c2f13d8092fa0ba6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 21 Dec 2020 20:07:53 +0000 Subject: [PATCH] Accepting request 857890 from home:benoit_monin:branches:devel:languages:python - update to version 1.1.2 - run the tests with pyunitest macro OBS-URL: https://build.opensuse.org/request/show/857890 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=28 --- Unidecode-1.1.1.tar.gz | 3 --- Unidecode-1.1.2.tar.gz | 3 +++ python-Unidecode.changes | 8 ++++++++ python-Unidecode.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 Unidecode-1.1.1.tar.gz create mode 100644 Unidecode-1.1.2.tar.gz diff --git a/Unidecode-1.1.1.tar.gz b/Unidecode-1.1.1.tar.gz deleted file mode 100644 index 97fa6fd..0000000 --- a/Unidecode-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b6aab710c2a1647e928e36d69c21e76b453cd455f4e2621000e54b2a9b8cce8 -size 212151 diff --git a/Unidecode-1.1.2.tar.gz b/Unidecode-1.1.2.tar.gz new file mode 100644 index 0000000..8fac87b --- /dev/null +++ b/Unidecode-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a039f89014245e0cad8858976293e23501accc9ff5a7bdbc739a14a2b7b85cdc +size 213644 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 0869c77..9f8af1a 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 21 17:47:10 UTC 2020 - Benoît Monin + +- update to version 1.1.2: + * Add some missing replacements in the U+23xx page. + * Fix U+204A "TIRONIAN SIGN ET" replacement. +- run the tests with pyunitest macro + ------------------------------------------------------------------- Wed Sep 11 12:35:09 UTC 2019 - Tomáš Chvátal diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 5cef446..824454b 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-Unidecode # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Unidecode -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later @@ -85,7 +85,7 @@ Sean M. Burke . %check export LANG=en_US.UTF-8 -%python_exec setup.py test +%pyunittest -v %post %python_install_alternative unidecode