From 4cc39b6e6ea5c7c13eef836fa5bfeb16cd406536 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: May 15 2014 13:45:00 +0000 Subject: Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 --- diff --git a/python-html5lib.spec b/python-html5lib.spec index e35aed5..59da8ef 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -4,7 +4,7 @@ Name: python-%{modulename} Summary: A python based HTML parser/tokenizer Version: 0.999 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Group: Development/Libraries License: MIT @@ -74,7 +74,7 @@ nosetests %if 0%{?with_python3} pushd %{py3dir} -nosetests-3.3 +nosetests-%{python3_version} popd %endif @@ -92,6 +92,9 @@ popd %changelog +* Wed May 14 2014 Bohuslav Kabrda - 1:0.999-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Fri May 09 2014 Dennis Gilmore - 0.999-3 - move python3 Requires and BuildRequires into the python3 sub-package