aboutsummaryrefslogtreecommitdiff
path: root/python/feedparser
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2025-10-28 07:42:14 +1100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-11-01 10:03:48 +0700
commit13d5551a18d2fa76784279c062e67e93a5ff47b5 (patch)
treed526e8f59944c8499a46be9f36a1db0e56f1ce47 /python/feedparser
parent3fec3ca2a0a0e4612956721aa22a7d5c9e2f0fb4 (diff)
python/feedparser: Updated for version 6.0.12
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.SlackBuild8
-rw-r--r--python/feedparser/feedparser.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/feedparser/feedparser.SlackBuild b/python/feedparser/feedparser.SlackBuild
index 0b37c60099..79db544fcc 100644
--- a/python/feedparser/feedparser.SlackBuild
+++ b/python/feedparser/feedparser.SlackBuild
@@ -1,10 +1,10 @@
#!/bin/bash
# Slackware build script for feedparser
-# Modified by Luis Henrique <lmello.009@gmail.com>
-# Maintained 2014-2023 by Christoph Willing <chris.willing@linux.com>
-
+#
# Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com>
+# Modified by Luis Henrique <lmello.009@gmail.com>
+# Maintained 2014-2025 by Christoph Willing, Sydney Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=feedparser
-VERSION=${VERSION:-6.0.11}
+VERSION=${VERSION:-6.0.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/feedparser/feedparser.info b/python/feedparser/feedparser.info
index 1fd13c9066..8e25d93db7 100644
--- a/python/feedparser/feedparser.info
+++ b/python/feedparser/feedparser.info
@@ -1,8 +1,8 @@
PRGNAM="feedparser"
-VERSION="6.0.11"
+VERSION="6.0.12"
HOMEPAGE="https://github.com/kurtmckee/feedparser"
-DOWNLOAD="https://github.com/kurtmckee/feedparser/archive/6.0.11/feedparser-6.0.11.tar.gz"
-MD5SUM="bbb8814240ef30c930ad8ea8eeb8e80b"
+DOWNLOAD="https://github.com/kurtmckee/feedparser/archive/v6.0.12/feedparser-6.0.12.tar.gz"
+MD5SUM="1691ff40cbaace84b11bab29acc8be81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-sgmllib3k"