diff --git a/arabic_reshaper-2.0.14.tar.gz b/arabic_reshaper-2.0.14.tar.gz deleted file mode 100644 index d0e7927..0000000 --- a/arabic_reshaper-2.0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:008d71e6f5523833d8f4c8b5fd487d8bbed444c7c9a06665695afdb5ef47f214 -size 15476 diff --git a/python-arabic-reshaper.changes b/python-arabic-reshaper.changes index 4ce4f6f..9ecb36b 100644 --- a/python-arabic-reshaper.changes +++ b/python-arabic-reshaper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 12:51:05 UTC 2019 - Tomáš Chvátal + +- Update to 2.0.15: + * Relicensed as MIT + ------------------------------------------------------------------- Tue Dec 4 12:45:37 UTC 2018 - Matej Cepl diff --git a/python-arabic-reshaper.spec b/python-arabic-reshaper.spec index 93815a5..d3575ac 100644 --- a/python-arabic-reshaper.spec +++ b/python-arabic-reshaper.spec @@ -1,7 +1,7 @@ # # spec file for package python-arabic-reshaper # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,26 +18,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-arabic-reshaper -Version: 2.0.14 +Version: 2.0.15 Release: 0 Summary: Python module for formatting Arabic sentences -License: GPL-3.0-only +License: MIT Group: Development/Languages/Python -Url: https://github.com/mpcabd/python-arabic-reshaper/ -Source: https://files.pythonhosted.org/packages/source/a/arabic-reshaper/arabic_reshaper-%{version}.tar.gz +URL: https://github.com/mpcabd/python-arabic-reshaper/ +Source: https://github.com/mpcabd/python-arabic-reshaper/archive/v%{version}.tar.gz +BuildRequires: %{python_module future} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-rpm-macros -# SECTION test requirements -BuildRequires: %{python_module future} BuildRequires: python-configparser -# /SECTION +BuildRequires: python-rpm-macros Requires: python-future +BuildArch: noarch %ifpython2 Requires: python-configparser %endif -BuildArch: noarch - %python_subpackages %description @@ -45,7 +42,7 @@ A module for reconstructing Arabic sentences that are to be used in applications that do not support Arabic. %prep -%setup -q -n arabic_reshaper-%{version} +%setup -q %build %python_build @@ -54,7 +51,11 @@ applications that do not support Arabic. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%python_exec setup.py test + %files %{python_files} +%license LICENSE %doc README.md %{python_sitelib}/* diff --git a/v2.0.15.tar.gz b/v2.0.15.tar.gz new file mode 100644 index 0000000..2e5bc49 --- /dev/null +++ b/v2.0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db17a494b4ad6b0b796dd9b785c0087fc6ccd0ad0f68509ac37342a81de5eed +size 19070