15
0

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
This commit is contained in:
Tomáš Chvátal
2018-11-20 08:50:47 +00:00
committed by Git OBS Bridge
parent 7dc2dba5c2
commit 4e31884333
4 changed files with 24 additions and 7 deletions

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