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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a1b3dbee4a0b307c91a465ba4caa8baaaa178151acd20de50ba24f9385f7e13
size 38566

3
python-bidi-0.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5347f71e82b3e9976dc657f09ded2bfe39ba8d6777ca81a5b2c56c30121c496e
size 40373

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 22 13:25:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.2:
* Merged Fix for mixed RTL and numbers, Thanks Just van Rossum
-------------------------------------------------------------------
Tue Dec 4 12:52:58 UTC 2018 - Matej Cepl <mcepl@suse.com>

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