From e676d49d69b2c9ec8195f1d528b3ee65b62414ec58cf86f476b7ee2acfd7ca1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 15 Jun 2019 06:28:05 +0000 Subject: [PATCH] Accepting request 710020 from home:benoit_monin:branches:devel:languages:python update to Unidecode 1.1.0 OBS-URL: https://build.opensuse.org/request/show/710020 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=24 --- Unidecode-1.0.23.tar.gz | 3 --- Unidecode-1.1.0.tar.gz | 3 +++ python-Unidecode.changes | 10 ++++++++++ python-Unidecode.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 Unidecode-1.0.23.tar.gz create mode 100644 Unidecode-1.1.0.tar.gz diff --git a/Unidecode-1.0.23.tar.gz b/Unidecode-1.0.23.tar.gz deleted file mode 100644 index 22a06f3..0000000 --- a/Unidecode-1.0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b85354be8fd0c0e10adbf0675f6dc2310e56fda43fa8fe049123b6c475e52fb -size 210727 diff --git a/Unidecode-1.1.0.tar.gz b/Unidecode-1.1.0.tar.gz new file mode 100644 index 0000000..d62faf0 --- /dev/null +++ b/Unidecode-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c698f567aa098aeacfbad2d4a416f9803236bdc5ece09653b6e6dfe3f03f102 +size 212038 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 681283b..32aef2c 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 14 16:48:52 UTC 2019 - Benoît Monin + +- update to Unidecode 1.1.0: + * Add more Latin letter variants in U+1F1xx page + * Make it possible to use the Unidecode command-line utility via + "python -m unidecode" (thanks to Jon Dufresne) + * General clean up of code and documentation + (thanks to Jon Dufresne) + ------------------------------------------------------------------- Thu Dec 6 14:30:29 UTC 2018 - Tomáš Chvátal diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 48c3129..3649614 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-Unidecode # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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.0.23 +Version: 1.1.0 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0-or-later