commit docker-compose for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2019-01-24 14:10:16

Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and  /work/SRC/openSUSE:Factory/.docker-compose.new.28833 (New)


Package is "docker-compose"

Thu Jan 24 14:10:16 2019 rev:16 rq:665720 version:1.23.2

Changes:

--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes
2018-12-27 00:29:58.391634482 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new.28833/docker-compose.changes 
2019-01-24 14:10:17.567578400 +0100
@@ -1,0 +2,6 @@
+Mon Jan 14 12:07:10 UTC 2019 - Michal Vyskocil 
+
+- Sync dependencies with requirements.txt as this version
+  requires python-docker 3.6.0 at least
+
+---



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.1g35wb/_old  2019-01-24 14:10:17.963577944 +0100
+++ /var/tmp/diff_new_pack.1g35wb/_new  2019-01-24 14:10:17.967577940 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docker-compose
 #
-# 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
@@ -44,17 +44,17 @@
 Requires:   docker
 Requires:   python-PySocks >= 1.6.7
 Requires:   python-PyYAML >= 3.10
-Requires:   python-cached-property >= 1.2.0
+Requires:   python-cached-property >= 1.3.0
 Requires:   python-chardet >= 3.0.4
-Requires:   python-docker >= 2.5.1
-Requires:   python-docker-pycreds >= 0.2.3
+Requires:   python-docker >= 3.6.0
+Requires:   python-docker-pycreds >= 0.3.0
 Requires:   python-dockerpty >= 0.4.1
-Requires:   python-docopt >= 0.6.1
+Requires:   python-docopt >= 0.6.2
 Requires:   python-idna >= 2.5
-Requires:   python-jsonschema >= 2.5.1
-Requires:   python-requests >= 2.18.4
+Requires:   python-jsonschema >= 2.6.0
+Requires:   python-requests >= 2.20.0
 Requires:   python-six >= 1.10.0
-Requires:   python-texttable >= 0.9.0
+Requires:   python-texttable >= 0.9.1
 Requires:   python-urllib3 >= 1.21.1
 Requires:   python-websocket-client >= 0.32.0
 BuildArch:  noarch




commit docker-compose for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2018-12-27 00:29:57

Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and  /work/SRC/openSUSE:Factory/.docker-compose.new.28833 (New)


Package is "docker-compose"

Thu Dec 27 00:29:57 2018 rev:15 rq:660938 version:1.23.2

Changes:

--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes
2018-05-08 18:07:07.865724182 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new.28833/docker-compose.changes 
2018-12-27 00:29:58.391634482 +0100
@@ -1,0 +2,7 @@
+Sun Dec 23 18:00:45 UTC 2018 - John Vandenberg 
+
+- Update to version 1.23.2:
+  * Compose format version 3.7
+  * Many other many changes from 1.21.2 read CHANGES.md file
+
+---

Old:

  1.21.2.tar.gz

New:

  docker-compose-1.23.2.tar.gz



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.aknWAq/_old  2018-12-27 00:29:58.895634069 +0100
+++ /var/tmp/diff_new_pack.aknWAq/_new  2018-12-27 00:29:58.899634066 +0100
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define mod_name compose
 Name:   docker-compose
-Version:1.21.2
+Version:1.23.2
 Release:0
 Summary:Define and run complex applications using Docker
 License:Apache-2.0
 Group:  System/Management
 URL:https://pypi.python.org/pypi/docker-compose
-Source0:https://github.com/docker/compose/archive/%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/d/docker-compose/docker-compose-%{version}.tar.gz
 Patch0: fix-requirements.patch
 BuildRequires:  %{python_module PyYAML >= 3.10}
 BuildRequires:  %{python_module cached-property >= 1.2.0}
@@ -82,7 +82,7 @@
 Previously known as Fig.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n docker-compose-%{version}
 %patch0 -p1
 
 %build
@@ -97,7 +97,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc README.md CHANGES.md SWARM.md
+%doc README.rst CHANGES.md SWARM.md
 %python3_only %{_bindir}/docker-compose
 %{python_sitelib}/*
 

++ fix-requirements.patch ++
--- /var/tmp/diff_new_pack.aknWAq/_old  2018-12-27 00:29:58.927634043 +0100
+++ /var/tmp/diff_new_pack.aknWAq/_new  2018-12-27 00:29:58.927634043 +0100
@@ -6,12 +6,12 @@
  'cached-property >= 1.2.0, < 2',
  'docopt >= 0.6.1, < 0.7',
  'PyYAML >= 3.10, < 4',
--'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
+-'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.21',
 -'texttable >= 0.9.0, < 0.10',
 +'requests >= 2.6.1',
 +'texttable >= 0.9.0',
  'websocket-client >= 0.32.0, < 1.0',
- 'docker >= 3.3.0, < 4.0',
+ 'docker >= 3.6.0, < 4.0',
  'dockerpty >= 0.4.1, < 0.5',
 @@ -52,7 +52,7 @@ if sys.version_info[:2] < (3, 4):
  tests_require.append('mock >= 1.0.1')
@@ -21,4 +21,4 @@
 +':python_version < "3.4"': ['enum34 >= 1.0.0, < 2'],
  ':python_version < "3.5"': ['backports.ssl_match_hostname >= 3.5'],
  ':python_version < "3.3"': ['ipaddress >= 1.0.16'],
- ':sys_platform == "win32"': ['colorama >= 0.3.9, < 0.4'],
+ ':sys_platform == "win32"': ['colorama >= 0.4, < 0.5'],




commit docker-compose for openSUSE:Factory

2018-05-08 Thread root
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 - tchva...@suse.com
+
+- 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




commit docker-compose for openSUSE:Factory

2018-05-08 Thread root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2018-05-08 13:40:12

Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and  /work/SRC/openSUSE:Factory/.docker-compose.new (New)


Package is "docker-compose"

Tue May  8 13:40:12 2018 rev:13 rq:605287 version:1.21.2

Changes:

--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes
2017-12-23 12:21:30.605662833 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2018-05-08 13:40:58.981663193 +0200
@@ -1,0 +2,31 @@
+Tue May  8 10:25:48 UTC 2018 - tchva...@suse.com
+
+- Fix typos in py2 requirements
+
+---
+Tue May  8 09:11:37 UTC 2018 - tchva...@suse.com
+
+- Execute the pytest testsuite, fixes bsc#1091133
+
+---
+Tue May  8 09:02:46 UTC 2018 - tchva...@suse.com
+
+- Add back patch fix-requirements.patch as it really was needed in
+  the end
+
+---
+Mon May  7 17:51:24 UTC 2018 - tchva...@suse.com
+
+- Update to version 1.21.2:
+  * Many many changes from 1.17.0 read CHANGES.md file
+- Drop README.SUSE pointing to same stuff like official readme
+- Drop patch fix-requirements.patch as it is not really needed
+- Switch to singlespec approach building both py2 and py3
+  * pick just py3 binary, no real reason to keep py2 variant
+
+---
+Mon May  7 17:51:10 UTC 2018 - tchva...@suse.com
+
+- Drop service, it is not really needed as we fetch from pypi
+
+---

Old:

  README.SUSE
  _service
  _servicedata
  compose-1.17.0.tar.xz

New:

  1.21.2.tar.gz



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.zLJ1k3/_old  2018-05-08 13:41:00.249617421 +0200
+++ /var/tmp/diff_new_pack.zLJ1k3/_new  2018-05-08 13:41:00.253617276 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docker-compose
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,54 +16,56 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define mod_name compose
-
 Name:   docker-compose
-Version:1.17.0
+Version:1.21.2
 Release:0
 Summary:Define and run complex applications using Docker
 License:Apache-2.0
 Group:  System/Management
-Url:https://pypi.python.org/pypi/docker-compose
-Source0:%{mod_name}-%{version}.tar.xz
-Source1:README.SUSE
+URL:https://pypi.python.org/pypi/docker-compose
+Source0:https://github.com/docker/compose/archive/%{version}.tar.gz
 Patch0: fix-requirements.patch
+BuildRequires:  %{python_module PyYAML >= 3.10}
+BuildRequires:  %{python_module cached-property >= 1.2.0}
+BuildRequires:  %{python_module dockerpty >= 0.4.1}
+BuildRequires:  %{python_module docopt >= 0.6.1}
+BuildRequires:  %{python_module jsonschema >= 2.5.1}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module texttable >= 0.9.0}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python2-backports.ssl_match_hostname >= 3.5
+BuildRequires:  python2-enum34 >= 1.0.4
+BuildRequires:  python2-ipaddress >= 1.0.16
+BuildRequires:  python2-mock >= 1.0.1
 Requires:   docker
-Requires:   python-PySocks  >= 1.5.6
-Conflicts:  python-PySocks  >= 2
-Requires:   python-PyYAML   >= 3.11
-Conflicts:  python-PyYAML   >= 4
+Requires:   python-PySocks >= 1.6.7
+Requires:   python-PyYAML >= 3.10
+Requires:   python-cached-property >= 1.2.0
+Requires:   python-chardet >= 3.0.4
 Requires:   python-docker   >= 2.5.1
-Conflicts:  python-docker   >= 3
+Requires:   python-docker-pycreds >= 0.2.3
 Requires:   python-dockerpty>= 0.4.1
-Conflicts:  python-dockerpty>= 0.5
 Requires:   python-docopt   >= 0.6.1
-Conflicts:  python-docopt   >= 0.7
-Requires:   python-enum34   >= 1.0
-Conflicts:  python-enum34   >= 2
+Requires:   python-idna >= 2.5
 Requires:   python-jsonschema   >= 2.5.1
-Conflicts:  python-jsonschema   >= 3
-Requires:   python-requests >= 2.7.0
-# Conflicts:  

commit docker-compose for openSUSE:Factory

2017-12-23 Thread root
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',




commit docker-compose for openSUSE:Factory

2017-11-23 Thread root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2017-11-23 09:43:29

Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and  /work/SRC/openSUSE:Factory/.docker-compose.new (New)


Package is "docker-compose"

Thu Nov 23 09:43:29 2017 rev:11 rq:544123 version:1.17.0

Changes:

--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes
2017-10-19 19:32:23.816146054 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2017-11-23 09:43:39.442171088 +0100
@@ -1,0 +2,15 @@
+Fri Nov 03 16:18:29 UTC 2017 - cobe...@gmail.com
+
+- Update to version 1.17.0:
+  * Bump 1.17.0
+  * Miscellaneous test fixes
+  * Add flake8 to dev requirements
+  * flake8 error on master branch (fixes #5298)
+  * Add bash completion for `up --no-start`
+  * Bump 1.17.0-rc1
+  * flake8
+  * Add check_duplicate=True when creating network
+  * Add specific handling for pywintypes.error
+  * Config command generates invalid volumes (fixes #5176)
+
+---

Old:

  compose-1.8.1.tar.xz

New:

  _servicedata
  compose-1.17.0.tar.xz



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.CHP0vE/_old  2017-11-23 09:43:40.182144085 +0100
+++ /var/tmp/diff_new_pack.CHP0vE/_new  2017-11-23 09:43:40.186143939 +0100
@@ -19,20 +19,22 @@
 %define mod_name compose
 
 Name:   docker-compose
-Version:1.8.1
+Version:1.17.0
 Release:0
 Summary:Define and run complex applications using Docker
 License:Apache-2.0
 Group:  System/Management
-Url:https://pypi.python.org/pypi/fig
+Url:https://pypi.python.org/pypi/docker-compose
 Source0:%{mod_name}-%{version}.tar.xz
 Source1:README.SUSE
 Patch0: fix-requirements.patch
 Requires:   docker
+Requires:   python-PySocks  >= 1.5.6
+Conflicts:  python-PySocks  >= 2
 Requires:   python-PyYAML   >= 3.11
 Conflicts:  python-PyYAML   >= 4
-Requires:   python-docker   >= 1.10.3
-Conflicts:  python-docker   >= 2
+Requires:   python-docker   >= 2.5.1
+Conflicts:  python-docker   >= 3
 Requires:   python-dockerpty>= 0.4.1
 Conflicts:  python-dockerpty>= 0.5
 Requires:   python-docopt   >= 0.6.1
@@ -46,12 +48,13 @@
 Requires:   python-setuptools
 Requires:   python-six  >= 1.7.3
 Conflicts:  python-six  >= 2
-Requires:   python-texttable>= 0.8.2
-Conflicts:  python-texttable>= 0.9
+Requires:   python-texttable>= 0.8.1
+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
 Conflicts:  python-cached-property  >= 2
+Requires:   python-ipaddress>= 1.0.16
 BuildRequires:  python-setuptools
 Requires:   python >= 2.7
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ _service ++
--- /var/tmp/diff_new_pack.CHP0vE/_old  2017-11-23 09:43:40.226142479 +0100
+++ /var/tmp/diff_new_pack.CHP0vE/_new  2017-11-23 09:43:40.230142333 +0100
@@ -4,13 +4,13 @@
 g...@github.com:docker/compose.git
 .git
 compose
-1.8.1
-1.8.1
+1.17.0
+1.17.0
 enable
   
   
 *.tar
 xz
   
-  
+  
 

++ _servicedata ++


g...@github.com:docker/compose.git
  ac53b73e7958b825f7235a661c208f4f6f6e90f7++
 compose-1.8.1.tar.xz -> compose-1.17.0.tar.xz ++
 24889 lines of diff (skipped)

++ fix-requirements.patch ++
--- /var/tmp/diff_new_pack.CHP0vE/_old  2017-11-23 09:43:40.474133430 +0100
+++ /var/tmp/diff_new_pack.CHP0vE/_new  2017-11-23 09:43:40.474133430 +0100
@@ -1,22 +1,24 @@
 diff --git a/setup.py b/setup.py
-index 80258fb..5d1745b 100644
+index 192a0f6a..75adb686 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -31,7 +31,7 @@ install_requires = [
+@@ -33,8 +33,8 @@ install_requires = [
  'cached-property >= 1.2.0, < 2',
  'docopt >= 0.6.1, < 0.7',
  'PyYAML >= 3.10, < 4',
--'requests >= 2.6.1, < 2.8',
+-'requests >= 2.6.1, != 2.11.0, < 2.12',
+-'texttable >= 0.9.0, < 0.10',
 +'requests >= 2.6.1',
- 'texttable >= 0.8.1, < 0.9',
++'texttable >= 0.8.1, < 0.10',
  'websocket-client >= 0.32.0, < 1.0',
- 'docker-py >= 1.10.3, < 2.0',
-@@ -48,7 +48,7 @@ tests_require = [
- 
- if sys.version_info[:2] < (3, 4):
+ 'docker >= 2.5.1, < 3.0',
+ 'dockerpty >= 0.4.1, < 0.5',
+@@ -52,7 +52,7 @@ if 

commit docker-compose for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2017-10-19 19:32:22

Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and  /work/SRC/openSUSE:Factory/.docker-compose.new (New)


Package is "docker-compose"

Thu Oct 19 19:32:22 2017 rev:10 rq:534148 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes
2016-11-10 13:20:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2017-10-19 19:32:23.816146054 +0200
@@ -1,0 +2,5 @@
+Sun Oct 15 17:07:48 UTC 2017 - car...@carmenbianca.eu
+
+- Rename python-docker-py requirement to python-docker. (bsc#1062084)
+
+---



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.83iHNb/_old  2017-10-19 19:32:24.372120041 +0200
+++ /var/tmp/diff_new_pack.83iHNb/_new  2017-10-19 19:32:24.376119853 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docker-compose
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -31,8 +31,8 @@
 Requires:   docker
 Requires:   python-PyYAML   >= 3.11
 Conflicts:  python-PyYAML   >= 4
-Requires:   python-docker-py>= 1.10.3
-Conflicts:  python-docker-py>= 2
+Requires:   python-docker   >= 1.10.3
+Conflicts:  python-docker   >= 2
 Requires:   python-dockerpty>= 0.4.1
 Conflicts:  python-dockerpty>= 0.5
 Requires:   python-docopt   >= 0.6.1




commit docker-compose for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2016-11-10 13:20:29

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
2016-09-17 14:40:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2016-11-10 13:20:31.0 +0100
@@ -1,0 +2,20 @@
+Mon Oct 24 12:03:39 UTC 2016 - jmassaguer...@suse.com
+
+- fix-requirements.patch: update this patch 
+
+---
+Mon Oct 24 11:46:45 UTC 2016 - opensuse-packag...@opensuse.org
+
+- Update to version 1.8.1 to be in sync with latest docker (bsc#1004927):
+  * Remove surrounding quotes from TLS paths, if present
+  * Fix command hint in bundle to pull services instead of images
+  * Improve volumespec parsing on windows platforms
+  * Update docker-py dependency to latest release
+  * Catch APIError while printing container logs
+  * Only allow log streaming if logdriver is json-file or journald
+  * Fix integration test on Docker for Mac
+  * Force default host on windows to the default TCP host (instead of npipe)
+  * Bump docker-py dependency
+  * Bump 1.8.1
+
+---

Old:

  compose-1.7.1.tar.xz

New:

  compose-1.8.1.tar.xz



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.H5c0TJ/_old  2016-11-10 13:20:32.0 +0100
+++ /var/tmp/diff_new_pack.H5c0TJ/_new  2016-11-10 13:20:32.0 +0100
@@ -19,7 +19,7 @@
 %define mod_name compose
 
 Name:   docker-compose
-Version:1.7.1
+Version:1.8.1
 Release:0
 Summary:Define and run complex applications using Docker
 License:Apache-2.0
@@ -31,7 +31,7 @@
 Requires:   docker
 Requires:   python-PyYAML   >= 3.11
 Conflicts:  python-PyYAML   >= 4
-Requires:   python-docker-py>= 1.7.0
+Requires:   python-docker-py>= 1.10.3
 Conflicts:  python-docker-py>= 2
 Requires:   python-dockerpty>= 0.4.1
 Conflicts:  python-dockerpty>= 0.5

++ _service ++
--- /var/tmp/diff_new_pack.H5c0TJ/_old  2016-11-10 13:20:32.0 +0100
+++ /var/tmp/diff_new_pack.H5c0TJ/_new  2016-11-10 13:20:32.0 +0100
@@ -4,8 +4,8 @@
 g...@github.com:docker/compose.git
 .git
 compose
-1.7.1
-1.7.1
+1.8.1
+1.8.1
 enable
   
   

++ compose-1.7.1.tar.xz -> compose-1.8.1.tar.xz ++
 4328 lines of diff (skipped)

++ fix-requirements.patch ++
--- /var/tmp/diff_new_pack.H5c0TJ/_old  2016-11-10 13:20:32.0 +0100
+++ /var/tmp/diff_new_pack.H5c0TJ/_new  2016-11-10 13:20:32.0 +0100
@@ -1,7 +1,8 @@
-diff -ruN a/setup.py b/setup.py
 a/setup.py 2016-07-25 09:57:03.270337663 +0200
-+++ b/setup.py 2016-07-25 09:53:52.742338001 +0200
-@@ -31,7 +31,7 @@
+diff --git a/setup.py b/setup.py
+index 80258fb..5d1745b 100644
+--- a/setup.py
 b/setup.py
+@@ -31,7 +31,7 @@ install_requires = [
  'cached-property >= 1.2.0, < 2',
  'docopt >= 0.6.1, < 0.7',
  'PyYAML >= 3.10, < 4',
@@ -9,8 +10,8 @@
 +'requests >= 2.6.1',
  'texttable >= 0.8.1, < 0.9',
  'websocket-client >= 0.32.0, < 1.0',
- 'docker-py >= 1.8.1, < 2',
-@@ -48,7 +48,7 @@
+ 'docker-py >= 1.10.3, < 2.0',
+@@ -48,7 +48,7 @@ tests_require = [
  
  if sys.version_info[:2] < (3, 4):
  tests_require.append('mock >= 1.0.1')




commit docker-compose for openSUSE:Factory

2016-09-17 Thread h_root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2016-09-17 14:40: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
2016-08-18 09:18:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2016-09-17 14:40:29.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep 15 19:25:46 UTC 2016 - jmassaguer...@suse.com
+
+- Remove the conflict with python-requests
+
+ I am tired of this kind of errors. I am relaxing this requirement.
+ fix bsc#997918: TW 20160901: unable to dup since docker-compose
+ conflicts with python-requests
+
+---



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.ygZcAw/_old  2016-09-17 14:40:30.0 +0200
+++ /var/tmp/diff_new_pack.ygZcAw/_new  2016-09-17 14:40:30.0 +0200
@@ -42,7 +42,7 @@
 Requires:   python-jsonschema   >= 2.5.1
 Conflicts:  python-jsonschema   >= 3
 Requires:   python-requests >= 2.7.0
-Conflicts:  python-requests >= 2.11
+# Conflicts:  python-requests >= 2.11
 Requires:   python-setuptools
 Requires:   python-six  >= 1.7.3
 Conflicts:  python-six  >= 2

++ fix-requirements.patch ++
--- /var/tmp/diff_new_pack.ygZcAw/_old  2016-09-17 14:40:30.0 +0200
+++ /var/tmp/diff_new_pack.ygZcAw/_new  2016-09-17 14:40:30.0 +0200
@@ -6,7 +6,7 @@
  'docopt >= 0.6.1, < 0.7',
  'PyYAML >= 3.10, < 4',
 -'requests >= 2.6.1, < 2.8',
-+'requests >= 2.6.1, < 2.11',
++'requests >= 2.6.1',
  'texttable >= 0.8.1, < 0.9',
  'websocket-client >= 0.32.0, < 1.0',
  'docker-py >= 1.8.1, < 2',




commit docker-compose for openSUSE:Factory

2016-08-18 Thread h_root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2016-08-18 09:17:58

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
2016-08-03 11:43:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2016-08-18 09:18:03.0 +0200
@@ -1,0 +2,8 @@
+Wed Aug 10 09:42:55 UTC 2016 - jmassaguer...@suse.com
+
+- add python as a requirement, otherwise python is not installed
+  and then you get the error
+
+AttributeError: 'module' object has no attribute 'ssl'
+
+---



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.4LiLLY/_old  2016-08-18 09:18:04.0 +0200
+++ /var/tmp/diff_new_pack.4LiLLY/_new  2016-08-18 09:18:04.0 +0200
@@ -53,6 +53,7 @@
 Requires:   python-cached-property  >= 1.2.0
 Conflicts:  python-cached-property  >= 2
 BuildRequires:  python-setuptools
+Requires:   python >= 2.7
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110




commit docker-compose for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2016-08-03 11:43:04

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
2016-04-22 16:23:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2016-08-03 11:43:07.0 +0200
@@ -1,0 +2,88 @@
+Mon Jul 25 07:38:06 UTC 2016 - tboer...@suse.com
+
+- Updated fix-requirements.patch for new code base
+- Update to version 1.7.1
+  * 1.7.1
++ Fixed a bug where the output of docker-compose config for v1 files would
+  be an invalid configuration file.
++ Fixed a bug where docker-compose config would not check the validity of
+  links.
++ Fixed an issue where docker-compose help would not output a list of
+  available commands and generic options as expected.
++ Fixed an issue where filtering by service when using docker-compose logs
+  would not apply for newly created services.
++ Fixed a bug where unchanged services would sometimes be recreated in in
+  the up phase when using Compose with Python 3.
++ Fixed an issue where API errors encountered during the up phase would not
+  be recognized as a failure state by Compose.
++ Fixed a bug where Compose would raise a NameError because of an undefined
+  exception name on non-Windows platforms.
++ Fixed a bug where the wrong version of docker-py would sometimes be
+  installed alongside Compose.
++ Fixed a bug where the host value output by docker-machine config default
+  would not be recognized as valid options by the docker-compose command 
line.
++ Fixed an issue where Compose would sometimes exit unexpectedly while
+  reading events broadcasted by a Swarm cluster.
++ Corrected a statement in the docs about the location of the .env file,
+  which is indeed read from the current directory, instead of in the same 
location as the Compose file.
+  * 1.7.0
++ docker-compose logs no longer follows log output by default. It now
+  matches the behaviour of docker logs and exits after the current logs are
+  printed. Use -f to get the old default behaviour.
++ Booleans are no longer allows as values for mappings in the Compose file
+  (for keys environment, labels and extra_hosts). Previously this was a
+  warning. Boolean values should be quoted so they become string values.
++ Compose now looks for a .env file in the directory where it's run and
+  reads any environment variables defined inside, if they're not already 
set
+  in the shell environment. This lets you easily set defaults for variables
+  used in the Compose file, or for any of the COMPOSE_* or DOCKER_*
+  variables.
++ Added a --remove-orphans flag to both docker-compose up and 
docker-compose
+  down to remove containers for services that were removed from the Compose
+  file.
++ Added a --all flag to docker-compose rm to include containers created by
+  docker-compose run. This will become the default behavior in the next
+  version of Compose.
++ Added support for all the same TLS configuration flags used by the docker
+  client: --tls, --tlscert, --tlskey, etc.
++ Compose files now support the tmpfs and shm_size options.
++ Added the --workdir flag to docker-compose run
++ docker-compose logs now shows logs for new containers that are created
+  after it starts.
++ The COMPOSE_FILE environment variable can now contain multiple files,
+  separated by the host system's standard path separator (: on Mac/Linux, ;
+  on Windows).
++ You can now specify a static IP address when connecting a service to a
+  network with the ipv4_address and ipv6_address options.
++ Added --follow, --timestamp, and --tail flags to the docker-compose logs
+  command.
++ docker-compose up, and docker-compose start will now start containers in
+  parallel where possible.
++ docker-compose stop now stops containers in reverse dependency order
+  instead of all at once.
++ Added the --build flag to docker-compose up to force it to build a new
+  image. It now shows a warning if an image is automatically built when the
+  flag is not used.
++ Added the docker-compose exec command for executing a process in a 
running
+  container.
++ docker-compose down now removes containers created by docker-compose run.
++ A more appropriate error is shown when a timeout is hit during up when
+  using a tty.
++ Fixed a bug in docker-compose down where it would abort if some resources
+  had 

commit docker-compose for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2016-04-22 16:23:22

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-12-29 13:00:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2016-04-22 16:23:23.0 +0200
@@ -1,0 +2,22 @@
+Thu Mar 17 16:48:03 UTC 2016 - opensuse-packag...@opensuse.org
+
+- Update to version 1.6.2:
+  + Add failing test for --abort-on-container-exit
+  + Stop other containers if the flag is set.
+  + Revert "Change special case from '_', None to ()"
+  + Make environment variables without a value the same as docker-cli.
+  + Updating Dockerfile
+  + Bump 1.6.1
+  + Update docker-py version in requirements to 1.7.2
+  + Bump 1.6.2
+- add cached-property requirement 
+- review version requirements so we don't have surprises if python
+  packages are updated 
+
+- fix fix-requirements.patch based on versions in Factory
+
+
+This fixes bsc#954145, docker-compose provided by tumbleweed does not run
+
+
+---

Old:

  compose-1.5.2.tar.xz

New:

  compose-1.6.2.tar.xz



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.vIdAta/_old  2016-04-22 16:23:24.0 +0200
+++ /var/tmp/diff_new_pack.vIdAta/_new  2016-04-22 16:23:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docker-compose
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -19,7 +19,7 @@
 %define mod_name compose
 
 Name:   docker-compose
-Version:1.5.2
+Version:1.6.2
 Release:0
 Summary:Define and run complex applications using Docker
 License:Apache-2.0
@@ -30,16 +30,28 @@
 Patch0: fix-requirements.patch
 Requires:   docker
 Requires:   python-PyYAML   >= 3.11
-Requires:   python-docker-py>= 1.5.0
-Requires:   python-dockerpty>= 0.3.4
+Conflicts:  python-PyYAML   >= 4
+Requires:   python-docker-py>= 1.7.0
+Conflicts:  python-docker-py>= 2
+Requires:   python-dockerpty>= 0.4.1
+Conflicts:  python-dockerpty>= 0.5
 Requires:   python-docopt   >= 0.6.1
+Conflicts:  python-docopt   >= 0.7
 Requires:   python-enum34   >= 1.0
+Conflicts:  python-enum34   >= 2
 Requires:   python-jsonschema   >= 2.5.1
+Conflicts:  python-jsonschema   >= 3
 Requires:   python-requests >= 2.7.0
+Conflicts:  python-requests >= 2.10
 Requires:   python-setuptools
 Requires:   python-six  >= 1.7.3
+Conflicts:  python-six  >= 2
 Requires:   python-texttable>= 0.8.2
+Conflicts:  python-texttable>= 0.9
 Requires:   python-websocket-client >= 0.32.0
+Conflicts:  python-websocket-client >= 1.0
+Requires:   python-cached-property  >= 1.2.0
+Conflicts:  python-cached-property  >= 2
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ _service ++
--- /var/tmp/diff_new_pack.vIdAta/_old  2016-04-22 16:23:24.0 +0200
+++ /var/tmp/diff_new_pack.vIdAta/_new  2016-04-22 16:23:24.0 +0200
@@ -4,8 +4,8 @@
 g...@github.com:docker/compose.git
 .git
 compose
-1.5.2
-1.5.2
+1.6.2
+1.6.2
 enable
   
   

++ compose-1.5.2.tar.xz -> compose-1.6.2.tar.xz ++
 16720 lines of diff (skipped)

++ fix-requirements.patch ++
--- /var/tmp/diff_new_pack.vIdAta/_old  2016-04-22 16:23:24.0 +0200
+++ /var/tmp/diff_new_pack.vIdAta/_new  2016-04-22 16:23:24.0 +0200
@@ -1,35 +1,22 @@
-diff --git a/requirements.txt b/requirements.txt
-index 60327d7..65169a6 100644
 a/requirements.txt
-+++ b/requirements.txt
-@@ -2,7 +2,7 @@ PyYAML==3.11
- docker-py==1.5.0
- dockerpty==0.3.4
- docopt==0.6.1
--enum34==1.0.4
-+enum34>=1.0
- jsonschema==2.5.1
- requests==2.7.0
- six==1.7.3
 diff --git a/setup.py b/setup.py
-index 4020122..6f43d2a 100644
+index df4172c..dd9a00e 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -30,7 +30,7 @@ def find_version(*file_paths):
- install_requires = [
+@@ -31,7 +31,7 @@ install_requires = [
+ 'cached-property >= 1.2.0, < 2',
  'docopt >= 0.6.1, < 

commit docker-compose for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2015-12-29 13:00:10

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-12-09 22:15:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2015-12-29 13:00:14.0 +0100
@@ -1,0 +2,16 @@
+Mon Dec 21 16:30:48 UTC 2015 - fcaste...@suse.com
+
+- Update to version 1.5.2:
+  * Fixed a bug which broke the use of environment and env_file with extends,
+and caused environment keys without values to have a None value, instead of
+a value from the host environment.
+  * Fixed a regression in 1.5.1 that caused a warning about volumes to be
+raised incorrectly when containers were recreated.
+  * Fixed a bug which prevented building a Dockerfile that used ADD 
+  * Fixed a bug with docker-compose restart which prevented it from starting
+stopped containers.
+  * Fixed handling of SIGTERM and SIGINT to properly stop containers
+  * Add support for using a url as the value of build
+  * Improved the validation of the expose option
+
+---

Old:

  compose-1.5.1.tar.gz

New:

  _service
  compose-1.5.2.tar.xz



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.sVTwBJ/_old  2015-12-29 13:00:15.0 +0100
+++ /var/tmp/diff_new_pack.sVTwBJ/_new  2015-12-29 13:00:15.0 +0100
@@ -19,13 +19,13 @@
 %define mod_name compose
 
 Name:   docker-compose
-Version:1.5.1
+Version:1.5.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:%{mod_name}-%{version}.tar.gz
+Source0:%{mod_name}-%{version}.tar.xz
 Source1:README.SUSE
 Patch0: fix-requirements.patch
 Requires:   docker

++ _service ++

  
git
g...@github.com:docker/compose.git
.git
compose
1.5.2
1.5.2
enable
  
  
*.tar
xz
  
  




commit docker-compose for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2015-12-09 19:50:12

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-09-17 09:20:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2015-12-09 22:15:11.0 +0100
@@ -1,0 +2,19 @@
+Thu Nov 19 17:57:50 UTC 2015 - fcaste...@suse.com
+
+- Add fix-requirements.patch: require the version of python-enum34
+  shipped with SLE and openSUSE. The original version is not really
+  needed.
+- Downgraded python-enum34 requirement to suit what is already shipped
+  with SLE/openSUSE
+
+---
+Sun Nov 15 20:31:33 UTC 2015 - jmassaguer...@suse.com
+
+- Update to docker-compose 1.5.1 
+
+  Remove fix_requires.patch because latest version requires different
+  versions of the previous packages
+
+  Changelog: https://github.com/docker/compose/blob/1.5.1/CHANGELOG.md
+
+---

Old:

  compose-1.3.2.tar.gz
  fix_requires.patch

New:

  compose-1.5.1.tar.gz
  fix-requirements.patch



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.0p1rke/_old  2015-12-09 22:15:11.0 +0100
+++ /var/tmp/diff_new_pack.0p1rke/_new  2015-12-09 22:15:11.0 +0100
@@ -19,7 +19,7 @@
 %define mod_name compose
 
 Name:   docker-compose
-Version:1.3.2
+Version:1.5.1
 Release:0
 Summary:Define and run complex applications using Docker
 License:Apache-2.0
@@ -27,17 +27,19 @@
 Url:https://pypi.python.org/pypi/fig
 Source0:%{mod_name}-%{version}.tar.gz
 Source1:README.SUSE
-Patch0: fix_requires.patch
+Patch0: fix-requirements.patch
 Requires:   docker
-Requires:   python-PyYAML   >= 3.1.0
-Requires:   python-docker-py>= 1.0.0
-Requires:   python-dockerpty>= 0.3.2
+Requires:   python-PyYAML   >= 3.11
+Requires:   python-docker-py>= 1.5.0
+Requires:   python-dockerpty>= 0.3.4
 Requires:   python-docopt   >= 0.6.1
-Requires:   python-requests >= 2.6.1
+Requires:   python-enum34   >= 1.0
+Requires:   python-jsonschema   >= 2.5.1
+Requires:   python-requests >= 2.7.0
 Requires:   python-setuptools
 Requires:   python-six  >= 1.7.3
 Requires:   python-texttable>= 0.8.2
-Requires:   python-websocket-client >= 0.11.0
+Requires:   python-websocket-client >= 0.32.0
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ compose-1.3.2.tar.gz -> compose-1.5.1.tar.gz ++
 19849 lines of diff (skipped)

++ fix-requirements.patch ++
diff --git a/requirements.txt b/requirements.txt
index 60327d7..65169a6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@ PyYAML==3.11
 docker-py==1.5.0
 dockerpty==0.3.4
 docopt==0.6.1
-enum34==1.0.4
+enum34>=1.0
 jsonschema==2.5.1
 requests==2.7.0
 six==1.7.3
diff --git a/setup.py b/setup.py
index 4020122..6f43d2a 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def find_version(*file_paths):
 install_requires = [
 'docopt >= 0.6.1, < 0.7',
 'PyYAML >= 3.10, < 4',
-'requests >= 2.6.1, < 2.8',
+'requests >= 2.6.1, < 2.9',
 'texttable >= 0.8.1, < 0.9',
 'websocket-client >= 0.32.0, < 1.0',
 'docker-py >= 1.5.0, < 2',
@@ -47,7 +47,7 @@ tests_require = [
 
 if sys.version_info[:2] < (3, 4):
 tests_require.append('mock >= 1.0.1')
-install_requires.append('enum34 >= 1.0.4, < 2')
+install_requires.append('enum34 >= 1.0, < 2')
 
 
 setup(



commit docker-compose for openSUSE:Factory

2015-09-17 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2015-09-17 09:20:28.0 +0200
@@ -1,0 +2,12 @@
+Tue Jul 28 10:19:17 UTC 2015 - fcaste...@suse.com
+
+- Fix python-request requirement
+
+  Updated fix_requires.patch: required to fix docker-compose on Factory
+
+---
+Mon Jul 27 11:49:36 UTC 2015 - hvo...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.LBh81M/_new  2015-09-17 09:20:28.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.LBh81M/_new  2015-09-17 09:20:29.0 +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.py2015-07-14 18:40:43.0 +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',