Hello community,
here is the log from the commit of package python-arabic-reshaper for
openSUSE:Factory checked in at 2019-09-27 14:47:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-arabic-reshaper (Old)
and /work/SRC/openSUSE:Factory/.python-arabic-reshaper.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-arabic-reshaper"
Fri Sep 27 14:47:30 2019 rev:4 rq:730716 version:2.0.15
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-arabic-reshaper/python-arabic-reshaper.changes
2018-12-12 17:24:59.835142792 +0100
+++
/work/SRC/openSUSE:Factory/.python-arabic-reshaper.new.2352/python-arabic-reshaper.changes
2019-09-27 14:47:31.744908201 +0200
@@ -1,0 +2,6 @@
+Fri Sep 13 12:51:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.0.15:
+ * Relicensed as MIT
+
+-------------------------------------------------------------------
Old:
----
arabic_reshaper-2.0.14.tar.gz
New:
----
v2.0.15.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-arabic-reshaper.spec ++++++
--- /var/tmp/diff_new_pack.UNOcuj/_old 2019-09-27 14:47:33.008904914 +0200
+++ /var/tmp/diff_new_pack.UNOcuj/_new 2019-09-27 14:47:33.012904903 +0200
@@ -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 @@
applications that do not support Arabic.
%prep
-%setup -q -n arabic_reshaper-%{version}
+%setup -q
%build
%python_build
@@ -54,7 +51,11 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%python_exec setup.py test
+
%files %{python_files}
+%license LICENSE
%doc README.md
%{python_sitelib}/*