From 9ec42eb0d556f57509041883ca910cdbc8a04b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20R=C3=B8sten?= Date: Mon, 27 May 2013 10:59:29 +0200 Subject: [PATCH] 4.2.0 --- .gitignore | 1 + python-beautifulsoup4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5590f37..e5e8779 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /beautifulsoup4-4.1.1.tar.gz /beautifulsoup4-4.1.3.tar.gz +/beautifulsoup4-4.2.0.tar.gz diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 8624746..be356cb 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -4,13 +4,13 @@ %global oname beautifulsoup4 Name: python-beautifulsoup4 -Version: 4.1.3 -Release: 3%{?dist} +Version: 4.2.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: 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 BuildRequires: python-devel BuildRequires: python-html5lib @@ -140,6 +140,9 @@ pushd %{py3dir} %endif %changelog +* Mon Jun 27 2013 Terje Rosten - 4.2.0-1 +- 4.2.0 + * Tue Mar 19 2013 Ralph Bean - 4.1.3-3 - Don't include python-lxml for el6. - Conditionalize python3 support. diff --git a/sources b/sources index 707c839..e96985d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5aece3c0b8a080658155958111fa2fa9 beautifulsoup4-4.1.3.tar.gz +3e709c68b7705b49635dca0c551a4362 beautifulsoup4-4.2.0.tar.gz