diff --git a/.gitignore b/.gitignore index a0f7dd6..dafa321 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ -/beautifulsoup4-4.1.1.tar.gz -/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 +/*.tar.* diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 0f1f416..fffac47 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -10,15 +10,15 @@ %global oname beautifulsoup4 Name: python-beautifulsoup4 -Version: 4.4.1 -Release: 4%{?dist} +Version: 4.5.0 +Release: 1%{?dist} Summary: HTML/XML parser for quick-turnaround applications like screen-scraping Group: Development/Languages License: MIT 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 -BuildRequires: python-devel +BuildRequires: python-devel >= 2.7 BuildRequires: python-html5lib BuildRequires: python-setuptools %if 0%{?rhel} && 0%{?rhel} <= 6 @@ -147,7 +147,8 @@ pushd %{py3dir} %endif %changelog -* Tue Jul 26 2016 Ville Skyttä +* Tue Jul 26 2016 Ville Skyttä - 4.5.0-1 +- Update to 4.5.0 - Mark COPYING.txt as %%license - Don't require html5lib if lxml is required - Require lxml on EL7 diff --git a/sources b/sources index 2e76913..62c8767 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fbd9a7cac0704645fa20d1419036815 beautifulsoup4-4.4.1.tar.gz +2b3805e0078a2033b269ecea2403acf1 beautifulsoup4-4.5.0.tar.gz