diff --git a/python-bidi-0.4.0.tar.gz b/python-bidi-0.4.0.tar.gz deleted file mode 100644 index 595fe2c..0000000 --- a/python-bidi-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a1b3dbee4a0b307c91a465ba4caa8baaaa178151acd20de50ba24f9385f7e13 -size 38566 diff --git a/python-bidi-0.4.2.tar.gz b/python-bidi-0.4.2.tar.gz new file mode 100644 index 0000000..4362879 --- /dev/null +++ b/python-bidi-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5347f71e82b3e9976dc657f09ded2bfe39ba8d6777ca81a5b2c56c30121c496e +size 40373 diff --git a/python-python-bidi.changes b/python-python-bidi.changes index f413e78..c43c7a6 100644 --- a/python-python-bidi.changes +++ b/python-python-bidi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 13:25:46 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-python-bidi.spec b/python-python-bidi.spec index 8aec0af..2aa8eab 100644 --- a/python-python-bidi.spec +++ b/python-python-bidi.spec @@ -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