15
0

- Update to 0.6.7:

* switch from nose to pytest
  * remove nose from appveyor.yml
  * drop python 3.3
  * Adding support for itunes:type tag
  * urllib.request used over urllib for import
  * Use raw strings in regexps
  * Fix parsing cover URL on a new line
  * Support media:content tags under media:group
  * 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. 
- Dropped python-podcastparser-remove-nose.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-podcastparser?expand=0&rev=11
This commit is contained in:
2021-09-20 04:34:03 +00:00
committed by Git OBS Bridge
parent 4bcf92e7bb
commit 9daeb0b005
5 changed files with 23 additions and 138 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Sep 20 04:31:41 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.6.7:
* switch from nose to pytest
* remove nose from appveyor.yml
* drop python 3.3
* Adding support for itunes:type tag
* urllib.request used over urllib for import
* Use raw strings in regexps
* Fix parsing cover URL on a new line
* Support media:content tags under media:group
* 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.
- Dropped python-podcastparser-remove-nose.patch
-------------------------------------------------------------------
Wed Jul 15 14:36:39 UTC 2020 - pgajdos@suse.com