!23 Upgrade version to 7.0.0

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-02-28 01:44:02 +00:00 committed by Gitee
commit 50e73cc62d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
Name: python-docker
Version: 6.1.3
Version: 7.0.0
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/f0/73/f7c9a14e88e769f38cb7fb45aa88dfd795faa8e18aea11bababf6e068d5e/docker-6.1.3.tar.gz
Source0: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz
BuildArch: noarch
%description
@ -77,6 +77,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Update package to version 6.1.3