aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-06-21 01:39:20 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-22 20:26:44 +0700
commit36297e1e30af08526dc9f430909404fffb2a8842 (patch)
tree22370053fd224cab122d75c29de098a2a172d22f
parent82abb5c9146a41aaeafd3aa90dc68bd6e61ed1d8 (diff)
python/python3-docker: Updated for version 7.1.0, dep change.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-docker/python3-docker.SlackBuild4
-rw-r--r--python/python3-docker/python3-docker.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-docker/python3-docker.SlackBuild b/python/python3-docker/python3-docker.SlackBuild
index c20dc53833..97a7edf600 100644
--- a/python/python3-docker/python3-docker.SlackBuild
+++ b/python/python3-docker/python3-docker.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-docker
-# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-docker
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-7.0.0}
+VERSION=${VERSION:-7.1.0}
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 e36aaa7368..998edc898f 100644
--- a/python/python3-docker/python3-docker.info
+++ b/python/python3-docker/python3-docker.info
@@ -1,10 +1,10 @@
PRGNAM="python3-docker"
-VERSION="7.0.0"
+VERSION="7.1.0"
HOMEPAGE="https://github.com/docker/docker-py"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/d/docker/docker-7.0.0.tar.gz"
-MD5SUM="b08eeccf6a5efd11c316c08207edfeef"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/d/docker/docker-7.1.0.tar.gz"
+MD5SUM="04e92a7b6dc8b88dde3c7cca6850b277"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-wheel python3-websocket-client"
+REQUIRES="python3-hatch_vcs python3-websocket-client"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"