This commit is contained in:
parent
5656997aa8
commit
4cc39b6e6e
@ -4,7 +4,7 @@
|
|||||||
Name: python-%{modulename}
|
Name: python-%{modulename}
|
||||||
Summary: A python based HTML parser/tokenizer
|
Summary: A python based HTML parser/tokenizer
|
||||||
Version: 0.999
|
Version: 0.999
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -74,7 +74,7 @@ nosetests
|
|||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
nosetests-3.3
|
nosetests-%{python3_version}
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -92,6 +92,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1:0.999-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
||||||
|
|
||||||
* Fri May 09 2014 Dennis Gilmore <dennis@ausil.us> - 0.999-3
|
* Fri May 09 2014 Dennis Gilmore <dennis@ausil.us> - 0.999-3
|
||||||
- move python3 Requires and BuildRequires into the python3 sub-package
|
- move python3 Requires and BuildRequires into the python3 sub-package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user