From 4e318843332886d250120715450eed3e6e2312dd1b6ca4616b695e3d8df11915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 20 Nov 2018 08:50:47 +0000 Subject: [PATCH] Accepting request 650296 from home:benoit_monin:branches:devel:languages:python - update to Unidecode 1.0.23 - spec cleanup: fix license to GPL-2.0-or-later - mark the LICENSE file as %license instead of %doc - add the README to the documentation OBS-URL: https://build.opensuse.org/request/show/650296 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=19 --- Unidecode-1.0.22.tar.gz | 3 --- Unidecode-1.0.23.tar.gz | 3 +++ python-Unidecode.changes | 16 ++++++++++++++++ python-Unidecode.spec | 9 +++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 Unidecode-1.0.22.tar.gz create mode 100644 Unidecode-1.0.23.tar.gz diff --git a/Unidecode-1.0.22.tar.gz b/Unidecode-1.0.22.tar.gz deleted file mode 100644 index 60eade8..0000000 --- a/Unidecode-1.0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c33dd588e0c9bc22a76eaa0c715a5434851f726131bd44a6c26471746efabf5 -size 208877 diff --git a/Unidecode-1.0.23.tar.gz b/Unidecode-1.0.23.tar.gz new file mode 100644 index 0000000..22a06f3 --- /dev/null +++ b/Unidecode-1.0.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b85354be8fd0c0e10adbf0675f6dc2310e56fda43fa8fe049123b6c475e52fb +size 210727 diff --git a/python-Unidecode.changes b/python-Unidecode.changes index a356dc0..37e9571 100644 --- a/python-Unidecode.changes +++ b/python-Unidecode.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 19 19:48:35 UTC 2018 - BenoƮt Monin + +- update to Unidecode 1.0.23: + * Improve transliteration of Hebrew letters + (thanks to Alon Bar-Lev) + * Add transliterations for the phonetic block U+1D00 - U+1D7F + (thanks to Oscar Laurent) + * Transliterate SI "micro" prefix as "u" instead of "micro" in + the U+33xx block. + * Add U+33DE SQUARE V OVER M and U+33DF SQUARE A OVER M. + * Drop support for Python 2.6 and 3.3 (thanks to Jon Dufresne) +- spec cleanup: fix license to GPL-2.0-or-later +- mark the LICENSE file as %license instead of %doc +- add the README to the documentation + ------------------------------------------------------------------- Sat Jan 6 21:26:05 UTC 2018 - benoit.monin@gmx.fr diff --git a/python-Unidecode.spec b/python-Unidecode.spec index 8941c35..48154a4 100644 --- a/python-Unidecode.spec +++ b/python-Unidecode.spec @@ -12,16 +12,16 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Unidecode -Version: 1.0.22 +Version: 1.0.23 Release: 0 Summary: ASCII transliterations of Unicode text -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Languages/Python Url: https://pypi.python.org/pypi/Unidecode Source: https://files.pythonhosted.org/packages/source/U/Unidecode/Unidecode-%{version}.tar.gz @@ -97,7 +97,8 @@ export LANG=en_US.UTF-8 %files %python_files %defattr(-,root,root,-) -%doc LICENSE ChangeLog +%license LICENSE +%doc ChangeLog README.rst %{python_sitelib}/* %python_alternative %{_bindir}/unidecode