Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2017-12-23 12:20:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and      /work/SRC/openSUSE:Factory/.docker-compose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-compose"

Sat Dec 23 12:20:54 2017 rev:12 rq:559389 version:1.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes    
2017-11-23 09:43:39.442171088 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes       
2017-12-23 12:21:30.605662833 +0100
@@ -1,0 +2,5 @@
+Fri Dec 22 14:26:39 UTC 2017 - wolfgang.en...@suse.com
+
+- Fix requirement of python-texttable (boo#1072403)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ docker-compose.spec ++++++
--- /var/tmp/diff_new_pack.urjlQ3/_old  2017-12-23 12:21:31.157635919 +0100
+++ /var/tmp/diff_new_pack.urjlQ3/_new  2017-12-23 12:21:31.161635724 +0100
@@ -49,7 +49,7 @@
 Requires:       python-six              >= 1.7.3
 Conflicts:      python-six              >= 2
 Requires:       python-texttable        >= 0.8.1
-Conflicts:      python-texttable        >= 0.10
+#Conflicts:      python-texttable        >= 0.10
 Requires:       python-websocket-client >= 0.32.0
 Conflicts:      python-websocket-client >= 1.0
 Requires:       python-cached-property  >= 1.2.0

++++++ fix-requirements.patch ++++++
--- /var/tmp/diff_new_pack.urjlQ3/_old  2017-12-23 12:21:31.217632993 +0100
+++ /var/tmp/diff_new_pack.urjlQ3/_new  2017-12-23 12:21:31.221632798 +0100
@@ -1,7 +1,7 @@
-diff --git a/setup.py b/setup.py
-index 192a0f6a..75adb686 100644
---- a/setup.py
-+++ b/setup.py
+Index: compose-1.17.0/setup.py
+===================================================================
+--- compose-1.17.0.orig/setup.py
++++ compose-1.17.0/setup.py
 @@ -33,8 +33,8 @@ install_requires = [
      'cached-property >= 1.2.0, < 2',
      'docopt >= 0.6.1, < 0.7',
@@ -9,7 +9,7 @@
 -    'requests >= 2.6.1, != 2.11.0, < 2.12',
 -    'texttable >= 0.9.0, < 0.10',
 +    'requests >= 2.6.1',
-+    'texttable >= 0.8.1, < 0.10',
++    'texttable >= 0.8.1',
      'websocket-client >= 0.32.0, < 1.0',
      'docker >= 2.5.1, < 3.0',
      'dockerpty >= 0.4.1, < 0.5',


Reply via email to