From 30977eb8182a965707d9fc57000f03715ff5263e Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 21 2018 04:06:51 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-feedparser.spec b/python-feedparser.spec index 67fc150..22d5d44 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -17,7 +17,7 @@ Name: python-feedparser Version: 5.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Parse RSS and Atom feeds in Python Group: Development/Languages @@ -31,7 +31,7 @@ Patch0: feedparser-5.1.3-tests-py3.patch BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %description Universal Feed Parser is a Python module for downloading and parsing @@ -46,18 +46,18 @@ Summary: Parse RSS and Atom feeds in Python 2 # optional import at run-time, but is likely installed because other # python module packages depend on it, too # no failing tests on 2013-03-09 with python-chardet-2.0.1 -BuildRequires: python-chardet -Requires: python-chardet +BuildRequires: python2-chardet +Requires: python2-chardet ## TODO: Decide on these, also with regard to explicit "Requires". ## Optional imports at run-time and influence the test-suite, too, ## and causes additional tests to fail. # -#BuildRequires: python-BeautifulSoup +#BuildRequires: python2-beautifulsoup # usage removed in > 5.1.3 # ## the preferred XML parser -#BuildRequires: libxml2-python +#BuildRequires: python2-libxml2 ## TODO: python3-chardet BR and Req # fixes included in > 5.1.3 @@ -88,7 +88,7 @@ modules, including Dublin Core and Apple's iTunes extensions. %if 0%{?with_docpkg} %package doc -BuildRequires: python-sphinx +BuildRequires: python2-sphinx BuildArch: noarch Summary: Documentation for the Python feedparser @@ -171,6 +171,10 @@ popd %endif %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 5.2.1-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 5.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild