diff --git a/docker-6.1.3.tar.gz b/docker-6.1.3.tar.gz deleted file mode 100644 index 31e04fe..0000000 --- a/docker-6.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa6d17830045ba5ef0168d5eaa34d37beeb113948c413affe1d5991fc11f9a20 -size 259301 diff --git a/docker-7.0.0.tar.gz b/docker-7.0.0.tar.gz new file mode 100644 index 0000000..57de0d4 --- /dev/null +++ b/docker-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3 +size 258536 diff --git a/python-docker.changes b/python-docker.changes index d192370..0073b11 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Dec 27 09:30:58 UTC 2023 - Dirk Müller + +- update to 7.0.0: + * Removed SSL version (`ssl_version`) and explicit hostname + check (`assert_hostname`) options (#3185) + * Python 3.7+ supports TLSv1.3 by default + * Websocket support is no longer included by default (#3123) + * Use `pip install docker[websockets]` to include `websocket- + client` dependency + * By default, `docker-py` hijacks the TCP connection and does + not use Websockets + * Websocket client is only required to use + `attach_socket(container, ws=True)` + * Python 3.7 no longer supported (reached end-of-life June + 2023) (#3187) + * Python 3.12 support (#3185) + * Full `networking_config` support for `containers.create()` + * Replaces `network_driver_opt` (added in 6.1.0) + * Add `health()` property to container that returns status + (e.g. `unhealthy`) + * Add `pause` option to `container.commit()` (#3159) + * Add support for bind mount propagation (e.g. `rshared`, + `private`) + * Add support for `filters`, `keep_storage`, and `all` in + `prune_builds()` on API v1.39+ (#3192) + * Consistently return `docker.errors.NotFound` on 404 responses + * Validate tag format before push (#3191) + ------------------------------------------------------------------- Fri Jun 23 13:38:27 UTC 2023 - Johannes Kastl @@ -277,12 +306,12 @@ Thu Mar 7 16:40:17 UTC 2019 - John Vandenberg ------------------------------------------------------------------- Tue Jan 15 09:29:02 UTC 2019 - Michal Vyskocil -- Bump required version of pycreds to 0.4.0 (sync with requirements.txt) +- Bump required version of pycreds to 0.4.0 (sync with requirements.txt) ------------------------------------------------------------------- Mon Jan 14 12:22:01 UTC 2019 - Michal Vyskocil -- update to 3.7.0 (mandatory for latest docker-compose) +- update to 3.7.0 (mandatory for latest docker-compose) * Added support for multiplexed streams (for `attach` and `exec_start`). Learn more at https://docker-py.readthedocs.io/en/stable/user_guides/multiplex.html * Added the `use_config_proxy` parameter to the following methods: @@ -660,8 +689,8 @@ Wed Feb 8 11:41:27 UTC 2017 - kkaempf@suse.com ------------------------------------------------------------------- Wed Oct 26 15:45:31 UTC 2016 - jmassaguerpla@suse.com -- add python-dockerpycreds dependency in the spec file - rebase hide_py_pckgmgmt.patch +- add python-dockerpycreds dependency in the spec file + rebase hide_py_pckgmgmt.patch add fix-requirements.patch: fix dependencies so that they match the ones we have packaged @@ -731,7 +760,7 @@ Mon Oct 24 15:03:05 UTC 2016 - jmassaguerpla@suse.com Bugfixes Fixed an issue where the HTTP timeout on streaming responses would sometimes be set incorrectly. Fixed an issue where explicit relative paths in .dockerignore files were not being recognized. - + ------------------------------------------------------------------- Tue Sep 27 07:04:59 UTC 2016 - tbechtold@suse.com diff --git a/python-docker.spec b/python-docker.spec index 1d44c2b..439567c 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-docker -Version: 6.1.3 +Version: 7.0.0 Release: 0 Summary: A Python library for the Docker Engine API License: Apache-2.0