New upstream release

This commit is contained in:
Toshio Kuratomi 2011-09-02 00:24:40 -07:00
parent 91e920edbc
commit db0584c5bc
3 changed files with 6 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,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
/decorator-3.3.2.tar.gz

View File

@ -6,7 +6,7 @@
%endif
Name: python-decorator
Version: 3.3.1
Version: 3.3.2
Release: 1%{?dist}
Summary: Module to simplify usage of decorators
@ -18,11 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python2-devel
%if 0%{?fedora} && 0%{?fedora} < 13
BuildRequires: python-setuptools-devel
%else
BuildRequires: python-setuptools
%endif
BuildRequires: python-nose
%if 0%{?with_python3}
@ -111,6 +107,9 @@ popd
%changelog
* Fri Sep 2 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 3.3.2-1
- New upstream release
* 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__

View File

@ -1 +1 @@
a8fc62acd705f487a71bc406e19e0cc6 decorator-3.3.1.tar.gz
446f5165af67eb0fcd8fd28abd259e86 decorator-3.3.2.tar.gz