Hello community, here is the log from the commit of package docker-compose for openSUSE:Factory checked in at 2015-09-17 09:20:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docker-compose (Old) and /work/SRC/openSUSE:Factory/.docker-compose.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docker-compose" Changes: -------- --- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes 2015-08-29 20:04:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes 2015-09-17 09:20:28.000000000 +0200 @@ -1,0 +2,12 @@ +Tue Jul 28 10:19:17 UTC 2015 - [email protected] + +- Fix python-request requirement + + Updated fix_requires.patch: required to fix docker-compose on Factory + +------------------------------------------------------------------- +Mon Jul 27 11:49:36 UTC 2015 - [email protected] + +- Update to version 1.3.2 + +------------------------------------------------------------------- Old: ---- docker-compose-1.2.0.tar.gz New: ---- compose-1.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-compose.spec ++++++ --- /var/tmp/diff_new_pack.LBh81M/_old 2015-09-17 09:20:28.000000000 +0200 +++ /var/tmp/diff_new_pack.LBh81M/_new 2015-09-17 09:20:28.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-fig +# spec file for package docker-compose # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,14 +16,16 @@ # +%define mod_name compose + Name: docker-compose -Version: 1.2.0 +Version: 1.3.2 Release: 0 Summary: Define and run complex applications using Docker License: Apache-2.0 Group: System/Management Url: https://pypi.python.org/pypi/fig -Source0: %{name}-%{version}.tar.gz +Source0: %{mod_name}-%{version}.tar.gz Source1: README.SUSE Patch0: fix_requires.patch Requires: docker @@ -31,11 +33,11 @@ Requires: python-docker-py >= 1.0.0 Requires: python-dockerpty >= 0.3.2 Requires: python-docopt >= 0.6.1 -Requires: python-requests >= 2.2.1 +Requires: python-requests >= 2.6.1 +Requires: python-setuptools Requires: python-six >= 1.7.3 Requires: python-texttable >= 0.8.2 Requires: python-websocket-client >= 0.11.0 -Requires: python-setuptools BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,9 +59,9 @@ Previously known as Fig. %prep -%setup -q -n %{name}-%{version} -cp %{SOURCE1} . +%setup -q -n %{mod_name}-%{version} %patch0 -p1 +cp %{SOURCE1} . %build python setup.py build ++++++ docker-compose-1.2.0.tar.gz -> compose-1.3.2.tar.gz ++++++ ++++ 8581 lines of diff (skipped) ++++++ fix_requires.patch ++++++ --- /var/tmp/diff_new_pack.LBh81M/_old 2015-09-17 09:20:29.000000000 +0200 +++ /var/tmp/diff_new_pack.LBh81M/_new 2015-09-17 09:20:29.000000000 +0200 @@ -1,17 +1,12 @@ -Index: docker-compose-1.2.0/setup.py -=================================================================== ---- docker-compose-1.2.0.orig/setup.py -+++ docker-compose-1.2.0/setup.py -@@ -27,10 +27,10 @@ def find_version(*file_paths): +diff -Nur compose-1.3.2.orig/setup.py compose-1.3.2/setup.py +--- compose-1.3.2.orig/setup.py 2015-07-14 18:40:43.000000000 +0200 ++++ compose-1.3.2/setup.py 2015-07-27 13:18:30.330472557 +0200 +@@ -27,7 +27,7 @@ install_requires = [ 'docopt >= 0.6.1, < 0.7', 'PyYAML >= 3.10, < 4', -- 'requests >= 2.2.1, < 2.6', -+ 'requests >= 2.2.1, <= 2.6', +- 'requests >= 2.6.1, < 2.7', ++ 'requests >= 2.6.1, < 2.8', 'texttable >= 0.8.1, < 0.9', 'websocket-client >= 0.11.0, < 1.0', -- 'docker-py >= 1.0.0, < 1.2', -+ 'docker-py >= 1.0.0, <= 1.2.1', - 'dockerpty >= 0.3.2, < 0.4', - 'six >= 1.3.0, < 2', - ] + 'docker-py >= 1.3.0, < 1.4',
