17
0

Accepting request 899969 from home:benoit_monin:branches:devel:languages:python

- update to version 6.0.5
- drop numerical_return_status.patch: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/899969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=51
This commit is contained in:
2021-06-14 18:27:10 +00:00
committed by Git OBS Bridge
parent 881fcfa687
commit ef7841a8d4
5 changed files with 23 additions and 22 deletions

View File

@@ -19,16 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-feedparser
Version: 6.0.2
Version: 6.0.5
Release: 0
Summary: Universal Feed Parser Module for Python
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
# PATCH-FIX-UPSTREAM numerical_return_status.patch gh#kurtmckee/feedparser#272/files mcepl@suse.com
# Maintain numeric result status code in Python>=3.9
Patch0: numerical_return_status.patch
BuildRequires: %{python_module chardet}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sgmllib3k}