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,7 +1,7 @@
#
# spec file for package python-podcastparser
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-podcastparser
Version: 0.6.5
Version: 0.6.7
Release: 0
Summary: A podcast parser
License: ISC
Group: Development/Libraries/Python
URL: https://github.com/gpodder/podcastparser
Source: https://files.pythonhosted.org/packages/source/p/podcastparser/podcastparser-%{version}.tar.gz
# https://github.com/gpodder/podcastparser/pull/21
Patch0: python-podcastparser-remove-nose.patch
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -43,7 +39,6 @@ way of parsing RSS- and Atom-based podcast feeds in Python.
%prep
%setup -q -n podcastparser-%{version}
%patch0 -p1
%build
%python_build