python/python3-dulwich: updated for version 0.21.6

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-09-09 16:23:33 +02:00 committed by Willy Sudiarto Raharjo
parent ff78ad1ae6
commit 3cbd6e056e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-dulwich
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.21.5}
VERSION=${VERSION:-0.21.6}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-dulwich"
VERSION="0.21.5"
VERSION="0.21.6"
HOMEPAGE="https://www.dulwich.io/"
DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.21.5.tar.gz"
MD5SUM="08b553a524041741604d0f5f9a45cd3d"
DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.21.6.tar.gz"
MD5SUM="d85095943a7b4ee3ea71ec19fe370958"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"