mirror of
https://abf.rosa.ru/djam/docker-compose.git
synced 2025-02-23 14:42:57 +00:00
Update to 1.25.0
This commit is contained in:
parent
3dbbc71749
commit
1d9459df3a
2 changed files with 7 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
|||
sources:
|
||||
1.23.2.tar.gz: b27cd9abe3ebc8a5e317d726bdc17db9f9d1c775
|
||||
compose-1.24.1.tar.gz: 567985eb37ac501feb9e3dade39a846371d104fa
|
||||
compose-1.25.0.tar.gz: 583ddfa1fbb4873bcf21a9a4c5f3dcaf37420cde
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%global dcvers 1.24.1
|
||||
%global dcvers 1.25.0
|
||||
#global dcrc rc1
|
||||
%global dist_version %{dcvers}
|
||||
|
||||
|
@ -32,11 +32,15 @@ BuildRequires: python3egg(requests)
|
|||
BuildRequires: python3egg(pyyaml)
|
||||
BuildRequires: python3egg(docopt)
|
||||
BuildRequires: python3egg(cached-property)
|
||||
BuildRequires: python3egg(six) >= 1.12.0
|
||||
|
||||
Requires: python3egg(repoze.lru)
|
||||
Requires: python3egg(texttable)
|
||||
Requires: python3egg(setuptools)
|
||||
Requires: python3egg(ipaddress)
|
||||
Requires: python3egg(cached-property)
|
||||
Requires: python3egg(paramiko)
|
||||
Requires: python3egg(six) >= 1.12.0
|
||||
Requires: pigz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue