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 <[email protected]>
+
+- 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'],


Reply via email to