Hello community, here is the log from the commit of package docker-compose for openSUSE:Factory checked in at 2018-05-08 18:07:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-compose (Old) and /work/SRC/openSUSE:Factory/.docker-compose.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-compose" Tue May 8 18:07:03 2018 rev:14 rq:605362 version:1.21.2 Changes: -------- --- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes 2018-05-08 13:40:58.981663193 +0200 +++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes 2018-05-08 18:07:07.865724182 +0200 @@ -1,0 +2,6 @@ +Tue May 8 14:05:20 UTC 2018 - [email protected] + +- provide docker-compose only for the python3 variant to avoid + collisions, esp. since py2 version does not have the binary + +------------------------------------------------------------------- @@ -9 +15 @@ -- Execute the pytest testsuite, fixes bsc#1091133 +- Execute the pytest testsuite, fixes bsc#1092148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-compose.spec ++++++ --- /var/tmp/diff_new_pack.WOPez2/_old 2018-05-08 18:07:08.973683683 +0200 +++ /var/tmp/diff_new_pack.WOPez2/_new 2018-05-08 18:07:08.973683683 +0200 @@ -57,9 +57,12 @@ Requires: python-texttable >= 0.9.0 Requires: python-urllib3 >= 1.21.1 Requires: python-websocket-client >= 0.32.0 +BuildArch: noarch +# This is py3 only as we have the binary just there +%ifpython3 Provides: docker-compose = %{version} Obsoletes: docker-compose < %{version} -BuildArch: noarch +%endif %ifpython2 Requires: python-backports.ssl_match_hostname >= 3.5 Requires: python-enum34 >= 1.0.4
