From f5dab1f2c64dafbc4ef9f8dea7b40ce41a5a6a6e Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Apr 30 2019 16:38:09 +0000 Subject: Use python3-Sphinx instead of the Python2 version. --- diff --git a/python-feedparser.spec b/python-feedparser.spec index e967de6..840bbf9 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -21,7 +21,7 @@ Name: python-feedparser Version: 5.2.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Parse RSS and Atom feeds in Python License: BSD @@ -68,10 +68,10 @@ Requires: python2-chardet %{?python_provide:%python_provide python2-feedparser} %description -n python2-%{srcname} -Universal Feed Parser is a Python module for downloading and parsing -syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, -Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, -Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension +Universal Feed Parser is a Python module for downloading and parsing +syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, +Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, +Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension modules, including Dublin Core and Apple's iTunes extensions. %if 0%{?with_python3} @@ -82,21 +82,21 @@ BuildRequires: python3-setuptools %{?python_provide:%python_provide python3-feedparser} %description -n python3-%{srcname} -Universal Feed Parser is a Python module for downloading and parsing -syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, -Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, -Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension +Universal Feed Parser is a Python module for downloading and parsing +syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, +Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, +Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension modules, including Dublin Core and Apple's iTunes extensions. %endif %if 0%{?with_docpkg} %package doc -BuildRequires: python2-sphinx +BuildRequires: python3-sphinx BuildArch: noarch Summary: Documentation for the Python feedparser %description doc -This documentation describes the behavior of Universal Feed Parser %{version}. +This documentation describes the behavior of Universal Feed Parser %{version}. The documentation is also included in source form (Sphinx ReST). %endif @@ -174,6 +174,10 @@ popd %endif %changelog +* Tue Apr 30 2019 Matěj Cepl - 5.2.1-9 +- Use python3-Sphinx instead of the Python2 version. It really doesn't matter + in the end. + * Sat Feb 02 2019 Fedora Release Engineering - 5.2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild