17
0

- 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
This commit is contained in:
2023-12-12 13:33:50 +00:00
committed by Git OBS Bridge
parent 19f11077d1
commit ea8cb79d86
4 changed files with 14 additions and 6 deletions

View File

@@ -1,8 +1,16 @@
-------------------------------------------------------------------
Tue Dec 12 13:32:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
- 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 <dmueller@suse.com>
@@ -25,7 +33,7 @@ Mon Sep 20 04:31:41 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
* 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
-------------------------------------------------------------------