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