diff --git a/4.2.2.tar.gz b/4.2.2.tar.gz deleted file mode 100644 index b7721d9..0000000 --- a/4.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a687018176321fccf25e051307b01ba070fca36ba0fdfcf563fb418d1dbab2c3 -size 234729 diff --git a/4.4.0.tar.gz b/4.4.0.tar.gz new file mode 100644 index 0000000..dd57c46 --- /dev/null +++ b/4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7900d990f2a8bc65d39f15dec7797668a4208b02a393c346401409c3b50d236e +size 246544 diff --git a/python-docker.changes b/python-docker.changes index 583910c..e51e7d8 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Dec 20 09:56:10 UTC 2020 - Dirk Müller + +- update to 4.4.0: + - Add an alternative SSH connection to the paramiko one, based on shelling out to the SSh client. Similar to the behaviour of Docker cli + - Default image tag to `latest` on `pull` + - Fix plugin model upgrade + - Fix examples URL in ulimits + - Improve exception messages for server and client errors + - Bump cryptography from 2.3 to 3.2 + - Set default API version to `auto` + - Fix conversion to bytes for `float` + - Support OpenSSH `identityfile` option + - Add `DeviceRequest` type to expose host resources such as GPUs + - Add support for `DriverOpts` in EndpointConfig + - Disable compression by default when using container.get_archive method + - Update default API version to v1.39 + - Update test engine version to 19.03.12 + ------------------------------------------------------------------- Fri Jul 10 12:15:50 UTC 2020 - Dirk Mueller diff --git a/python-docker.spec b/python-docker.spec index 3ab3864..a0dbfcf 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-docker -Version: 4.2.2 +Version: 4.4.0 Release: 0 Summary: Docker API Client License: Apache-2.0