From 31cc615b2550f6b6c95a72a138a43471747f67be1a35c601a00a23e2c95c6712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 12:55:51 +0000 Subject: [PATCH] - Update to 2.0.15: * Relicensed as MIT OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arabic-reshaper?expand=0&rev=7 --- arabic_reshaper-2.0.14.tar.gz | 3 --- python-arabic-reshaper.changes | 6 ++++++ python-arabic-reshaper.spec | 25 +++++++++++++------------ v2.0.15.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 arabic_reshaper-2.0.14.tar.gz create mode 100644 v2.0.15.tar.gz 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