forked from pool/python-arabic-reshaper
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
3f35d6ace3
commit
31cc615b25
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:008d71e6f5523833d8f4c8b5fd487d8bbed444c7c9a06665695afdb5ef47f214
|
||||
size 15476
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 12:51:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2.0.15:
|
||||
* Relicensed as MIT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:45:37 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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}/*
|
||||
|
||||
|
||||
3
v2.0.15.tar.gz
Normal file
3
v2.0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2db17a494b4ad6b0b796dd9b785c0087fc6ccd0ad0f68509ac37342a81de5eed
|
||||
size 19070
|
||||
Reference in New Issue
Block a user