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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes       
2016-11-10 13:20:31.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.H5c0TJ/_new  2016-11-10 13:20:32.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.H5c0TJ/_new  2016-11-10 13:20:32.000000000 +0100
@@ -4,8 +4,8 @@
     <param name="url">g...@github.com:docker/compose.git</param>
     <param name="exclude">.git</param>
     <param name="filename">compose</param>
-    <param name="versionformat">1.7.1</param>
-    <param name="revision">1.7.1</param>
+    <param name="versionformat">1.8.1</param>
+    <param name="revision">1.8.1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ 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.000000000 +0100
+++ /var/tmp/diff_new_pack.H5c0TJ/_new  2016-11-10 13:20:32.000000000 +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')


Reply via email to