aboutsummaryrefslogtreecommitdiff
path: root/python/python3-dulwich
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2025-11-12 14:31:36 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-11-13 18:04:52 +0700
commit56270b3d79ccff5f9d145512b146176231f2e1fb (patch)
tree7b7196b449f69480873ee5f0a644fbe521c8aa2c /python/python3-dulwich
parentbc5efdfd5133bfcebc922d8cda04c0bdd89289c9 (diff)
python/python3-dulwich: updated for version 0.24.10
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dulwich')
-rw-r--r--python/python3-dulwich/python3-dulwich.SlackBuild4
-rw-r--r--python/python3-dulwich/python3-dulwich.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-dulwich/python3-dulwich.SlackBuild b/python/python3-dulwich/python3-dulwich.SlackBuild
index 93ac1ab639..16ffdb4685 100644
--- a/python/python3-dulwich/python3-dulwich.SlackBuild
+++ b/python/python3-dulwich/python3-dulwich.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-dulwich
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-0.24.1}
+VERSION=${VERSION:-0.24.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,7 +72,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS *.rst COPYING NEWS $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.rst COPYING NEWS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-dulwich/python3-dulwich.info b/python/python3-dulwich/python3-dulwich.info
index 116bf1220d..63ca8f695e 100644
--- a/python/python3-dulwich/python3-dulwich.info
+++ b/python/python3-dulwich/python3-dulwich.info
@@ -1,8 +1,8 @@
PRGNAM="python3-dulwich"
-VERSION="0.24.1"
+VERSION="0.24.10"
HOMEPAGE="https://www.dulwich.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.24.1.tar.gz"
-MD5SUM="28e1a649eb4d7f66d6fa7efe59903293"
+DOWNLOAD="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.24.10.tar.gz"
+MD5SUM="30c16c5a76bafed8142aca97e283a3f8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-rust-opt"