diff --git a/.gitignore b/.gitignore index c497346..5590f37 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /beautifulsoup4-4.1.1.tar.gz +/beautifulsoup4-4.1.3.tar.gz diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 83b3b19..0bb8eb0 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -2,13 +2,13 @@ %global oname beautifulsoup4 Name: python-beautifulsoup4 -Version: 4.1.1 -Release: 5%{?dist} +Version: 4.1.3 +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: http://www.crummy.com/software/BeautifulSoup/bs4/download/4.1/beautifulsoup4-%{version}.tar.gz +Source0: http://www.crummy.com/software/BeautifulSoup/bs4/download/beautifulsoup4-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel BuildRequires: python-html5lib @@ -125,6 +125,9 @@ pushd %{py3dir} %endif %changelog +* Mon Dec 03 2012 Terje Rosten - 4.1.3-1 +- 4.1.3 + * Sat Aug 04 2012 David Malcolm - 4.1.1-5 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 diff --git a/sources b/sources index ca48a49..707c839 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fccee58b4d914fb489385d672fe89f43 beautifulsoup4-4.1.1.tar.gz +5aece3c0b8a080658155958111fa2fa9 beautifulsoup4-4.1.3.tar.gz