Wed, 24 Apr 2024 08:48:05 UTC | login

Information for build python-beautifulsoup4-4.3.2-3.el7

ID359
Package Namepython-beautifulsoup4
Version4.3.2
Release3.el7
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 byhguemar
State complete
Volume DEFAULT
StartedSat, 20 Dec 2014 18:19:24 UTC
CompletedSat, 20 Dec 2014 18:22:15 UTC
Taskbuild (cloud7-el7, python-beautifulsoup4-4.3.2-3.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
cloud7-openstack-common-release
cloud7-openstack-common-testing
RPMs
src
python-beautifulsoup4-4.3.2-3.el7.src.rpm (info) (download)
noarch
python-beautifulsoup4-4.3.2-3.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 4.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Thu Oct 17 2013 Terje Rosten <terje.rosten@ntnu.no> - 4.3.2-1 - 4.3.2 * Mon Aug 19 2013 Terje Rosten <terje.rosten@ntnu.no> - 4.3.1-1 - 4.3.1 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Jun 29 2013 Terje Rosten <terje.rosten@ntnu.no> - 4.2.1-1 - 4.2.1 * Mon May 27 2013 Terje Rosten <terje.rosten@ntnu.no> - 4.2.0-1 - 4.2.0 * 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.