diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-06-29 23:29:59 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:42:03 +0700 |
commit | 3facc0f411faba58c9a9f8e7a2d179b5c2848e27 (patch) | |
tree | 285b63822c02781598c704cfce3ac95bc41de0e5 /python/python-docker | |
parent | 66a2a951797a602c065604334efd88a245ac33eb (diff) |
python/python-docker: Updated for version 2.4.2.
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 78f2babdd9e4..04e12357730d 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.3.0} +VERSION=${VERSION:-2.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-docker/python-docker.info b/python/python-docker/python-docker.info index 32deb53e61af..7d071f004e34 100644 --- a/python/python-docker/python-docker.info +++ b/python/python-docker/python-docker.info @@ -1,8 +1,8 @@ PRGNAM="python-docker" -VERSION="2.3.0" +VERSION="2.4.2" HOMEPAGE="https://github.com/docker/docker-py" -DOWNLOAD="https://pypi.python.org/packages/e4/e9/7281d8cc44f3fb2befb13d6d32db30c2bb4b8136e4435459849d70b1ead4/docker-2.3.0.tar.gz" -MD5SUM="03916d8cb98f567f1f33ab532d87bd72" +DOWNLOAD="https://pypi.python.org/packages/a2/7e/8d02472884a78dcb2ae0c5f5fe7783801670d8835402820bb9f156c0acc0/docker-2.4.2.tar.gz" +MD5SUM="df46a59fbc383dc99fb031ec823d5638" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="backports-ssl-match-hostname ipaddress pip python-docker-pycreds python-requests websocket-client" |