4.1.3
This commit is contained in:
parent
5ded84ec23
commit
5b392d0121
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/beautifulsoup4-4.1.1.tar.gz
|
||||
/beautifulsoup4-4.1.3.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user