Name: | python-feedparser |
---|---|
Version: | 5.1.3 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 472080 |
License: | BSD |
RPM: | python-feedparser-5.1.3-3.el7.noarch.rpm |
Source RPM: | python-feedparser-5.1.3-3.el7.src.rpm |
Build Date: | Fri Aug 21 2015 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://code.google.com/p/feedparser/ |
Summary: | Parse RSS and Atom feeds in Python |
Description: | 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. |
- BR python-sphinx and build pregenerated HTML documentation to be included in a python-feedparser-doc package together with the sources for the documentation
- Add BuildRequires/Requires python-chardet because if it's installed as a dependency of other Python module packages, it would be imported and used anyway, and it doesn't make any tests fail.
- Update to 5.1.3 (50k diff). - Patch test-suite minimally for python3 to show that it fails early. - Fix file permissions and line delimiters at end of %prep section. - Fix python3 sitelib path in %check section.
- Update URL to new location at Google code (#880138).
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- remove rhel logic from with_python3 conditional (RHBZ #902896)
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Also package NEWS files as documentation. - 5.1.2 fixes CVE-2012-2921 (DoS via memory consumption processing ENTITY declarations).
- Update to 5.1.2 and its security fix (#787401). - Ignore testsuite results for now (#787401). - Set PYTHONPATH in %check section to include files in %buildroot. - Drop CFLAGS usage from spec file, because this is Python.