diff --git a/.gitignore b/.gitignore index 1706c3d..337cca0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ decorator-3.2.0.tar.gz +/decorator-3.2.1.tar.gz diff --git a/python-decorator.spec b/python-decorator.spec index 3e184a3..a518609 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -6,8 +6,8 @@ %endif Name: python-decorator -Version: 3.2.0 -Release: 4%{?dist} +Version: 3.2.1 +Release: 1%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -93,7 +93,7 @@ nosetests --with-doctest -e documentation3 # nose is not Python3 ready yet %if 0%{?with_python3} pushd %{py3dir} -#nosetests --with-doctest -e documentation +PYTHONPATH=$(pwd)/build/lib python3 documentation3.py popd %endif # with_python3 @@ -111,6 +111,10 @@ popd %changelog +* Wed Dec 1 2010 Toshio Kuratomi - 3.2.1-1 +- Upstream bugfix 3.2.1 +- Enable unittests for python3 + * Mon Aug 23 2010 Toshio Kuratomi - 3.2.0-4 - Rebuild for python-3.2. diff --git a/sources b/sources index c32858f..10bd0d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6208cd51365083c168ab3a04426a646b decorator-3.2.0.tar.gz +942ec37bfc2baea9cad7be82869e92ef decorator-3.2.1.tar.gz