Saturday, December 30, 2023

[Update] textproc/py-podcastparser 0.6.9 -> 0.6.10

Keep podcast parser up to date. Adds support for "podcast"
elelments.

**rss/channel/podcast:locked**
If the podcast is currently locked from being transferred.

**rss/channel/podcast:funding**
Funding link for podcast.

**rss/channel/item/podcast:chapters**
The url to a JSON file describing the chapters.
Only the url is added to the data as fetching an external URL would
be unsafe.

**rss/channel/item/podcast:person**
A person involved in the episode, e.g. host, or guest.

**rss/channel/item/podcast:transcript**
The url for the transcript file associated with this episode.


Tim.

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-podcastparser/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile 6 Mar 2023 12:28:26 -0000 1.17
+++ Makefile 29 Dec 2023 17:22:53 -0000
@@ -1,6 +1,6 @@
COMMENT= simple, fast and efficient podcast parser

-MODPY_EGG_VERSION= 0.6.9
+MODPY_EGG_VERSION= 0.6.10
DISTNAME= podcastparser-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-podcastparser/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo 6 Mar 2023 12:28:26 -0000 1.8
+++ distinfo 29 Dec 2023 17:22:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (podcastparser-0.6.9.tar.gz) = jWmjeg+vbewqzqWtBIDyeLxIuHPgCl+mEi2aVC3VKCY=
-SIZE (podcastparser-0.6.9.tar.gz) = 30399
+SHA256 (podcastparser-0.6.10.tar.gz) = K5rLYK1Gz/UjDAo2CdN+k0Z0ZEv81dE7GMQjkX6fE9c=
+SIZE (podcastparser-0.6.10.tar.gz) = 31717

No comments:

Post a Comment