diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-09-10 20:37:41 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-16 07:15:26 +0700 |
commit | 3230af014a7ffa0e12799f171f1dbd50d5c1d154 (patch) | |
tree | d81cca5b3355b862b38eb41c4a5acbe0faf7a0dc /python/python-docker | |
parent | a00bcbea31995558fb3f9697efb48b876293ce33 (diff) | |
download | slackbuilds-3230af014a7ffa0e12799f171f1dbd50d5c1d154.tar.gz |
python/python-docker: Updated for version 2.5.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/python-docker')
-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 04e1235773..0c74431837 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 7d071f004e..2e46ad3f6a 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" |