diff --git a/docker-6.1.3.tar.gz b/docker-6.1.3.tar.gz deleted file mode 100644 index 16b908c..0000000 Binary files a/docker-6.1.3.tar.gz and /dev/null differ diff --git a/docker-7.0.0.tar.gz b/docker-7.0.0.tar.gz new file mode 100644 index 0000000..6aef8f1 Binary files /dev/null and b/docker-7.0.0.tar.gz differ diff --git a/python-docker.spec b/python-docker.spec index 34d320f..179827b 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -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 - 6.1.3-1 - Update package to version 6.1.3