modify the limit maximum version

This commit is contained in:
orange-snn 2020-06-02 20:56:17 +08:00
parent 61858556b5
commit cd3f0f4bfe
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: docker-compose
Version: 1.22.0
Release: 2
Release: 3
Summary: Multi-container orchestration for Docker
License: ASL 2.0
URL: https://github.com/docker/compose
@ -75,6 +75,9 @@ install -D -p -m 644 contrib/completion/fish/docker-compose.fish %{buildroot}%{_
%{_datadir}/fish
%changelog
* Thu Jun 2 2020 maqiang <maqiang42@huawei.com> - 1.22.0-3
- modify the limit maximum version
* Wed Feb 25 2020 liuchao <liuchao176@huawei.com> - 1.22.0-2
- modify the limit maximum version

View File

@ -18,7 +18,7 @@ index e0a26b0..aec9e3a 100644
- 'PyYAML >= 3.10, < 4',
- 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
- 'texttable >= 0.9.0, < 0.10',
+ 'PyYAML >= 3.10, < 5.2',
+ 'PyYAML >= 3.10, < 5.4',
+ 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.22',
+ 'texttable >= 0.9.0, < 1.50',
'websocket-client >= 0.32.0, < 1.0',