- Update to 1.3:
* text-unidecode is now dual-licensed under Artistic License and GPL 1 / GPL 2+, to cause less problems for distributions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-text-unidecode?expand=0&rev=10
This commit is contained in:
parent
77a9ebcf13
commit
3ec1d30fcd
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 09:49:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3:
|
||||||
|
* text-unidecode is now dual-licensed under Artistic License and GPL 1 /
|
||||||
|
GPL 2+, to cause less problems for distributions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 14 14:48:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Feb 14 14:48:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-text-unidecode
|
Name: python-text-unidecode
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The most basic Text::Unidecode port
|
Summary: The most basic Text::Unidecode port
|
||||||
License: Artistic-1.0
|
License: Artistic-1.0 OR GPL-2.0-or-later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/kmike/text-unidecode/
|
URL: https://github.com/kmike/text-unidecode/
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/text-unidecode/text-unidecode-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/text-unidecode/text-unidecode-%{version}.tar.gz
|
||||||
@ -53,7 +53,7 @@ This port is licensed under Artistic License and supports both Python
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d
|
|
||||||
size 76872
|
|
BIN
text-unidecode-1.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
text-unidecode-1.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user