17
0

Accepting request 790904 from home:mcalabkova:branches:devel:languages:python

- Update to 1.25.4
  * Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
  * Fix v3.8 schema support for binaries
  * few dependendy version bumps

OBS-URL: https://build.opensuse.org/request/show/790904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker-compose?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2020-04-02 13:58:06 +00:00
committed by Git OBS Bridge
parent b5dbcb9a1e
commit 68c68885eb
5 changed files with 23 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
%bcond_without python2
%endif
Name: python-docker-compose
Version: 1.25.1
Version: 1.25.4
Release: 0
Summary: Tool to define and run complex applications using Docker
License: Apache-2.0
@@ -41,7 +41,7 @@ BuildRequires: %{python_module jsonschema >= 2.6}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.3.0}
BuildRequires: %{python_module texttable >= 0.9.0}
BuildRequires: %{python_module texttable >= 0.9.1}
BuildRequires: %{python_module websocket-client >= 0.32.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -54,12 +54,12 @@ 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-dotenv >= 0.10.5
Requires: python-idna >= 2.5
Requires: python-jsonschema >= 2.6.0
Requires: python-requests >= 2.20.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
BuildArch: noarch
# This is py3 only as we have the binary just there