diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-06-03 09:02:11 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:05 +0700 |
commit | 098d4577ede5e8af5c8cc3423a1823e9057807b0 (patch) | |
tree | 7a2f6b435acbe21ef79fa43b91e5126934ce5ce5 /python/feedparser | |
parent | 5a9fd1a9e0e35fd2f72a39bf6cb9dc5a40508813 (diff) |
python/feedparser: Updated for version 6.0.10
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/feedparser')
-rw-r--r-- | python/feedparser/feedparser.SlackBuild | 7 | ||||
-rw-r--r-- | python/feedparser/feedparser.info | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/python/feedparser/feedparser.SlackBuild b/python/feedparser/feedparser.SlackBuild index 1743c877846e7..e4b165b5391cb 100644 --- a/python/feedparser/feedparser.SlackBuild +++ b/python/feedparser/feedparser.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for feedparser # Modified by Luis Henrique <lmello.009@gmail.com> -# Maintained 2014-2021 by Christoph Willing <chris.willing@linux.com> +# Maintained 2014-2022 by Christoph Willing <chris.willing@linux.com> # Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com> # All rights reserved. @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=feedparser -VERSION=${VERSION:-6.0.8} +VERSION=${VERSION:-6.0.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/feedparser/feedparser.info b/python/feedparser/feedparser.info index b50ce7f5c750d..2a916286585d2 100644 --- a/python/feedparser/feedparser.info +++ b/python/feedparser/feedparser.info @@ -1,10 +1,10 @@ PRGNAM="feedparser" -VERSION="6.0.8" +VERSION="6.0.10" HOMEPAGE="https://github.com/kurtmckee/feedparser" -DOWNLOAD="https://github.com/kurtmckee/feedparser/archive/6.0.8/feedparser-6.0.8.tar.gz" -MD5SUM="bd9a217102307b1c4518bff2cab56bb7" +DOWNLOAD="https://github.com/kurtmckee/feedparser/archive/6.0.10/feedparser-6.0.10.tar.gz" +MD5SUM="d69e59156dfe7b64842befdc1c621a2d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3-sgmllib3k" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" |