|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
Name: python-%{modulename}
|
|
|
|
|
Summary: A python based HTML parser/tokenizer
|
|
|
|
|
Version: 0.999999999
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: MIT
|
|
|
|
@ -23,6 +23,7 @@ Summary: A python based HTML parser/tokenizer
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
Requires: python-six
|
|
|
|
|
Requires: python2-webencodings
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-nose
|
|
|
|
@ -39,6 +40,7 @@ Summary: A python based HTML parser/tokenizer
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
Requires: python3-six
|
|
|
|
|
Requires: python3-webencodings
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
@ -93,6 +95,9 @@ specification for maximum compatibility with major desktop web browsers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 27 2017 Kevin Fenzi <kevin@scrye.com> - 0.999999999-3
|
|
|
|
|
- Add Requires on python-webencodings. Fixes bug #1474883
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.999999999-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|