Upstream update 3.3.1 that deprecates the .decorated attribute name in
favor of .__wrapped__
This commit is contained in:
parent
eef62acfab
commit
91e920edbc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
decorator-3.2.0.tar.gz
|
decorator-3.2.0.tar.gz
|
||||||
/decorator-3.2.1.tar.gz
|
/decorator-3.2.1.tar.gz
|
||||||
/decorator-3.3.0.tar.gz
|
/decorator-3.3.0.tar.gz
|
||||||
|
/decorator-3.3.1.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-decorator
|
Name: python-decorator
|
||||||
Version: 3.3.0
|
Version: 3.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module to simplify usage of decorators
|
Summary: Module to simplify usage of decorators
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -86,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Until we get the python-multiprocessing backport packaged
|
# 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
|
nosetests --with-doctest -e documentation3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -111,6 +111,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user