Hello community,

here is the log from the commit of package translate-toolkit for 
openSUSE:Factory checked in at 2017-03-10 21:03:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.translate-toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "translate-toolkit"

Fri Mar 10 21:03:44 2017 rev:23 rq:477751 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes      
2017-03-03 17:40:04.206987215 +0100
+++ /work/SRC/openSUSE:Factory/.translate-toolkit.new/translate-toolkit.changes 
2017-03-10 21:03:45.980127239 +0100
@@ -1,0 +2,8 @@
+Mon Mar  6 10:54:18 UTC 2017 - [email protected]
+
+- lower python-six requirement to 1.9 again to make translate-toolkit work on
+  Leap. There is no real requirement on 1.10:
+  https://github.com/translate/translate/pull/3488
+  * translate-toolkit-2.0.0-python-six.diff
+
+-------------------------------------------------------------------

New:
----
  translate-toolkit-2.0.0-python-six.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ translate-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.ToYJXm/_old  2017-03-10 21:03:46.804010492 +0100
+++ /var/tmp/diff_new_pack.ToYJXm/_new  2017-03-10 21:03:46.808009925 +0100
@@ -24,6 +24,8 @@
 Group:          Development/Tools/Other
 Url:            http://toolkit.translatehouse.org/
 Source:         
https://github.com/translate/translate/releases/download/%{version}/%{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE -- set python-six requirement to 1.9.0 
https://github.com/translate/translate/pull/3488
+Patch0:         translate-toolkit-2.0.0-python-six.diff
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  iso-codes
@@ -43,11 +45,11 @@
 BuildRequires:  python-utidy
 BuildRequires:  python-xml
 Requires:       gettext-runtime
+Requires:       python-diff_match_patch
 Requires:       python-lxml
 Requires:       python-pyenchant
 Requires:              python-setuptools
 Requires:       python-six
-Requires:       python-diff_match_patch
 # The following are for the full experience of translate-toolkit
 Recommends:     gaupol
 Recommends:     iso-codes
@@ -94,6 +96,7 @@
 
 %prep
 %setup -n %{name}-%{version} -q
+%patch0 -p1
 sed -i 296"s|'share'|'translate/share'|" setup.py
 # fix for bnc#750652 - remove Apache-2.0 file - difflib is the fallback 
solution - added diff_match_patch as a required package
 rm translate/misc/diff_match_patch.py*

++++++ translate-toolkit-2.0.0-python-six.diff ++++++
https://github.com/translate/translate/pull/3488

Index: translate-toolkit-2.0.0/requirements/required.txt
===================================================================
--- translate-toolkit-2.0.0.orig/requirements/required.txt
+++ translate-toolkit-2.0.0/requirements/required.txt
@@ -1,4 +1,4 @@
-six>=1.10.0
+six>=1.9.0
 
 # Required to provide compatibility for old Virtaal releases:
 diff-match-patch==20121119

Reply via email to