- Upstream bugfix 3.2.1
- Enable unittests for python3
This commit is contained in:
parent
19e6906985
commit
ae3068b5a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
decorator-3.2.0.tar.gz
|
||||
/decorator-3.2.1.tar.gz
|
||||
|
@ -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 <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
|
||||
- Rebuild for python-3.2.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user