4.3.2
This commit is contained in:
parent
30dfb1c8f9
commit
a1216f4611
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/beautifulsoup4-4.2.0.tar.gz
|
||||
/beautifulsoup4-4.2.1.tar.gz
|
||||
/beautifulsoup4-4.3.1.tar.gz
|
||||
/beautifulsoup4-4.3.2.tar.gz
|
||||
|
@ -4,13 +4,13 @@
|
||||
%global oname beautifulsoup4
|
||||
|
||||
Name: python-beautifulsoup4
|
||||
Version: 4.3.1
|
||||
Version: 4.3.2
|
||||
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.3/beautifulsoup4-%{version}.tar.gz
|
||||
Source0: https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-html5lib
|
||||
@ -141,6 +141,9 @@ pushd %{py3dir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 17 2013 Terje Rosten <terje.rosten@ntnu.no> - 4.3.2-1
|
||||
- 4.3.2
|
||||
|
||||
* Mon Aug 19 2013 Terje Rosten <terje.rosten@ntnu.no> - 4.3.1-1
|
||||
- 4.3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user