This commit is contained in:
Terje Rsten 2012-12-03 14:44:37 +01:00
parent 5ded84ec23
commit 5b392d0121
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/beautifulsoup4-4.1.1.tar.gz
/beautifulsoup4-4.1.3.tar.gz

View File

@ -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 <terje.rosten@ntnu.no> - 4.1.3-1
- 4.1.3
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 4.1.1-5
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3

View File

@ -1 +1 @@
fccee58b4d914fb489385d672fe89f43 beautifulsoup4-4.1.1.tar.gz
5aece3c0b8a080658155958111fa2fa9 beautifulsoup4-4.1.3.tar.gz