forked from pool/python-docker
- 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)
- Bump required version of pycreds to 0.4.0 (sync with requirements.txt)
- update to 3.7.0 (mandatory for latest docker-compose)
- add python-dockerpycreds dependency in the spec file
rebase hide_py_pckgmgmt.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=54
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 09:30:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <kastl@b1-systems.de>
|
||||
|
||||
@@ -277,12 +306,12 @@ Thu Mar 7 16:40:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 09:29:02 UTC 2019 - Michal Vyskocil <mvyskocil@opensuse.org>
|
||||
|
||||
- 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 <mvyskocil@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user