update version to 6.1.2

This commit is contained in:
wubijie 2023-05-16 13:57:52 +08:00
parent 241c7a3144
commit a6a3c78950
3 changed files with 16 additions and 14 deletions

Binary file not shown.

BIN
docker-6.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,23 @@
%global _empty_manifest_terminate_build 0
Name: python-docker
Version: 6.0.1
Release: 2
Version: 6.1.2
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/79/26/6609b51ecb418e12d1534d00b888ce7e108f38b47dc6cd589598d5c6aaa2/docker-6.0.1.tar.gz
Source0: https://files.pythonhosted.org/packages/d4/5f/48add223bfc02f7645b990418d1d3e01f6d4de7e6fcee31919f40129e893/docker-6.1.2.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 = %{version}-%{release}
BuildRequires: python3-setuptools_scm
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
Requires: python3-six
Requires: python3-websocket-client
Requires: python3-requests
@ -17,16 +26,6 @@ Requires: python3-paramiko
Requires: python3-pyOpenSSL
Requires: python3-cryptography
Requires: python3-idna
%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.
@ -77,6 +76,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue May 16 2023 wubijie <wubijie@kylinos.cn> - 6.1.2-1
- Update package to version 6.1.2
* Tue Jan 31 2023 xu_ping <xuping33@h-partners.com> - 6.0.1-2
- Add buildrequires python3-setuptools_scm to fix build error