From 639bf9d242a82e04f685831a8047fd904aa2de384d7b2816e831da1e89cdffb8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 Dec 2023 13:33:50 +0000 Subject: [PATCH] - update to 0.6.10: * Adding requested changes to commit around nomenclature and code style. * Adds support and tests for elements from the podcast namespace * add support for itunes categories, seasons and keywords * Add media:thumbnail tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-podcastparser?expand=0&rev=15 --- podcastparser-0.6.10.tar.gz | 3 +++ podcastparser-0.6.9.tar.gz | 3 --- python-podcastparser.changes | 12 ++++++++++-- python-podcastparser.spec | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 podcastparser-0.6.10.tar.gz delete mode 100644 podcastparser-0.6.9.tar.gz diff --git a/podcastparser-0.6.10.tar.gz b/podcastparser-0.6.10.tar.gz new file mode 100644 index 0000000..48202c8 --- /dev/null +++ b/podcastparser-0.6.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9acb60ad46cff5230c0a3609d37e934674644bfcd5d13b18c423917e9f13d7 +size 31717 diff --git a/podcastparser-0.6.9.tar.gz b/podcastparser-0.6.9.tar.gz deleted file mode 100644 index 16ba799..0000000 --- a/podcastparser-0.6.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d69a37a0faf6dec2acea5ad0480f278bc48b873e00a5fa6122d9a542dd52826 -size 30399 diff --git a/python-podcastparser.changes b/python-podcastparser.changes index 9e7844d..7ae1540 100644 --- a/python-podcastparser.changes +++ b/python-podcastparser.changes @@ -1,8 +1,16 @@ +------------------------------------------------------------------- +Tue Dec 12 13:32:20 UTC 2023 - Dirk Müller + +- update to 0.6.10: + * Adding requested changes to commit around nomenclature and + code style. + * Adds support and tests for elements from the podcast namespace + ------------------------------------------------------------------- Mon Jan 2 18:50:29 UTC 2023 - Dirk Müller - update to 0.6.9: - * add support for itunes categories, seasons and keywords + * add support for itunes categories, seasons and keywords ------------------------------------------------------------------- Sun Jan 16 12:33:45 UTC 2022 - Dirk Müller @@ -25,7 +33,7 @@ Mon Sep 20 04:31:41 UTC 2021 - Steve Kowalik * Get generator tag from RSS v2 * Add testing on python 3.6 to 3.9, and remove 3.4 and 3.5. * Use VS2019 for newer versions, and 3.9 support. - * Add media:thumbnail tests. + * Add media:thumbnail tests. - Dropped python-podcastparser-remove-nose.patch ------------------------------------------------------------------- diff --git a/python-podcastparser.spec b/python-podcastparser.spec index 1502cdf..6673bd1 100644 --- a/python-podcastparser.spec +++ b/python-podcastparser.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-podcastparser -Version: 0.6.9 +Version: 0.6.10 Release: 0 Summary: A podcast parser License: ISC