Update to 4.5.0, fixes #1358273

epel8
Ville Skyttä 9 years ago
parent a71652ddac
commit d5b40e6607

9
.gitignore vendored

@ -1,8 +1 @@
/beautifulsoup4-4.1.1.tar.gz /*.tar.*
/beautifulsoup4-4.1.3.tar.gz
/beautifulsoup4-4.2.0.tar.gz
/beautifulsoup4-4.2.1.tar.gz
/beautifulsoup4-4.3.1.tar.gz
/beautifulsoup4-4.3.2.tar.gz
/beautifulsoup4-4.4.0.tar.gz
/beautifulsoup4-4.4.1.tar.gz

@ -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

@ -1 +1 @@
8fbd9a7cac0704645fa20d1419036815 beautifulsoup4-4.4.1.tar.gz 2b3805e0078a2033b269ecea2403acf1 beautifulsoup4-4.5.0.tar.gz

Loading…
Cancel
Save