update version to 6.0.1
This commit is contained in:
parent
0b27730b85
commit
fc17e914be
Binary file not shown.
BIN
docker-6.0.1.tar.gz
Normal file
BIN
docker-6.0.1.tar.gz
Normal file
Binary file not shown.
@ -1,34 +1,33 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-docker
|
||||
Version: 5.0.3
|
||||
Version: 6.0.1
|
||||
Release: 1
|
||||
Summary: A Python library for the Docker Engine API.
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/docker/docker-py
|
||||
Source0: https://files.pythonhosted.org/packages/ab/d2/45ea0ee13c6cffac96c32ac36db0299932447a736660537ec31ec3a6d877/docker-5.0.3.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
A Python library for the Docker Engine API.
|
||||
|
||||
|
||||
%package -n python3-docker
|
||||
Summary: A Python library for the Docker Engine API.
|
||||
Provides: python-docker
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-six
|
||||
Requires: python3-websocket-client
|
||||
Requires: python3-requests
|
||||
Requires: python3-ipaddress
|
||||
# Requires: python3-backports-ssl-match-hostname
|
||||
# Requires: python3-pywin32
|
||||
Requires: python3-paramiko
|
||||
Requires: python3-pyOpenSSL
|
||||
Requires: python3-cryptography
|
||||
Requires: python3-idna
|
||||
%description -n python3-docker
|
||||
|
||||
%description
|
||||
A Python library for the Docker Engine API.
|
||||
|
||||
%package -n python3-docker
|
||||
Summary: A Python library for the Docker Engine API.
|
||||
Provides: python-docker = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pip
|
||||
%description -n python3-docker
|
||||
A Python library for the Docker Engine API.
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for docker
|
||||
@ -36,7 +35,6 @@ Provides: python3-docker-doc
|
||||
%description help
|
||||
A Python library for the Docker Engine API.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n docker-%{version}
|
||||
|
||||
@ -78,6 +76,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 21 2022 liqiuyu <liqiuyu@kylinos.cn> - 6.0.1-1
|
||||
- Update package to version 6.0.1
|
||||
|
||||
* Tue Aug 02 2022 zhaoshuang <zhaoshuang@uniontech.com> - 5.0.3-1
|
||||
- Update to 5.0.3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user