Tue, 30 Apr 2024 20:16:40 UTC | login

Information for build python-beautifulsoup4-4.1.3-3.el6

ID1032
Package Namepython-beautifulsoup4
Version4.1.3
Release3.el6
Epoch
SummaryHTML/XML parser for quick-turnaround applications like screen-scraping
DescriptionBeautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup won't choke if you give it bad markup. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. Beautiful Soup parses anything you give it. Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.
Built bybstinson
State complete
Volume DEFAULT
StartedFri, 24 Apr 2015 01:16:55 UTC
CompletedFri, 24 Apr 2015 01:19:14 UTC
Taskbuild (bananas6-el6, python-beautifulsoup4-4.1.3-3.el6.src.rpm)
Tags
bananas6-testing
infrastructure6-testing
RPMs
src
python-beautifulsoup4-4.1.3-3.el6.src.rpm (info) (download)
noarch
python-beautifulsoup4-4.1.3-3.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Tue Mar 19 2013 Ralph Bean <rbean@redhat.com> - 4.1.3-3 - Don't include python-lxml for el6. - Conditionalize python3 support. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Dec 03 2012 Terje Rosten <terje.rosten@ntnu.no> - 4.1.3-1 - 4.1.3 * Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 4.1.1-5 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sun Jul 22 2012 Terje Rosten <terje.rosten@ntnu.no> - 4.1.1-4 - Move python3 req to sub package * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jul 10 2012 Terje Rosten <terje.rosten@ntnu.no> - 4.1.1-2 - License is MIT - Remove old cruft - Fix obsolete * Mon Jul 09 2012 Terje Rosten <terje.rosten@ntnu.no> - 4.1.1-1 - 4.1.1 - Obsolete the old py3-bs4 from bs3 package * Mon May 28 2012 Terje Rosten <terje.rosten@ntnu.no> - 4.0.5-1 - 4.0.5 * Sat Mar 24 2012 Terje Rosten <terje.rosten@ntnu.no> - 4.0.1-1 - initial package based on python-BeautifulSoup.