diff options
-rw-r--r-- | python/python-docker/python-docker.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-docker/python-docker.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-docker/python-docker.SlackBuild b/python/python-docker/python-docker.SlackBuild index 04e12357730d..0c744318374d 100644 --- a/python/python-docker/python-docker.SlackBuild +++ b/python/python-docker/python-docker.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-docker -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-docker/python-docker.info b/python/python-docker/python-docker.info index 7d071f004e34..2e46ad3f6a99 100644 --- a/python/python-docker/python-docker.info +++ b/python/python-docker/python-docker.info @@ -1,8 +1,8 @@ PRGNAM="python-docker" -VERSION="2.4.2" +VERSION="2.5.1" HOMEPAGE="https://github.com/docker/docker-py" -DOWNLOAD="https://pypi.python.org/packages/a2/7e/8d02472884a78dcb2ae0c5f5fe7783801670d8835402820bb9f156c0acc0/docker-2.4.2.tar.gz" -MD5SUM="df46a59fbc383dc99fb031ec823d5638" +DOWNLOAD="https://pypi.python.org/packages/ea/80/f32e70f338055922eb996b05ee41b14acde925216f4e7bba16788a377763/docker-2.5.1.tar.gz" +MD5SUM="7d917152976df075e6e90ee853df641f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="backports-ssl-match-hostname ipaddress pip python-docker-pycreds python-requests websocket-client" |