|
|
@ -4,13 +4,13 @@
|
|
|
|
%global oname beautifulsoup4
|
|
|
|
%global oname beautifulsoup4
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-beautifulsoup4
|
|
|
|
Name: python-beautifulsoup4
|
|
|
|
Version: 4.1.3
|
|
|
|
Version: 4.2.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: HTML/XML parser for quick-turnaround applications like screen-scraping
|
|
|
|
Summary: HTML/XML parser for quick-turnaround applications like screen-scraping
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.crummy.com/software/BeautifulSoup/
|
|
|
|
URL: http://www.crummy.com/software/BeautifulSoup/
|
|
|
|
Source0: http://www.crummy.com/software/BeautifulSoup/bs4/download/beautifulsoup4-%{version}.tar.gz
|
|
|
|
Source0: http://www.crummy.com/software/BeautifulSoup/bs4/download/4.2/beautifulsoup4-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: python-html5lib
|
|
|
|
BuildRequires: python-html5lib
|
|
|
@ -140,6 +140,9 @@ pushd %{py3dir}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jun 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
|
|
|
|
* Tue Mar 19 2013 Ralph Bean <rbean@redhat.com> - 4.1.3-3
|
|
|
|
- Don't include python-lxml for el6.
|
|
|
|
- Don't include python-lxml for el6.
|
|
|
|
- Conditionalize python3 support.
|
|
|
|
- Conditionalize python3 support.
|
|
|
|