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 @@
     <param name="url">g...@github.com:docker/compose.git</param>
     <param name="exclude">.git</param>
     <param name="filename">compose</param>
-    <param name="versionformat">1.8.1</param>
-    <param name="revision">1.8.1</param>
+    <param name="versionformat">1.17.0</param>
+    <param name="revision">1.17.0</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service mode="disabled" name="set_version"/>
+  <service name="set_version" mode="disabled"/>
 </services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">g...@github.com:docker/compose.git</param>
              <param 
name="changesrevision">ac53b73e7958b825f7235a661c208f4f6f6e90f7</param></service></servicedata>++++++
 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 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.0, < 2')
- 
  
- setup(
+ extras_require = {
+-    ':python_version < "3.4"': ['enum34 >= 1.0.4, < 2'],
++    ':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.7, < 0.4'],


Reply via email to