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 +# Copyright 2022-2024 fourtysixandtwo # 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"