17
0

Accepting request 889334 from home:apersaud:branches:devel:languages:python

- specfile:
  * add patch for 3.9 python version (change of return status to None)

This should fix servermail:rss2email

OBS-URL: https://build.opensuse.org/request/show/889334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=48
This commit is contained in:
2021-04-29 17:58:15 +00:00
committed by Git OBS Bridge
parent 8fd0168b54
commit c4ae695ddc
3 changed files with 20 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-feedparser
#
# 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
@@ -26,6 +26,7 @@ License: BSD-2-Clause
Group: Development/Libraries/Python
URL: https://github.com/kurtmckee/feedparser
Source: https://files.pythonhosted.org/packages/source/f/feedparser/feedparser-%{version}.tar.gz
Patch0: numerical_return_status.patch
BuildRequires: %{python_module chardet}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sgmllib3k}
@@ -44,6 +45,7 @@ A universal feed parser module for Python that handles RSS 0.9x, RSS 1.0, RSS
%prep
%setup -q -n feedparser-%{version}
%patch0
%build
%python_build