15
0

Accepting request 650341 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/650341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Unidecode?expand=0&rev=7
This commit is contained in:
2018-11-26 09:24:38 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c33dd588e0c9bc22a76eaa0c715a5434851f726131bd44a6c26471746efabf5
size 208877

3
Unidecode-1.0.23.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b85354be8fd0c0e10adbf0675f6dc2310e56fda43fa8fe049123b6c475e52fb
size 210727

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Nov 19 19:48:35 UTC 2018 - Benoît Monin <benoit.monin@gmx.fr>
- 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

View File

@@ -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