# HG changeset patch # User Hans-G?nter Theisgen # Date 1645349789 -3600 # Node ID 108a67969c7aeccd8a02830e252f1a2aa346dcef # Parent 0f4a853f36b420b2714b428fbcf7401f2239bcf4 updated dulwich (0.19.14 -> 0.19.16) diff -r 0f4a853f36b4 -r 108a67969c7a dulwich/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dulwich/description.txt Sun Feb 20 10:36:29 2022 +0100 @@ -0,0 +1,2 @@ +Dulwich aims to provide an interface to git repos (both local and remote) +that doesn't call out to git directly but instead uses pure Python. diff -r 0f4a853f36b4 -r 108a67969c7a dulwich/receipt --- a/dulwich/receipt Sun Feb 20 10:12:06 2022 +0100 +++ b/dulwich/receipt Sun Feb 20 10:36:29 2022 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="dulwich" -VERSION="0.19.14" +VERSION="0.19.16" CATEGORY="development" SHORT_DESC="Git files formats and protocols for python." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://pypi.org/project/$PACKAGE/" +REPOLOGY="python:dulwich" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://www.dulwich.io/releases/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-dev"