14
0

- Update to 0.4.2:

* Merged Fix for mixed RTL and numbers, Thanks Just van Rossum

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-bidi?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-07-22 13:27:05 +00:00
committed by Git OBS Bridge
parent aeac94c1b3
commit b14c488807
4 changed files with 15 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-bidi
#
# 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,22 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-bidi
Version: 0.4.0
Version: 0.4.2
Release: 0
Summary: BiDi layout algorithm
License: LGPL-3.0-only
Group: Development/Languages/Python
Url: https://github.com/MeirKriheli/python-bidi
URL: https://github.com/MeirKriheli/python-bidi
Source: https://files.pythonhosted.org/packages/source/p/python-bidi/python-bidi-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module six}
# /SECTION
BuildRequires: fdupes
Requires: python-six
BuildArch: noarch
%python_subpackages
%description