summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2020-06-30 19:14:38 (GMT)
committerJan Palus2020-06-30 19:14:38 (GMT)
commitbf47385393928f8bc054913bfb48943d6d7933eb (patch)
tree8f4607c45ffd276396f52a8804011af432c7207c
parent1bdf357e6267d2afb2688bd091ce5715303a83fe (diff)
downloaddocker-compose-auto/th/docker-compose-1.26.1-1.zip
docker-compose-auto/th/docker-compose-1.26.1-1.tar.gz
-rw-r--r--docker-compose.spec6
-rw-r--r--remove-requires-upper-bound.patch6
2 files changed, 6 insertions, 6 deletions
diff --git a/docker-compose.spec b/docker-compose.spec
index 405f36e..7170a3e 100644
--- a/docker-compose.spec
+++ b/docker-compose.spec
@@ -7,13 +7,13 @@
%define pypi_name docker-compose
Summary: Multi-container orchestration for Docker
Name: docker-compose
-Version: 1.26.0
+Version: 1.26.1
Release: 1
License: Apache v2.0
Group: Applications/System
# https://github.com/docker/compose/releases
Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: f7d54de5db1f17322c09db8157bd160f
+# Source0-md5: e57a3ffee709a449e2ca1f62f5423732
Patch0: remove-requires-upper-bound.patch
URL: https://docs.docker.com/compose/
%if %{with tests}
@@ -29,7 +29,7 @@ BuildRequires: python-websocket-client
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
Requires: docker(engine) >= 1.10.0
-Requires: python-docker >= 4.2.1
+Requires: python-docker >= 4.2.2
Requires: python-paramiko >= 2.4.2
Requires: python-setuptools
BuildArch: noarch
diff --git a/remove-requires-upper-bound.patch b/remove-requires-upper-bound.patch
index 874d5ae..3284ae8 100644
--- a/remove-requires-upper-bound.patch
+++ b/remove-requires-upper-bound.patch
@@ -8,7 +8,7 @@
-chardet==3.0.4
-colorama==0.4.3; sys_platform == 'win32'
-distro==1.5.0
--docker==4.2.1
+-docker==4.2.2
-docker-pycreds==0.4.0
-dockerpty==0.4.1
-docopt==0.6.2
@@ -71,7 +71,7 @@
- 'texttable >= 0.9.0, < 2',
- 'websocket-client >= 0.32.0, < 1',
- 'distro >= 1.5.0, < 2',
-- 'docker[ssh] >= 3.7.0, < 5',
+- 'docker[ssh] >= 4.2.1, < 5',
- 'dockerpty >= 0.4.1, < 1',
- 'six >= 1.3.0, < 2',
- 'jsonschema >= 2.5.1, < 4',
@@ -83,7 +83,7 @@
+ 'texttable >= 0.9.0',
+ 'websocket-client >= 0.32.0',
+ 'distro >= 1.5.0',
-+ 'docker[ssh] >= 3.7.0',
++ 'docker[ssh] >= 4.2.1',
+ 'dockerpty >= 0.4.1',
+ 'six >= 1.3.0',
+ 'jsonschema >= 2.5.1',