|
|
@ -10,15 +10,15 @@
|
|
|
|
%global oname beautifulsoup4
|
|
|
|
%global oname beautifulsoup4
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-beautifulsoup4
|
|
|
|
Name: python-beautifulsoup4
|
|
|
|
Version: 4.4.1
|
|
|
|
Version: 4.5.0
|
|
|
|
Release: 4%{?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: https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
|
|
|
|
Source0: https://files.pythonhosted.org/packages/source/b/%{oname}/%{oname}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: python-devel >= 2.7
|
|
|
|
BuildRequires: python-html5lib
|
|
|
|
BuildRequires: python-html5lib
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
|
|
@ -147,7 +147,8 @@ pushd %{py3dir}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Jul 26 2016 Ville Skyttä <ville.skytta@iki.fi>
|
|
|
|
* Tue Jul 26 2016 Ville Skyttä <ville.skytta@iki.fi> - 4.5.0-1
|
|
|
|
|
|
|
|
- Update to 4.5.0
|
|
|
|
- Mark COPYING.txt as %%license
|
|
|
|
- Mark COPYING.txt as %%license
|
|
|
|
- Don't require html5lib if lxml is required
|
|
|
|
- Don't require html5lib if lxml is required
|
|
|
|
- Require lxml on EL7
|
|
|
|
- Require lxml on EL7
|
|
|
|