python/python3-docker: Updated for version 7.1.0, dep change.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
82abb5c914
commit
36297e1e30
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue