# HG changeset patch # User Hans-G?nter Theisgen # Date 1551370851 -3600 # Node ID 44fa18a72ca0abb57b11d51f355402ffb54cb374 # Parent e7058f1b18c698a348227b6eee40fdd3477bc05f updated feedparser (5.1.3 -> 5.2.1) diff -r e7058f1b18c6 -r 44fa18a72ca0 feedparser/receipt --- a/feedparser/receipt Thu Feb 28 17:10:02 2019 +0100 +++ b/feedparser/receipt Thu Feb 28 17:20:51 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="feedparser" -VERSION="5.1.3" +VERSION="5.2.1" CATEGORY="misc" -SHORT_DESC="Parse RSS and Atom feeds in Python" +SHORT_DESC="Parse RSS and Atom feeds in Python." MAINTAINER="jozee@slitaz.org" LICENSE="MIT" -TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://github.com/kurtmckee/feedparser" -WGET_URL="http://feedparser.googlecode.com/files/$TARBALL" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/kurtmckee/$PACKAGE/archive/$VERSION.tar.gz" DEPENDS="libxml2 python" BUILD_DEPENDS="libxml2-dev python-dev setuptools"