# HG changeset patch # User Hans-G?nter Theisgen # Date 1586098427 -3600 # Node ID 947565b77b20fb4897e70fbe5296fa46837f20f3 # Parent 908717f364712434edaf6af740be210d777c9608 updated python-dnspython (1.10.0 -> 1.16.0) diff -r 908717f36471 -r 947565b77b20 python-dnspython/receipt --- a/python-dnspython/receipt Sun Apr 05 15:49:21 2020 +0100 +++ b/python-dnspython/receipt Sun Apr 05 15:53:47 2020 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="python-dnspython" -VERSION="1.10.0" +VERSION="1.16.0" CATEGORY="development" -SHORT_DESC="a DNS toolkit for Python" +SHORT_DESC="A DNS toolkit for Python." MAINTAINER="monghitri@aruba.it" LICENSE="BSD" +WEB_SITE="http://www.dnspython.org/" + SOURCE="dnspython" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.dnspython.org/" WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL" DEPENDS="python" @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }