diff --git a/Unidecode-0.04.19.tar.gz b/Unidecode-0.04.19.tar.gz deleted file mode 100644 index e95f064..0000000 --- a/Unidecode-0.04.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e -size 204613 diff --git a/Unidecode-0.04.20.tar.gz b/Unidecode-0.04.20.tar.gz new file mode 100644 index 0000000..cc7d2c8 --- /dev/null +++ b/Unidecode-0.04.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4418b4b1b190487753f1cca6299e8076079258647284414e6d607d1f8a00e0 +size 205830 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index 21461c7..87b424b 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jan 10 20:00:08 UTC 2017 - benoit.monin@gmx.fr + +- update to Unidecode 0.04.20: + * Fixed transliteration of circled Latin letters and numbers + (thanks to Krzysztof Jurewicz) + * Add square unit symbols + * Add Latin variants in U+20xx and U+21xx pages + * Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOK + * Fix U+205F MEDIUM MATHEMATICAL SPACE + * Add "DIGIT ... COMMA" and "PARANTHESIZED LATIN CAPITAL LETTER" + in U+1F1xx page + * Add missing vulgar fractions and a/c, a/s, c/o, c/u symbols + * Add universal Wheel release (thanks to Adam Chainz) +- change source url to pythonhosted.org + ------------------------------------------------------------------- Fri Jan 22 19:02:19 UTC 2016 - benoit.monin@gmx.fr diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 8fdf67f..e915d09 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-Unidecode # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,13 +17,13 @@ Name: python-Unidecode -Version: 0.04.19 +Version: 0.04.20 Release: 0 Summary: ASCII transliterations of Unicode text License: GPL-2.0+ Group: Development/Languages/Python Url: https://pypi.python.org/pypi/Unidecode -Source: http://pypi.python.org/packages/source/U/Unidecode/Unidecode-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/U/Unidecode/Unidecode-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-setuptools