- Upstream bugfix 3.2.1

- Enable unittests for python3
This commit is contained in:
Toshio Kuratomi 2010-12-01 21:26:14 -08:00
parent 19e6906985
commit ae3068b5a0
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
decorator-3.2.0.tar.gz decorator-3.2.0.tar.gz
/decorator-3.2.1.tar.gz

View File

@ -6,8 +6,8 @@
%endif %endif
Name: python-decorator Name: python-decorator
Version: 3.2.0 Version: 3.2.1
Release: 4%{?dist} Release: 1%{?dist}
Summary: Module to simplify usage of decorators Summary: Module to simplify usage of decorators
Group: Development/Languages Group: Development/Languages
@ -93,7 +93,7 @@ nosetests --with-doctest -e documentation3
# nose is not Python3 ready yet # nose is not Python3 ready yet
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
#nosetests --with-doctest -e documentation PYTHONPATH=$(pwd)/build/lib python3 documentation3.py
popd popd
%endif # with_python3 %endif # with_python3
@ -111,6 +111,10 @@ popd
%changelog %changelog
* Wed Dec 1 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.1-1
- Upstream bugfix 3.2.1
- Enable unittests for python3
* Mon Aug 23 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-4 * Mon Aug 23 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.0-4
- Rebuild for python-3.2. - Rebuild for python-3.2.

View File

@ -1 +1 @@
6208cd51365083c168ab3a04426a646b decorator-3.2.0.tar.gz 942ec37bfc2baea9cad7be82869e92ef decorator-3.2.1.tar.gz