diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-19 09:42:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 09:42:24 +0700 |
commit | e03529850f7886838f95b5e346ca7ee6d4a4d41a (patch) | |
tree | 2c665a0f946d2b558bd5b36d57dd22a5875818f4 /python/python3-docker | |
parent | db658e2e9eb60ca8e91917ae41049a1ab71e44a2 (diff) |
python/python3-desktop: Updated for version 6.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-docker')
-rw-r--r-- | python/python3-docker/python3-docker.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-docker/python3-docker.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-docker/python3-docker.SlackBuild b/python/python3-docker/python3-docker.SlackBuild index 48d514ec1f221..adac6fc2c795d 100644 --- a/python/python3-docker/python3-docker.SlackBuild +++ b/python/python3-docker/python3-docker.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-docker SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-6.0.0} +VERSION=${VERSION:-6.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-docker/python3-docker.info b/python/python3-docker/python3-docker.info index c1beaed6304de..8b7ca6c94017b 100644 --- a/python/python3-docker/python3-docker.info +++ b/python/python3-docker/python3-docker.info @@ -1,8 +1,8 @@ PRGNAM="python3-docker" -VERSION="6.0.0" +VERSION="6.0.1" HOMEPAGE="https://github.com/docker/docker-py" -DOWNLOAD="https://files.pythonhosted.org/packages/source/d/docker/docker-6.0.0.tar.gz" -MD5SUM="8397224205f789ecb6e1b848149535a7" +DOWNLOAD="https://files.pythonhosted.org/packages/source/d/docker/docker-6.0.1.tar.gz" +MD5SUM="8e85e23ed30a3d07129e197d35e56eb4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-installer wheel python3-websocket-client" |