From 19f11077d1b78e78f719cd5ca1800969ecba90363c9871586599bcd0dcb29ff0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 18:51:59 +0000 Subject: [PATCH] - update to 0.6.9: * add support for itunes categories, seasons and keywords OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-podcastparser?expand=0&rev=13 --- podcastparser-0.6.8.tar.gz | 3 --- podcastparser-0.6.9.tar.gz | 3 +++ python-podcastparser.changes | 6 ++++++ python-podcastparser.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 podcastparser-0.6.8.tar.gz create mode 100644 podcastparser-0.6.9.tar.gz diff --git a/podcastparser-0.6.8.tar.gz b/podcastparser-0.6.8.tar.gz deleted file mode 100644 index 78a78c5..0000000 --- a/podcastparser-0.6.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3db039ff3fd59817d419b10dc3be596373906e83ee8dc242fa0e545d4b631dcc -size 29809 diff --git a/podcastparser-0.6.9.tar.gz b/podcastparser-0.6.9.tar.gz new file mode 100644 index 0000000..16ba799 --- /dev/null +++ b/podcastparser-0.6.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d69a37a0faf6dec2acea5ad0480f278bc48b873e00a5fa6122d9a542dd52826 +size 30399 diff --git a/python-podcastparser.changes b/python-podcastparser.changes index 3098ca7..9e7844d 100644 --- a/python-podcastparser.changes +++ b/python-podcastparser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 2 18:50:29 UTC 2023 - Dirk Müller + +- update to 0.6.9: + * add support for itunes categories, seasons and keywords + ------------------------------------------------------------------- Sun Jan 16 12:33:45 UTC 2022 - Dirk Müller diff --git a/python-podcastparser.spec b/python-podcastparser.spec index 66e20e5..1502cdf 100644 --- a/python-podcastparser.spec +++ b/python-podcastparser.spec @@ -1,7 +1,7 @@ # # spec file for package python-podcastparser # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-podcastparser -Version: 0.6.8 +Version: 0.6.9 Release: 0 Summary: A podcast parser License: ISC