Upstream update 3.3.1 that deprecates the .decorated attribute name in

favor of .__wrapped__
This commit is contained in:
Toshio Kuratomi 2011-04-28 08:53:46 -07:00
parent eef62acfab
commit 91e920edbc
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
decorator-3.2.0.tar.gz
/decorator-3.2.1.tar.gz
/decorator-3.3.0.tar.gz
/decorator-3.3.1.tar.gz

View File

@ -6,8 +6,8 @@
%endif
Name: python-decorator
Version: 3.3.0
Release: 2%{?dist}
Version: 3.3.1
Release: 1%{?dist}
Summary: Module to simplify usage of decorators
Group: Development/Languages
@ -86,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
%check
# Until we get the python-multiprocessing backport packaged
%if 0%{?fedora} >= 11 || 0%{?rhel} > 5
%if 0%{?fedora} || 0%{?rhel} > 5
nosetests --with-doctest -e documentation3
%endif
@ -111,6 +111,10 @@ popd
%changelog
* Thu Apr 28 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 3.3.1-1
- Upstream update 3.3.1 that deprecates the .decorated attribute name in
favor of .__wrapped__
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
0d62c81d9db4923e88e6a94581807cf6 decorator-3.3.0.tar.gz
a8fc62acd705f487a71bc406e19e0cc6 decorator-3.3.1.tar.gz