Hello community,
here is the log from the commit of package python-docker-compose for
openSUSE:Factory checked in at 2019-12-11 12:14:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docker-compose (Old)
and /work/SRC/openSUSE:Factory/.python-docker-compose.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docker-compose"
Wed Dec 11 12:14:48 2019 rev:4 rq:755751 version:1.25.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-docker-compose/python-docker-compose.changes
2019-08-13 13:16:39.969486241 +0200
+++
/work/SRC/openSUSE:Factory/.python-docker-compose.new.4691/python-docker-compose.changes
2019-12-11 12:15:14.152509661 +0100
@@ -1,0 +2,7 @@
+Wed Dec 11 08:37:02 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.25.0:
+ * Various minor fixes
+- Remove no longer needed patch fix-requirements.patch
+
+-------------------------------------------------------------------
Old:
----
docker-compose-1.24.1.tar.gz
fix-requirements.patch
New:
----
docker-compose-1.25.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-docker-compose.spec ++++++
--- /var/tmp/diff_new_pack.10iu5H/_old 2019-12-11 12:15:14.924509444 +0100
+++ /var/tmp/diff_new_pack.10iu5H/_new 2019-12-11 12:15:14.928509442 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-docker-compose
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,44 +19,45 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define mod_name compose
Name: python-docker-compose
-Version: 1.24.1
+Version: 1.25.0
Release: 0
Summary: Tool to define and run complex applications using Docker
License: Apache-2.0
Group: System/Management
URL: https://pypi.python.org/pypi/docker-compose
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}
+BuildRequires: %{python_module docker >= 3.7.0}
BuildRequires: %{python_module dockerpty >= 0.4.1}
BuildRequires: %{python_module docopt >= 0.6.1}
BuildRequires: %{python_module jsonschema >= 2.6}
-BuildRequires: %{python_module jsonschema < 4}
-BuildRequires: %{python_module pytest3}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six >= 1.12.0}
+BuildRequires: %{python_module six >= 1.3.0}
BuildRequires: %{python_module texttable >= 0.9.0}
+BuildRequires: %{python_module websocket-client >= 0.32.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildRequires: python2-backports.shutil_get_terminal_size >= 1.0.0
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
+BuildRequires: python2-subprocess32 >= 3.5.4
Requires: docker
-Requires: python-PySocks >= 1.6.7
+Requires: python-PySocks >= 1.5.6
Requires: python-PyYAML >= 3.10
Requires: python-cached-property >= 1.3.0
Requires: python-chardet >= 3.0.4
-Requires: python-docker >= 3.6.0
+Requires: python-docker >= 3.7.0
Requires: python-docker-pycreds >= 0.3.0
Requires: python-dockerpty >= 0.4.1
Requires: python-docopt >= 0.6.2
Requires: python-idna >= 2.5
Requires: python-jsonschema >= 2.6.0
-Requires: python-jsonschema < 4
Requires: python-requests >= 2.20.0
-Requires: python-six >= 1.12.0
+Requires: python-six >= 1.3.0
Requires: python-texttable >= 0.9.1
Requires: python-urllib3 >= 1.21.1
Requires: python-websocket-client >= 0.32.0
@@ -67,9 +68,11 @@
Obsoletes: docker-compose < %{version}
%endif
%ifpython2
+Requires: python-backports.shutil_get_terminal_size >= 1.0.0
Requires: python-backports.ssl_match_hostname >= 3.5
Requires: python-enum34 >= 1.0.4
Requires: python-ipaddress >= 1.0.16
+Requires: python-subprocess32 >= 3.5.4
%endif
%python_subpackages
@@ -86,7 +89,6 @@
%prep
%setup -q -n docker-compose-%{version}
-%patch0 -p1
%build
%python_build
@@ -96,7 +98,10 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand py.test-%{$python_bin_suffix} -v tests/unit
+# the test requires pytes3 for now (uses ensuretemp)
+rm tests/unit/config/config_test.py
+rm tests/unit/config/environment_test.py
+%pytest tests/unit
%files %{python_files}
%license LICENSE
++++++ docker-compose-1.24.1.tar.gz -> docker-compose-1.25.0.tar.gz ++++++
++++ 5851 lines of diff (skipped)