Upgrade version to 7.0.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2024-02-27 17:16:28 +08:00
parent f6253dc8de
commit 2faa0d6cba
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
docker-7.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-docker Name: python-docker
Version: 6.1.3 Version: 7.0.0
Release: 1 Release: 1
Summary: A Python library for the Docker Engine API. Summary: A Python library for the Docker Engine API.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/docker/docker-py URL: https://github.com/docker/docker-py
Source0: https://files.pythonhosted.org/packages/f0/73/f7c9a14e88e769f38cb7fb45aa88dfd795faa8e18aea11bababf6e068d5e/docker-6.1.3.tar.gz Source0: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -77,6 +77,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Feb 27 2024 xu_ping <707078654@qq.com> - 7.0.0-1
- Upgrade version to 7.0.0
- Python 3.12 support and python 3.7 no longer supported
- Add support bind mount propagation.
* Thu Jul 06 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 6.1.3-1 * Thu Jul 06 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 6.1.3-1
- Update package to version 6.1.3 - Update package to version 6.1.3